Skip to content

Commit fa955dd

Browse files
authored
bump images
1 parent 79383fe commit fa955dd

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/427
33-
RL8: "openhpc-ofed-RL8-240906-1042-32568dbb"
34-
RL9: "openhpc-ofed-RL9-240906-1041-32568dbb"
32+
# https://github.com/stackhpc/ansible-slurm-appliance/pull/441
33+
RL8: "openhpc-ofed-RL8-240920-1001-22a4e6de"
34+
RL9: "openhpc-ofed-RL9-240920-1001-22a4e6de"
3535
}
3636
}
3737

0 commit comments

Comments
 (0)