Move slurm client in a separate module
Reviewed-by: Rodrigo Arias Mallo <rodrigo.arias@bsc.es>
This commit is contained in:
parent
5c48b43ae0
commit
ff792f5f48
@ -13,10 +13,6 @@
|
|||||||
ceph
|
ceph
|
||||||
];
|
];
|
||||||
|
|
||||||
services.slurm = {
|
|
||||||
client.enable = lib.mkForce false;
|
|
||||||
};
|
|
||||||
|
|
||||||
networking = {
|
networking = {
|
||||||
hostName = "bay";
|
hostName = "bay";
|
||||||
interfaces.eno1.ipv4.addresses = [ {
|
interfaces.eno1.ipv4.addresses = [ {
|
||||||
|
@ -8,7 +8,6 @@
|
|||||||
./hw.nix
|
./hw.nix
|
||||||
./net.nix
|
./net.nix
|
||||||
./ntp.nix
|
./ntp.nix
|
||||||
./slurm.nix
|
|
||||||
./ssh.nix
|
./ssh.nix
|
||||||
./users.nix
|
./users.nix
|
||||||
./watchdog.nix
|
./watchdog.nix
|
||||||
|
@ -9,7 +9,6 @@
|
|||||||
./cpufreq.nix
|
./cpufreq.nix
|
||||||
./fs.nix
|
./fs.nix
|
||||||
./users.nix
|
./users.nix
|
||||||
./slurm.nix
|
|
||||||
../module/debuginfod.nix
|
../module/debuginfod.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
|
@ -1,7 +0,0 @@
|
|||||||
{ lib, ... }:
|
|
||||||
|
|
||||||
{
|
|
||||||
services.slurm = {
|
|
||||||
client.enable = lib.mkForce false;
|
|
||||||
};
|
|
||||||
}
|
|
@ -6,10 +6,11 @@
|
|||||||
|
|
||||||
../module/ceph.nix
|
../module/ceph.nix
|
||||||
../module/debuginfod.nix
|
../module/debuginfod.nix
|
||||||
|
../module/slurm-client.nix
|
||||||
./gitlab-runner.nix
|
./gitlab-runner.nix
|
||||||
./monitoring.nix
|
./monitoring.nix
|
||||||
./nfs.nix
|
./nfs.nix
|
||||||
./slurm-daemon.nix
|
./slurm-server.nix
|
||||||
./nix-serve.nix
|
./nix-serve.nix
|
||||||
./public-inbox.nix
|
./public-inbox.nix
|
||||||
#./pxe.nix
|
#./pxe.nix
|
||||||
|
@ -7,7 +7,6 @@
|
|||||||
|
|
||||||
../eudy/cpufreq.nix
|
../eudy/cpufreq.nix
|
||||||
../eudy/users.nix
|
../eudy/users.nix
|
||||||
../eudy/slurm.nix
|
|
||||||
./users.nix
|
./users.nix
|
||||||
./kernel.nix
|
./kernel.nix
|
||||||
];
|
];
|
||||||
|
@ -12,10 +12,6 @@
|
|||||||
ceph
|
ceph
|
||||||
];
|
];
|
||||||
|
|
||||||
services.slurm = {
|
|
||||||
client.enable = lib.mkForce false;
|
|
||||||
};
|
|
||||||
|
|
||||||
services.ceph = {
|
services.ceph = {
|
||||||
enable = true;
|
enable = true;
|
||||||
global = {
|
global = {
|
||||||
|
@ -4,6 +4,7 @@
|
|||||||
imports = [
|
imports = [
|
||||||
../common/main.nix
|
../common/main.nix
|
||||||
../module/ceph.nix
|
../module/ceph.nix
|
||||||
|
../module/slurm-client.nix
|
||||||
../module/slurm-firewall.nix
|
../module/slurm-firewall.nix
|
||||||
../module/slurm-hut-nix-store.nix
|
../module/slurm-hut-nix-store.nix
|
||||||
];
|
];
|
||||||
|
@ -4,6 +4,7 @@
|
|||||||
imports = [
|
imports = [
|
||||||
../common/main.nix
|
../common/main.nix
|
||||||
../module/ceph.nix
|
../module/ceph.nix
|
||||||
|
../module/slurm-client.nix
|
||||||
../module/slurm-firewall.nix
|
../module/slurm-firewall.nix
|
||||||
../module/slurm-hut-nix-store.nix
|
../module/slurm-hut-nix-store.nix
|
||||||
];
|
];
|
||||||
|
Loading…
Reference in New Issue
Block a user