feat: use central sulrmdbd, and misc fixes
This commit is contained in:
@@ -98,6 +98,7 @@ let
|
||||
};
|
||||
|
||||
networking = {
|
||||
useDHCP = false;
|
||||
domain = mkDefault "cluster.local";
|
||||
defaultGateway = mkDefault "172.16.239.1";
|
||||
nameservers = mkDefault [ "8.8.8.8" ];
|
||||
@@ -144,11 +145,10 @@ let
|
||||
client = true;
|
||||
clusterName = "rossby";
|
||||
controlMachine = "rossby-manage";
|
||||
# dbdHost = "ekman-manage.obx.hs";
|
||||
dbdHost = "10.255.241.15";
|
||||
mungeKey = ./munge.key;
|
||||
jwtKey = ./jwt_hs256.key;
|
||||
mungeUid = mkDefault 994; # hack
|
||||
# slurmUid = mkDefault 307; # hack
|
||||
slurmKey = ./slurm.key;
|
||||
# pkey = "0x7666";
|
||||
mailDomain = "oceanbox.io";
|
||||
nodeName = [
|
||||
@@ -256,7 +256,7 @@ let
|
||||
};
|
||||
fs-work = {
|
||||
hostNames = [
|
||||
"fs-work" "fs-work.cluster.local" "172.16.239.201"
|
||||
"fs-work" "fs-work.cluster.local" "172.16.239.210"
|
||||
];
|
||||
publicKeyFile = ./fs-work/ssh_host_key.pub;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user