fix: move IB network to 10.1.6.0/24 (get it? :)
This commit is contained in:
@@ -6,6 +6,6 @@ map (n: (
|
||||
idx = 110 + n;
|
||||
name = "c0-${toString n}";
|
||||
address = "172.16.239.${toString idx}";
|
||||
ipoib = "172.16.240.${toString idx}";
|
||||
ipoib = "10.1.6.${toString idx}";
|
||||
pubkey = ./. + "/ssh_host_key.d/c0-${toString n}.pub";
|
||||
})) (filter (x: if x == 1 || x == 7 || x == 12 then false else true) nodes)
|
||||
|
||||
Reference in New Issue
Block a user