Releases: stackhpc/ansible-role-openhpc
Releases · stackhpc/ansible-role-openhpc
v0.22.0
v0.21.0
What's Changed
- Add openhpc_slurm_control_host_address by @sjpb in #160:
Adds a new variableopenhpc_slurm_control_host_address
to allow the address for slurmctld to be specified, e.g. to allow using a different interface than the oneopenhpc_slurm_control_host
resolves to.
Full Changelog: v0.20.0...v0.21.0
v0.20.0
v0.19.0
v0.18.0
What's Changed
No longer needed now OpenHPC v2.6.1 has been released.
Full Changelog: v0.17.0...v0.18.0
v0.17.0
v0.16.0
Fix openhpc_job_maxtime default
What's Changed
In previous releases the default maximum job lifetime set by openhpc_job_maxtime
was intended to be 24 hours and was documented as such. However due to Ansible/Jinja type conversion this became 60 days on the actual running system. This release changes openhpc_job_maxtime
to explicitly be 60 days for backward-compatibility and updates the documentation.
See #136 for full details of the bug.
Full Changelog: v0.13.0...v0.15.0