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 79383fe commit fa955ddCopy full SHA for fa955dd
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/427
33
- RL8: "openhpc-ofed-RL8-240906-1042-32568dbb"
34
- RL9: "openhpc-ofed-RL9-240906-1041-32568dbb"
+ # https://github.com/stackhpc/ansible-slurm-appliance/pull/441
+ RL8: "openhpc-ofed-RL8-240920-1001-22a4e6de"
+ RL9: "openhpc-ofed-RL9-240920-1001-22a4e6de"
35
}
36
37
0 commit comments