Skip to content

Commit 2202282

Browse files
committed
bump fatimage
1 parent 90af917 commit 2202282

File tree

1 file changed

+3
-3
lines changed
  • environments/.stackhpc/terraform

1 file changed

+3
-3
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/410
33-
RL8: "openhpc-RL8-240712-1426-6830f97b"
34-
RL9: "openhpc-ofed-RL9-240712-1425-6830f97b"
32+
# https://github.com/stackhpc/ansible-slurm-appliance/pull/414
33+
RL8: "openhpc-RL8-240723-0907-b560bf4c"
34+
RL9: "openhpc-ofed-RL9-240723-0907-b560bf4c"
3535
}
3636
}
3737

0 commit comments

Comments
 (0)