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

another uglyuglyfix

Former-commit-id: 9233596b
parent 09b3f45d
No related branches found
No related tags found
No related merge requests found
......@@ -115,6 +115,7 @@ ansible_create_cluster_stage:
- sleep 15
- echo uglyuglyfix
- ansible -i files/inventory.$STACKNAME --key-file ../gc_key.pem -b -a "systemctl restart slurmdbd" ManagementNodes
- ansible -i files/inventory.$STACKNAME --key-file ../gc_key.pem -b -a "systemctl restart slurmctld" ManagementNodes
- cd plays
- ansible-playbook -i files/inventory.$STACKNAME --key-file ../../gc_key.pem --skip-tags monitoring computenodes.yml | tee nochange.log
- echo [ `grep changed= ./nochange.log -c` = `grep changed=0 ./nochange.log -c` ] > bashtest.sh # a crude way to make sure all changed lines are equal to changed=0
......
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