stackhpc / ansible-slurm-appliance

A Slurm-based HPC workload management environment, driven by Ansible.
51 stars 26 forks source link

Ansible-init compute node script #476

Open bertiethorpe opened 2 weeks ago

bertiethorpe commented 2 weeks ago

Tested by running (from deploy host) ansible-playbook -v ansible/adhoc/rebuild.yml --limit compute ansible-playbook -v ansible/extras.yml --tags compute_init

Then in the compute node: sudo rm /var/lib/ansible-init.done sudo systemctl restart ansible-init sudo scontrol reconfigure

Check status of nodes: scontrol show nodes

Run tests (from deploy host): ansible-playbook ansible/adhoc/hpctests.yml -v