Skip to content

Releases: fgci-org/ansible-role-slurm

v1.5.5

23 Nov 10:31
Compare
Choose a tag to compare
use check_mode: no instead of always_run: yes

role now requires ansible 2.2

v1.5.4

11 Nov 07:12
Compare
Choose a tag to compare
  • remove meta/main.yml dependency of ansible-role-pam - document this instead ( b996a62 )
  • travis webhook notification ( 098f542 )

v1.5.3

10 Nov 11:03
Compare
Choose a tag to compare
  • configure mysql root user. ( PR: #68 )
    • New variable which is True by default: {{ slurm_manage_mysql_security }}

v1.5.2

31 Oct 10:16
Compare
Choose a tag to compare
  • configure plugstack and x11 spank plugin optionally - disabled by default (#66)
    • new ansible variables and their defaults below:
      slurm_plugstack: False
      slurm_x11_spank: False
      slurm_x11_setting: "optional          x11.so"
      
  • testing: we are now testing with SLURM 16.05 by default - the role's default is still 1508 (33b0950)

v1.5.1

27 Oct 09:51
Compare
Choose a tag to compare
  • Remove build feature - slurm packages now must come from a yum repo. It slowed down the role a lot. 2c2ce5a
  • #70 don't stop processing slurm logs in the rsyslog config
  • some documentation updates, for example a slurm upgrade guide

v1.5.0

24 Oct 08:59
Compare
Choose a tag to compare
  • #67 and #63 - add a pause when slurm is being updated on the slurm accounting host

v1.4.7

14 Oct 09:23
Compare
Choose a tag to compare
  • #64 Use the modern standard rsyslog format, only logs from slurm daemons and only write slurm logs to the slurm logfile.

v1.4.6

13 Oct 08:08
Compare
Choose a tag to compare

Slurm CPU parameters will also be applied to GPU nodes if slurm_with_gpu=True.

  • slurm_gpu_nodes

  • slurm_compute_realmemory

  • slurm_compute_sockets

  • slurm_compute_corespersocket

  • slurm_compute_threadspercore

  • slurm_node_state

    Any of these variables can be overwritten by re-setting it on group_vars/all/all.yml.
    E.g. to disable Hyper-threading also in Slurm set:

    slurm_compute_threadspercore: "1"

added gitpitch banner to README

v1.4.5

30 Sep 08:48
Compare
Choose a tag to compare
  • #60 if you do not want a slurm HealthCheckProgram, set this ansible variable:
    slurm_healthcheck_program: ""
    
  • #59 disable the slurm init script on EL7
  • 1 only print some debug tasks if one runs ansible-playbook with -v
  • #62 generate a topology conf

v1.4.4

01 Sep 11:44
Compare
Choose a tag to compare
  • moved some tasks out of service.yml and put in build_service.yml 2
  • defined some variables 1 in vars/ which are included. Fewer tasks and should also make the role work better on EL6.

Testing updates:

  • we had a few debug tasks used while debugging travis/docker - they should have been put in tests/ instead. They are no longer needed so they were removed
  • install and configure NHC too 3