Skip to content

Commit b4f72fd

Browse files
committed
update slurm app and sync requirements
1 parent 9622d88 commit b4f72fd

File tree

2 files changed

+15
-12
lines changed

2 files changed

+15
-12
lines changed

requirements.yml

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ roles:
33
- src: stackhpc.nfs
44
version: v21.2.1
55
- src: https://github.com/stackhpc/ansible-role-openhpc.git
6-
version: v0.12.0
6+
version: v0.16.0
77
name: stackhpc.openhpc
88
- src: https://github.com/stackhpc/ansible-node-exporter.git
9-
version: support-rhel-clones
9+
version: feature/no-install
1010
name: cloudalchemy.node_exporter
1111
- src: cloudalchemy.blackbox-exporter
1212
version: 1.0.0
@@ -15,27 +15,30 @@ roles:
1515
name: cloudalchemy.prometheus
1616
- src: cloudalchemy.alertmanager
1717
version: 0.19.1
18-
- src: cloudalchemy.grafana
19-
version: 0.18.0
20-
- src: geerlingguy.mysql
21-
version: 3.3.2
18+
- src: https://github.com/stackhpc/ansible-grafana.git
19+
name: cloudalchemy.grafana
20+
version: service-state
2221
- src: jriguera.configdrive
22+
# No versions available
2323
- src: https://github.com/OSC/ood-ansible.git
2424
name: osc.ood
2525
version: v2.0.5
2626

2727
collections:
28+
- name: containers.podman
29+
- name: community.grafana
30+
- name: https://github.com/stackhpc/ansible_collection_slurm_openstack_tools
31+
type: git
32+
version: v0.2.0
2833
- name: ansible.posix
2934
- name: ansible.netcommon
3035
- name: community.general
3136
version: 4.5.0 # https://github.com/ansible-collections/community.general/pull/4281
32-
- name: community.grafana
37+
3338
- name: community.mysql
34-
- name: containers.podman
39+
3540
- name: openstack.cloud
3641
- name: https://github.com/stackhpc/ansible-collection-terraform
3742
type: git
3843
version: ae1dc46a9d266bcdc6e79a6e290edbb080596f7f
39-
- name: https://github.com/stackhpc/ansible_collection_slurm_openstack_tools
40-
type: git
41-
version: v0.1.0
44+

0 commit comments

Comments
 (0)