Releases: fgci-org/ansible-role-slurm
Releases · fgci-org/ansible-role-slurm
v1.4.3
- 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
- #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
v1.4.0
- #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.