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 9695932 commit cd88d4eCopy full SHA for cd88d4e
environments/.stackhpc/terraform/main.tf
@@ -29,9 +29,8 @@ 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/399
33
- RL8: "openhpc-RL8-240619-0949-66c0e540"
34
- RL9: "openhpc-ofed-RL9-240619-0949-66c0e540"
+ RL8: "openhpc-RL8-240619-0949-66c0e540" # https://github.com/stackhpc/ansible-slurm-appliance/pull/399
+ RL9: "openhpc-ofed-RL9-240621-1308-96959324" # https://github.com/stackhpc/ansible-slurm-appliance/pull/401
35
}
36
37
0 commit comments