We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90af917 commit 2202282Copy full SHA for 2202282
environments/.stackhpc/terraform/main.tf
@@ -29,9 +29,9 @@ variable "cluster_image" {
29
description = "single image for all cluster nodes, keyed by os_version - a convenience for CI"
30
type = map(string)
31
default = {
32
- # https://github.com/stackhpc/ansible-slurm-appliance/pull/410
33
- RL8: "openhpc-RL8-240712-1426-6830f97b"
34
- RL9: "openhpc-ofed-RL9-240712-1425-6830f97b"
+ # https://github.com/stackhpc/ansible-slurm-appliance/pull/414
+ RL8: "openhpc-RL8-240723-0907-b560bf4c"
+ RL9: "openhpc-ofed-RL9-240723-0907-b560bf4c"
35
}
36
37
0 commit comments