Releases: fgci-org/ansible-role-slurm
Releases · fgci-org/ansible-role-slurm
v1.7.3
#93 - set task affinity according to schedmd recommendation
#94 - Add support for SLURM version specific settings in slurm and slurmdbd.conf
#95 - typo fix for archiving
v1.7.2
Also install slurm-libpmi in SLURM 17.11
v1.7.1
- #90 - done by setting a slew of slurm_Archive variables. See templates/slurmdbd.conf for examples.
- #91 - allow setting -SIGUSR2 to logrotate - be a bit nicer when rotating than doing a -HUP (scontrol reconfig)
- #92 - add support for SLURM 17.11
v1.7.0
- Support for SLURM 17.02 ( #81 )
- We now also test several SLURM versions with CI on every build.
- Support for Ubuntu clients ( #89 ) - Thanks @mhakala
v1.6.4
Fixes for ansible 2.4 and an old issue from ansible 2.3.
4d1d6c4 command -> shell
4065396 This should fix issue #83
2d2a26c Remove epel-centos7 from tests since ansible is no longer in epel
2177e8d preparation for ansible 2.4
As a sidenote, don't name your cluster "FOUND", "1" or "normal".
v1.6.3
- #80 - documentation for SLURM HA
- better defaults for adding extra slurm parameters 8b1e974
v1.6.1
Also check if slurm_backup_controller is defined in the conditionals that use it 6b63092
v1.6.0
- #76 remove unused variables and stop creating directory /opt/slurmdb/tmp/slurmd . Please note that we don't remove it - so it will stay there until the servers are reinstalled.
- Testing output in travis is now a bit easier to read. 95941b7
- #78 allow running backup slurm controller
- #79 send a slurm efficiency report if the user requests it
- Rename a few tasks so that all task names are unique 3cd2dbe
v1.5.7
- Add systemd restart of slurmd,slurmctld and slurmdbd on failure #74
- "static: no" on the include of upgrade.yml task file - it is now possible to run an ansible-play with "strategy: free" towards compute nodes 1.
v1.5.6
- #72 - fix typo in topology.conf generation
- we now also test this task 1
- add back dependency in meta/main.yml 2
- testing:
- re-enable testing with ansible from EPEL, pip and latest and greatest from github 4
- reduce verbosity when testing (no need to load raw logs on travis as it's < 10k lines) 3