Skip to content

Commit d4180ca

Browse files
author
Matt Pryor
authored
Merge pull request #6 from stackhpc/fix/update-slurm-appliance
Bump Slurm appliance version
2 parents c98b92b + fc6ce7f commit d4180ca

File tree

3 files changed

+12
-16
lines changed

3 files changed

+12
-16
lines changed

group_vars/openhpc.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1 @@
11
openhpc_cluster_name: "{{ cluster_name }}"
2-
3-
openhpc_config:
4-
SlurmctldDebug: debug
5-
SlurmdDebug: debug

requirements.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,34 @@
11
---
22
roles:
33
- src: stackhpc.nfs
4-
- name: stackhpc.openhpc
5-
src: https://github.com/stackhpc/ansible-role-openhpc
6-
type: git
7-
version: v0.10.0
8-
#- src: cloudalchemy.node_exporter
4+
version: v21.2.1
5+
- src: https://github.com/stackhpc/ansible-role-openhpc.git
6+
version: v0.12.0
7+
name: stackhpc.openhpc
98
- src: https://github.com/stackhpc/ansible-node-exporter.git
9+
version: support-rhel-clones
1010
name: cloudalchemy.node_exporter
11-
version: support-rhel-clones # Fixes for Rocky
1211
- src: cloudalchemy.blackbox-exporter
13-
#- src: cloudalchemy.prometheus
12+
version: 1.0.0
1413
- src: https://github.com/cloudalchemy/ansible-prometheus.git
14+
version: 4d2c8d742de39e50387e0aa6d5510b21c7451343 # need fix in preceeding commit for rocky
1515
name: cloudalchemy.prometheus
16-
version: 0795bdb1a5a424044dc7e8200129f61e53140523 # Fixes for Rocky
1716
- src: cloudalchemy.alertmanager
17+
version: 0.19.1
1818
- src: cloudalchemy.grafana
19+
version: 0.18.0
1920
- src: geerlingguy.mysql
21+
version: 3.3.2
2022
- src: jriguera.configdrive
2123
- src: https://github.com/OSC/ood-ansible.git
2224
name: osc.ood
23-
type: git
2425
version: v2.0.5
2526

2627
collections:
2728
- name: ansible.posix
2829
- name: ansible.netcommon
2930
- name: community.general
30-
# Pegged at 4.5.0 due to https://github.com/ansible-collections/community.general/pull/4281
31-
version: 4.5.0
31+
version: 4.5.0 # https://github.com/ansible-collections/community.general/pull/4281
3232
- name: community.grafana
3333
- name: community.mysql
3434
- name: containers.podman

0 commit comments

Comments
 (0)