Skip to content
Snippets Groups Projects
Commit 3bd034db authored by Chris Hines's avatar Chris Hines
Browse files

Merge pull request #153 from l1ll1/master

change to the slurm-start role suggested by simon (untested)
parents 3559bd7e 00976c35
No related branches found
No related tags found
No related merge requests found
...@@ -44,6 +44,11 @@ ...@@ -44,6 +44,11 @@
sudo: true sudo: true
when: start_slurmdbd is defined when: start_slurmdbd is defined
- name: "create cluster in slurm db"
shell: "{{slurm_dir}}/bin/sacctmgr -i create cluster {{ clustername }}"
sudo: true
- name: start slurmctl - name: start slurmctl
service: name=slurmctld state=started enabled=yes service: name=slurmctld state=started enabled=yes
sudo: true sudo: true
......
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