fix: move IB network to 10.1.6.0/24 (get it? :)
This commit is contained in:
@@ -7,21 +7,21 @@ let
|
||||
idx = 222;
|
||||
name = "rossby";
|
||||
address = "172.16.239.${toString idx}";
|
||||
ipoib = "172.16.240.${toString idx}";
|
||||
ipoib = "10.1.6.${toString idx}";
|
||||
pubkey = ../login/ssh_host_key.pub;
|
||||
}
|
||||
rec {
|
||||
idx = 210;
|
||||
name = "fs-work";
|
||||
address = "172.16.239.${toString idx}";
|
||||
ipoib = "172.16.240.${toString idx}";
|
||||
ipoib = "10.1.6.${toString idx}";
|
||||
pubkey = ../fs-work/ssh_host_key.pub;
|
||||
}
|
||||
];
|
||||
etcdCluster = import ../etcdCluster.nix;
|
||||
name = "rossby-manage";
|
||||
address = "172.16.239.221";
|
||||
ipoib = "172.16.240.221";
|
||||
ipoib = "10.1.6.221";
|
||||
in {
|
||||
systemd.targets = {
|
||||
sleep.enable = false;
|
||||
|
||||
Reference in New Issue
Block a user