fix: unify ekman c0 and c0x

This commit is contained in:
Jonas Juselius
2025-09-27 15:57:11 +02:00
parent e6cf1f6232
commit 680330d569
11 changed files with 6 additions and 155 deletions

View File

@@ -1,9 +1,10 @@
with builtins;
let
nodes = genList (n: n + 1) 16; in
nodes = genList (n: n + 1) 18; in
map (n: (
rec {
idx = 100 + n;
iface = if n > 16 then "enp33s0f3np3" else "enp33s0f0np0";
name = "c0-${toString n}";
address = "10.255.241.${toString idx}";
ipoib = "10.255.243.${toString idx}";