File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
environments/.stackhpc/terraform Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ variable "cluster_name" {
22
22
variable "cluster_image" {
23
23
description = " single image for all cluster nodes - a convenience for CI"
24
24
type = string
25
- default = " openhpc-240116-1604-b3563a08 " # https://github.com/stackhpc/ansible-slurm-appliance/pull/344
25
+ default = " openhpc-240222-1631-82430234 " # https://github.com/stackhpc/ansible-slurm-appliance/pull/364
26
26
# default = "Rocky-8-GenericCloud-Base-8.9-20231119.0.x86_64.qcow2"
27
27
}
28
28
@@ -71,8 +71,8 @@ module "cluster" {
71
71
compute_nodes = {
72
72
compute- 0 : " small"
73
73
compute- 1 : " small"
74
- compute- 2 : " extra"
75
- compute- 3 : " extra"
74
+ # compute-2: "extra"
75
+ # compute-3: "extra"
76
76
}
77
77
volume_backed_instances = var. volume_backed_instances
78
78
You can’t perform that action at this time.
0 commit comments