Skip to content
Snippets Groups Projects
Commit a8c56deb authored by Andreas Hamacher's avatar Andreas Hamacher
Browse files

Merge remote-tracking branch 'origin/slurmtestfix' into mockldap

parents 1e334e4d 8471bc84
No related branches found
No related tags found
1 merge request!313Mockldap without TLS enabled but capable
......@@ -60,20 +60,6 @@
roles:
- { role: slurm_config, tags: [slurm, slurm_config] }
- hosts: 'DesktopNodes,ComputeNodes'
gather_facts: False
vars_files:
- vars/passwords.yml
- vars/names.yml
- vars/ldapConfig.yml
- vars/filesystems.yml
- vars/slurm.yml
- vars/vars.yml
strategy: free
roles:
- { role: slurm-start, start_slurmd: True, tags: [ slurm, slurmstart ] }
#- { role: mate-de-install, tags: [ mate-de-install ] } # TODO this crashes for everything except cmca
- hosts: 'K1Nodes'
tasks:
- { name: set nvidia driver version, set_fact: nvidia_version='367.130' }
......@@ -84,7 +70,7 @@
- { name: set cuda monitoring, set_fact: cudamonitor=true }
tags: [ always ]
- hosts: 'ComputeNodes'
- hosts: 'ComputeNodes,DesktopNodes'
vars_files:
- vars/slurm.yml
roles:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment