Skip to content

Releases: fgci-org/ansible-role-slurm

v1.7.3

17 May 07:43
0ce81c5
Compare
Choose a tag to compare

#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

29 Mar 07:50
Compare
Choose a tag to compare
Also install slurm-libpmi in SLURM 17.11

v1.7.1

29 Mar 04:16
e8061dd
Compare
Choose a tag to compare
  • #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

27 Mar 10:06
ee19f5a
Compare
Choose a tag to compare
  • 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

28 Oct 10:07
b38f776
Compare
Choose a tag to compare

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

12 Oct 17:00
Compare
Choose a tag to compare
  • #80 - documentation for SLURM HA
  • better defaults for adding extra slurm parameters 8b1e974

v1.6.1

28 Feb 08:44
Compare
Choose a tag to compare

Also check if slurm_backup_controller is defined in the conditionals that use it 6b63092

v1.6.0

28 Feb 08:22
Compare
Choose a tag to compare
  • #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

26 Jan 11:31
Compare
Choose a tag to compare
  • 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

23 Nov 13:05
Compare
Choose a tag to compare
  • #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