Move slurm control server to apex
Reviewed-by: Aleix Boné <abonerib@bsc.es>
This commit is contained in:
		
							parent
							
								
									5ee8623af2
								
							
						
					
					
						commit
						ee895d2e4f
					
				| @ -5,6 +5,8 @@ | |||||||
|     ../common/xeon.nix |     ../common/xeon.nix | ||||||
|     ../common/ssf/hosts.nix |     ../common/ssf/hosts.nix | ||||||
|     ../module/ceph.nix |     ../module/ceph.nix | ||||||
|  |     ../module/slurm-client.nix | ||||||
|  |     ../module/slurm-server.nix | ||||||
|     ./nfs.nix |     ./nfs.nix | ||||||
|   ]; |   ]; | ||||||
| 
 | 
 | ||||||
|  | |||||||
| @ -11,7 +11,6 @@ | |||||||
|     ./gitlab-runner.nix |     ./gitlab-runner.nix | ||||||
|     ./monitoring.nix |     ./monitoring.nix | ||||||
|     ./nfs.nix |     ./nfs.nix | ||||||
|     ./slurm-server.nix |  | ||||||
|     ./nix-serve.nix |     ./nix-serve.nix | ||||||
|     ./public-inbox.nix |     ./public-inbox.nix | ||||||
|     ./gitea.nix |     ./gitea.nix | ||||||
|  | |||||||
| @ -39,7 +39,7 @@ in { | |||||||
| 
 | 
 | ||||||
|   services.slurm = { |   services.slurm = { | ||||||
|     client.enable = true; |     client.enable = true; | ||||||
|     controlMachine = "hut"; |     controlMachine = "apex"; | ||||||
|     clusterName = "jungle"; |     clusterName = "jungle"; | ||||||
|     nodeName = [ |     nodeName = [ | ||||||
|       "owl[1,2]  Sockets=2 CoresPerSocket=14 ThreadsPerCore=2 Feature=owl" |       "owl[1,2]  Sockets=2 CoresPerSocket=14 ThreadsPerCore=2 Feature=owl" | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user