feat: convert rossby to networkd and resolved

This commit is contained in:
2025-10-09 20:46:41 +02:00
parent 88a72088f1
commit 670c75953d
8 changed files with 84 additions and 59 deletions

View File

@@ -4,9 +4,9 @@ let
map (n: (
rec {
idx = 110 + n;
iface = if n > 1 && n < 11 then "enp34s0np0" else "enp33s0np0";
iface = if n > 4 && n < 11 then "enp34s0np0" else "enp33s0np0";
name = "c0-${toString n}";
address = "172.16.239.${toString idx}";
ipoib = "10.1.6.${toString idx}";
ipoib = "10.16.239.${toString idx}";
pubkey = ./. + "/ssh_host_key.d/c0-${toString n}.pub";
})) nodes