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

Merge branch 'bumpversions' into 'master'

Bumpversions

See merge request !491
parents 22bb947e 04945977
No related branches found
No related tags found
1 merge request!491Bumpversions
......@@ -269,4 +269,14 @@ manual_cluster_spawn:
# after_script:
# - sleep 20 # artifically wait a bit to make sure it is really dead
#clean:
# stage: clean
# tags:
# - heat
# before_script:
# - echo "cleanup stack"
# - sleep 30
# - echo "$HPCCICD_openrc" > ./$NECTAR_ALLOCATION-openrc.sh
# script:
# - source ./$NECTAR_ALLOCATION-openrc.sh
# - bash -x ./CICD/heat/heatcicdwrapper.sh delete_if_exists $STACKNAME
......@@ -19,7 +19,7 @@
- vars/filesystems.yml
- vars/slurm.yml
- vars/vars.yml
- vars/vars_centos78.yml
- vars/vars_centos79.yml
strategy: free
roles:
# - { role: disable_selinux, tags: [ disableselinux ] }
......
......@@ -11,7 +11,7 @@
- vars/filesystems.yml
- vars/slurm.yml
- vars/vars.yml
- vars/vars_centos78.yml
- vars/vars_centos79.yml
tasks:
- { name: unmount vdb if absent, mount: { path: "/mnt", src: "/dev/vdb", state: absent},
when: 'hostvars[inventory_hostname]["ansible_devices"]["vdb"] is not defined', become: true }
......
......@@ -17,7 +17,7 @@
- include_vars: vars/filesystems.yml
- include_vars: vars/slurm.yml
- include_vars: vars/vars.yml
- include_vars: vars/vars_centos78.yml
- include_vars: vars/vars_centos79.yml
- { name: set hostgroup, set_fact: hostgroup='ManagementNodes' }
- { name: set use shared state, set_fact: usesharedstatedir=True }
tags: [ always ]
......@@ -42,7 +42,7 @@
- vars/filesystems.yml
- vars/slurm.yml
- vars/vars.yml
- vars/vars_centos78.yml
- vars/vars_centos79.yml
strategy: free
gather_facts: True
roles:
......
......@@ -3,7 +3,7 @@ desktopNodeList:
- { name : 'DesktopNodes', interface : 'eth0' }
clustername: "cicd"
projectname: "cicd"
slurm_version: 20.02.6
slurm_version: 20.02.7
munge_version: 0.5.13
nhc_version: 1.4.2
munge_dir: /opt/munge-{{ munge_version }}
......
---
sudo_group: systems
nagios_home: "/var/lib/nagios"
nvidia_version: "450.51.06"
nvidia_version: "470.57.02"
syslog_server: "{{ groups['SQLNodes'][0] }}"
gpumap:
......
---
CENTOS_VERSION: 7-9.2009.1.el7.centos.x86_64
RHEL_VERSION: 7.9
KERNEL_VERSION: 3.10.0-1160.31.1.el7.x86_64
LUSTRE_VERSION: 2.12.7-1.el7
MELLANOX_DRIVER_SRC: MLNX_OFED_LINUX-4.9-3.1.5.0-rhel7.9-ext
repopath: 7.9.2009
yumdisablerepo:
- 'monashhpc_k1gpusupport'
yumenablerepo:
- 'monashhpc_lustreversions'
- 'monashhpc_base'
- 'monashhpc_updates'
- 'monashhpc_extras'
- 'monashhpc_centosplus'
- 'monashhpc_otherstuff'
- 'base'
- 'updates'
- 'extras'
- 'centos-ansible-29'
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