Skip to content
Snippets Groups Projects
Commit 7d521f2f authored by Andreas Hamacher's avatar Andreas Hamacher
Browse files

changing munge version because of openssl dependency

Former-commit-id: cec1c184
parent 61bded8b
No related branches found
No related tags found
No related merge requests found
...@@ -105,7 +105,7 @@ build_cluster_cicd: ...@@ -105,7 +105,7 @@ build_cluster_cicd:
- openstack stack list - openstack stack list
- bash -x ./CICD/heat/heatcicdwrapper.sh create_or_update $STACKNAME - bash -x ./CICD/heat/heatcicdwrapper.sh create_or_update $STACKNAME
after_script: 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: # only:
# changes: #https://docs.gitlab.com/ee/ci/yaml/#onlychangesexceptchanges # changes: #https://docs.gitlab.com/ee/ci/yaml/#onlychangesexceptchanges
# - "heat/*HOT*.yaml" # - "heat/*HOT*.yaml"
......
...@@ -4,7 +4,7 @@ desktopNodeList: ...@@ -4,7 +4,7 @@ desktopNodeList:
clustername: "m3" clustername: "m3"
projectname: "m3" projectname: "m3"
slurm_version: 19.05.3-2 slurm_version: 19.05.3-2
munge_version: 0.5.11 munge_version: 0.5.13
nhc_version: 1.4.2 nhc_version: 1.4.2
munge_dir: /opt/munge-{{ munge_version }} munge_dir: /opt/munge-{{ munge_version }}
slurm_dir: /opt/slurm-{{ slurm_version }} slurm_dir: /opt/slurm-{{ slurm_version }}
......
...@@ -44,7 +44,7 @@ ...@@ -44,7 +44,7 @@
with_items: with_items:
- gcc - gcc
- wget - 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 - libpam0g-dev
- libbz2-dev - libbz2-dev
- make - make
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment