staging: promote piranha to Nomad server (caribou is dead)

This commit is contained in:
Baptiste Jonglez 2025-03-19 23:08:49 +01:00
parent 2009572fea
commit a2a470ac3d
3 changed files with 2 additions and 2 deletions

View file

@ -39,7 +39,7 @@
# Bootstrap IPs for Consul cluster,
# these are IPs on the Wireguard overlay
services.consul.extraConfig.retry_join = [
"10.14.1.3" # caribou
"10.14.4.1" # df-pw5
"10.14.2.33" # origan
"10.14.3.1" # piranha
];

View file

@ -10,7 +10,6 @@
deuxfleurs.hostName = "caribou";
deuxfleurs.staticIPv6.address = "2a01:e34:ec05:8a40::23";
deuxfleurs.isRaftServer = true;
# this denote the version at install time, do not update
system.stateVersion = "21.05";

View file

@ -11,6 +11,7 @@
deuxfleurs.hostName = "piranha";
deuxfleurs.staticIPv4.address = "192.168.5.25";
deuxfleurs.staticIPv6.address = "2001:912:1ac0:2200::25";
deuxfleurs.isRaftServer = true;
# this denote the version at install time, do not update
system.stateVersion = "24.05";