split frontend into separate module
This commit is contained in:
@@ -3,6 +3,17 @@ with lib;
|
||||
let
|
||||
cfg = config.features.host;
|
||||
|
||||
etcdCluster = {
|
||||
enable = true;
|
||||
existing = true;
|
||||
nodes =
|
||||
{
|
||||
c0-0 = "10.1.61.100";
|
||||
c0-1 = "10.1.61.101";
|
||||
c0-2 = "10.1.61.102";
|
||||
};
|
||||
};
|
||||
|
||||
mkSANs = host: [
|
||||
host.name
|
||||
host.address
|
||||
@@ -101,6 +112,7 @@ let
|
||||
slurm = {
|
||||
client = true;
|
||||
mungeKey = ./munge.key;
|
||||
mungeUid = 996; # hack
|
||||
controlMachine = "stokes";
|
||||
nodeName = [
|
||||
"c0-[1-8] Sockets=1 CoresPerSocket=64 ThreadsPerCore=1 RealMemory=256000 TmpDisk=100000 State=UNKNOWN"
|
||||
@@ -130,6 +142,7 @@ let
|
||||
enable = true;
|
||||
node.enable = true;
|
||||
clusterName = "hpc0";
|
||||
inherit etcdCluster;
|
||||
initca = ./ca;
|
||||
cidr = "10.100.0.0/16";
|
||||
master = {
|
||||
|
||||
Reference in New Issue
Block a user