Skip to content
Snippets Groups Projects
Commit 4441cb90 authored by Florian Sesser's avatar Florian Sesser
Browse files

Configuring VPN IPs for the testing grid as well to make CI work

parent cde65f5c
No related branches found
No related tags found
3 merge requests!101Merge staging into production,!100Merge develop into staging,!87Add monitoring VPN modules and config
Pipeline #526 failed
......@@ -15,6 +15,7 @@ import ../../lib/make-grid.nix {
in {
"payments" = import ../../lib/make-issuer.nix ({
publicIPv4 = "18.197.42.120";
monitoringvpnIPv4 = "172.23.23.11";
inherit sshUsers;
hardware = ../../lib/issuer-aws.nix;
stateVersion = "19.03";
......@@ -22,6 +23,7 @@ import ../../lib/make-grid.nix {
"storage001" = import ../../lib/make-testing.nix (cfg // {
publicIPv4 = "3.120.26.190";
monitoringvpnIPv4 = "172.23.23.11";
inherit sshUsers;
hardware = ./testing001-hardware.nix;
stateVersion = "19.03";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment