Skip to content

Commit 7ee7eee

Browse files
authored
Disable grafana repos by default (#399)
* disable grafana repos by default * bump CI image
1 parent acca4b9 commit 7ee7eee

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

environments/.stackhpc/terraform/main.tf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ variable "cluster_image" {
2929
description = "single image for all cluster nodes, keyed by os_version - a convenience for CI"
3030
type = map(string)
3131
default = {
32-
# https://github.com/stackhpc/ansible-slurm-appliance/pull/397
33-
RL8: "openhpc-RL8-240606-1054-5ec8558e"
34-
RL9: "openhpc-ofed-RL9-240606-1054-5ec8558e"
32+
# https://github.com/stackhpc/ansible-slurm-appliance/pull/399
33+
RL8: "openhpc-RL8-240619-0949-66c0e540"
34+
RL9: "openhpc-ofed-RL9-240619-0949-66c0e540"
3535
}
3636
}
3737

requirements.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ roles:
1515
version: 0.19.1
1616
- src: https://github.com/stackhpc/ansible-grafana.git
1717
name: cloudalchemy.grafana
18-
version: service-state
19-
# No versions available
18+
version: stackhpc-0.19.0 # fix grafana install
2019
- src: https://github.com/OSC/ood-ansible.git
2120
name: osc.ood
2221
version: v3.1.5

0 commit comments

Comments
 (0)