unified cluster setup using colmena
This commit is contained in:
3
cluster/compute/nodes.nix
Normal file
3
cluster/compute/nodes.nix
Normal file
@@ -0,0 +1,3 @@
|
||||
with builtins;
|
||||
let nodes = genList (n: n + 1) 16; in
|
||||
map (n: ({ idx = n; name = "c0-${toString n}"; address = "10.255.241.${toString (n + 100)}"; })) nodes
|
||||
Reference in New Issue
Block a user