Skip to content

Releases: fgci-org/ansible-role-slurm

v1.4.3

31 Aug 07:47
Compare
Choose a tag to compare
  • Some comments/documentation added in the tasks file to give a reasoning for why we do things the way we do them 5e6f637
  • Testing: We now actually configure a slurm "cluster" (one node) and run a job on it!
  • Delegate task for restarting munge on the slurm accounting host in case it is not the same as the service node #58 .

v1.4.2

20 Jul 08:53
Compare
Choose a tag to compare
  • #44 - improvement when installing slurm from scratch
    • We now don't start slurmdbd inside dbd.yml - this is done in service.yml with a delegate to the dbd host.
  • #51 - logrotate now also works for the slurm_jobcomp log. Thanks @miguelcnf
  • #55 - mysql_user creation of the slurm user now sets a password. Needed after an ansible update.

v1.4.1

30 Jun 10:28
Compare
Choose a tag to compare
skip submit.yml task file on compute and service nodes

 - submit.yml only sets up munged. compute.yml and service.yml already
   takes care of munge.

v1.4.0

29 Jun 09:37
Compare
Choose a tag to compare
  • #49 - only the necessary slurm packages are installed
  • #48 & #47 - this role is now using handlers to restart services if some config files have changed - no longer restarting slurm every time ansible runs.
  • testing updates to accommodate the handler changes from #49 which checks if the host where ansible runs is part of for example the slurm_service group - and if so restart slurmctld.

v1.3.0

30 May 06:27
Compare
Choose a tag to compare
  • It is now possible to define extra parameters in slurm.conf
    • See the defaults/main.yml for examples. You need to define each setting as an item in slurm_ExtraParamsList

v1.2.6

28 Apr 06:28
Compare
Choose a tag to compare
some more quotes

v1.2.5

27 Apr 07:24
Compare
Choose a tag to compare
For issue #42 - start rotating slurm logs in slurm_log_dir

 - one can change weekly and number of rotations

v1.2.4

25 Apr 11:54
Compare
Choose a tag to compare

We now set a maximum and default job time:

slurm_max_job_time: "7-00:00:00"
slurm_job_def_time: "2:00:00"

Also added some quotes around some variables for ansible2

v1.2.3

14 Apr 13:08
Compare
Choose a tag to compare
Merge pull request #41 from jabl/accounting-tres-typo

Fix typo

v1.2.2

06 Apr 20:17
Compare
Choose a tag to compare
  • more TRES improvements from @jabl