diff options
author | Alex Auvolat <alex@adnab.me> | 2023-10-05 13:48:29 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2023-10-05 13:48:29 +0200 |
commit | c790f6f3e15ee52b9cfba27973593cd6a6ddb1c0 (patch) | |
tree | f5cde74d00cbd3cfaedff8ecfb701ccd77e4ad89 /cluster | |
parent | e94cb54661e60aaaa7386560c282710e89d71198 (diff) | |
download | nixcfg-c790f6f3e15ee52b9cfba27973593cd6a6ddb1c0.tar.gz nixcfg-c790f6f3e15ee52b9cfba27973593cd6a6ddb1c0.zip |
staging: reaffect raft leaders
Diffstat (limited to 'cluster')
-rw-r--r-- | cluster/staging/node/carcajou.nix | 1 | ||||
-rw-r--r-- | cluster/staging/node/caribou.nix | 1 | ||||
-rw-r--r-- | cluster/staging/node/df-pw5.nix | 1 | ||||
-rw-r--r-- | cluster/staging/node/piranha.nix | 1 |
4 files changed, 2 insertions, 2 deletions
diff --git a/cluster/staging/node/carcajou.nix b/cluster/staging/node/carcajou.nix index d5211f1..3d33feb 100644 --- a/cluster/staging/node/carcajou.nix +++ b/cluster/staging/node/carcajou.nix @@ -21,6 +21,7 @@ deuxfleurs.hostName = "carcajou"; deuxfleurs.staticIPv6.address = "2001:910:1204:1::22"; + deuxfleurs.isRaftServer = true; system.stateVersion = "21.05"; } diff --git a/cluster/staging/node/caribou.nix b/cluster/staging/node/caribou.nix index 80293e9..f68d1dd 100644 --- a/cluster/staging/node/caribou.nix +++ b/cluster/staging/node/caribou.nix @@ -10,7 +10,6 @@ deuxfleurs.hostName = "caribou"; deuxfleurs.staticIPv6.address = "2001:910:1204:1::23"; - deuxfleurs.isRaftServer = true; system.stateVersion = "21.05"; } diff --git a/cluster/staging/node/df-pw5.nix b/cluster/staging/node/df-pw5.nix index 2f20f1c..45f392f 100644 --- a/cluster/staging/node/df-pw5.nix +++ b/cluster/staging/node/df-pw5.nix @@ -12,6 +12,7 @@ deuxfleurs.hostName = "df-pw5"; deuxfleurs.staticIPv4.address = "192.168.5.130"; deuxfleurs.staticIPv6.address = "2a02:a03f:6510:5102:223:24ff:feb0:e8a7"; + deuxfleurs.isRaftServer = true; system.stateVersion = "22.11"; } diff --git a/cluster/staging/node/piranha.nix b/cluster/staging/node/piranha.nix index 896f169..789b01d 100644 --- a/cluster/staging/node/piranha.nix +++ b/cluster/staging/node/piranha.nix @@ -11,7 +11,6 @@ deuxfleurs.hostName = "piranha"; deuxfleurs.staticIPv4.address = "192.168.1.25"; deuxfleurs.staticIPv6.address = "2a01:cb05:9142:7400:223:24ff:feb0:ea82"; - deuxfleurs.isRaftServer = true; system.stateVersion = "22.11"; } |