File tree Expand file tree Collapse file tree 2 files changed +2
-7
lines changed
environments/.stackhpc/terraform Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"cluster_image" : {
3
- "RL8" : " openhpc-RL8-241009-1523-354b048a " ,
4
- "RL9" : " openhpc-RL9-241009-1523-354b048a " ,
3
+ "RL8" : " openhpc-ofed- RL8-241008-1531-2861edba " ,
4
+ "RL9" : " openhpc-ofed- RL9-241008-1531-2861edba " ,
5
5
"RL9-cuda" : " openhpc-cuda-RL9-241009-1523-354b048a"
6
6
}
7
7
}
Original file line number Diff line number Diff line change @@ -28,11 +28,6 @@ variable "os_version" {
28
28
variable "cluster_image" {
29
29
description = " single image for all cluster nodes, keyed by os_version - a convenience for CI"
30
30
type = map (string )
31
- default = {
32
- # https://github.com/stackhpc/ansible-slurm-appliance/pull/441
33
- RL8: " openhpc-ofed-RL8-241008-1531-2861edba"
34
- RL9: " openhpc-ofed-RL9-241008-1531-2861edba"
35
- }
36
31
}
37
32
38
33
variable "cluster_net" {}
You can’t perform that action at this time.
0 commit comments