Commit d54eb247 authored by David Gloe's avatar David Gloe Committed by Tim Wickberg
Browse files

Replace slurm_playbook.yaml.in with a version that auto-detects the Slurm version.

Due to the way Cray builds Slurm, the prefix and bindir paths include the
Slurm version (/opt/slurm/<version>). This means every time we update to a
new Slurm version we must update the Slurm ansible playbook. It also means
that the slurm_playbook.yaml file must be built with Slurm to be used
(it can't simply be copied directly).

The attached patch updates the playbook to determine the version of Slurm
to use from the module file, and hardcodes the sysconfdir setting we give
in our Slurm installation guide. If a customer uses different paths, they
can update the playbook to meet their needs.

Bug 4360.
parent 3978122b
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment