Skip to content

Commit b7b00d8

Browse files
authored
Update main.tf images
1 parent acf08ce commit b7b00d8

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/426
33-
RL8: "openhpc-RL8-240819-1036-4f357241"
34-
RL9: "openhpc-ofed-RL9-240819-1036-4f357241"
32+
# https://github.com/stackhpc/ansible-slurm-appliance/pull/413
33+
RL8: "openhpc-RL8-240813-1317-1b370a36"
34+
RL9: "openhpc-ofed-RL9-240813-1317-1b370a36"
3535
}
3636
}
3737

0 commit comments

Comments
 (0)