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

changing munge version because of openssl dependency

parent 8d1fd4d6
No related branches found
No related tags found
1 merge request!293Ubuntu
......@@ -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"
......
......@@ -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 }}
......
......@@ -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
......
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