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 11{
22 "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 " ,
55 "RL9-cuda" : " openhpc-cuda-RL9-241009-1523-354b048a"
66 }
77}
Original file line number Diff line number Diff line change @@ -28,11 +28,6 @@ variable "os_version" {
2828variable "cluster_image" {
2929 description = " single image for all cluster nodes, keyed by os_version - a convenience for CI"
3030 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- }
3631}
3732
3833variable "cluster_net" {}
You can’t perform that action at this time.
0 commit comments