From 7d521f2f22f7dc07f0fb25bfb05fffdb4ce7e125 Mon Sep 17 00:00:00 2001 From: handreas <andreas.hamacher@monash.edu> Date: Mon, 17 Feb 2020 03:47:26 +0000 Subject: [PATCH] changing munge version because of openssl dependency Former-commit-id: cec1c184b49d6d336eb3dcca382248716e367434 --- .gitlab-ci.yml | 2 +- CICD/vars/slurm.yml | 2 +- roles/slurm-common/tasks/main.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 526c533e..9e7c54b2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -105,7 +105,7 @@ build_cluster_cicd: - openstack stack list - bash -x ./CICD/heat/heatcicdwrapper.sh create_or_update $STACKNAME after_script: - - sleep 20 # artifically wait a bit to give the nodes time to boot + - sleep 30 # artifically wait a bit to give the nodes time to boot # only: # changes: #https://docs.gitlab.com/ee/ci/yaml/#onlychangesexceptchanges # - "heat/*HOT*.yaml" diff --git a/CICD/vars/slurm.yml b/CICD/vars/slurm.yml index 65def4d9..0d665291 100644 --- a/CICD/vars/slurm.yml +++ b/CICD/vars/slurm.yml @@ -4,7 +4,7 @@ desktopNodeList: clustername: "m3" projectname: "m3" slurm_version: 19.05.3-2 -munge_version: 0.5.11 +munge_version: 0.5.13 nhc_version: 1.4.2 munge_dir: /opt/munge-{{ munge_version }} slurm_dir: /opt/slurm-{{ slurm_version }} diff --git a/roles/slurm-common/tasks/main.yml b/roles/slurm-common/tasks/main.yml index 54e549b5..91887303 100644 --- a/roles/slurm-common/tasks/main.yml +++ b/roles/slurm-common/tasks/main.yml @@ -44,7 +44,7 @@ with_items: - gcc - wget - - libssl1.0-dev # downgrade needed for bionic see https://github.com/dun/munge/issues/54 + - libssl-dev # downgrade needed for bionic see https://github.com/dun/munge/issues/54 - libpam0g-dev - libbz2-dev - make -- GitLab