Skip to content

Commit 440f20c

Browse files
committed
moved CI image definition
1 parent 3be011c commit 440f20c

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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
}

environments/.stackhpc/terraform/main.tf

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,6 @@ variable "os_version" {
2828
variable "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

3833
variable "cluster_net" {}

0 commit comments

Comments
 (0)