Reaffect wireguard IPs in staging cluster

This commit is contained in:
Alex 2022-08-24 00:07:08 +02:00
parent ab901fc81d
commit 2a1459d887
Signed by: lx
GPG key ID: 0E496D15096376BE
4 changed files with 9 additions and 9 deletions

View file

@ -12,7 +12,7 @@
hostname = "cariacou";
site_name = "neptune";
publicKey = "qxrtfn2zRVnN52Y5NYumyU3/FcRMnh3kJ2C37JfrczA=";
IP = "10.14.179.56";
IP = "10.14.1.1";
lan_endpoint = "192.168.1.21:33799";
endpoint = "192.168.1.21:33799"; ## TODO nat
}
@ -20,7 +20,7 @@
hostname = "carcajou";
site_name = "neptune";
publicKey = "7Nm7pMmyS7Nts1MB+loyD8u84ODxHPTkDu+uqQR6yDk=";
IP = "10.14.252.121";
IP = "10.14.1.2";
lan_endpoint = "192.168.1.22:33799";
endpoint = "192.168.1.22:33799"; ## TODO nat
}
@ -28,7 +28,7 @@
hostname = "caribou";
site_name = "neptune";
publicKey = "X1OlfgjZDdJw3yTg0ytGFlJZXzqT0yHJmYP15R9IpD8=";
IP = "10.14.181.82";
IP = "10.14.1.3";
lan_endpoint = "192.168.1.23:33799";
endpoint = "192.168.1.23:33799"; ## TODO nat
}
@ -37,9 +37,9 @@
# Bootstrap IPs for Consul cluster,
# these are IPs on the Wesher overlay
services.consul.extraConfig.retry_join = [
"10.14.181.82" # caribou
"10.14.179.56" # cariacou
"10.14.252.121" # carcajou
"10.14.1.1" # cariacou
"10.14.1.2" # carcajou
"10.14.1.3" # caribou
];
deuxfleurs.admin_accounts = {

View file

@ -19,7 +19,7 @@
deuxfleurs.lan_ip = "192.168.1.22";
deuxfleurs.ipv6 = "2a06:a004:3025:1::22";
deuxfleurs.cluster_ip = "10.14.252.121";
deuxfleurs.cluster_ip = "10.14.1.2";
deuxfleurs.is_raft_server = true;
# Enable netdata monitoring

View file

@ -19,7 +19,7 @@
deuxfleurs.lan_ip = "192.168.1.21";
deuxfleurs.ipv6 = "2a06:a004:3025:1::21";
deuxfleurs.cluster_ip = "10.14.179.56";
deuxfleurs.cluster_ip = "10.14.1.1";
deuxfleurs.is_raft_server = true;
# Enable netdata monitoring

View file

@ -19,7 +19,7 @@
deuxfleurs.lan_ip = "192.168.1.23";
deuxfleurs.ipv6 = "2a06:a004:3025:1::23";
deuxfleurs.cluster_ip = "10.14.181.82";
deuxfleurs.cluster_ip = "10.14.1.3";
deuxfleurs.is_raft_server = true;
# Enable netdata monitoring