File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
environments/smslabs/terraform Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change
1
+
2
+
3
+ cluster_name = " prebuilt"
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ variable "control_node" {
26
26
description = " Mapping {flavor: flavor_name, image: image_name_or_id }"
27
27
default = {
28
28
flavor: " general.v1.tiny"
29
- image: " openhpc-220407-1108 .qcow2"
29
+ image: " openhpc-220413-1545 .qcow2"
30
30
}
31
31
}
32
32
@@ -36,7 +36,7 @@ variable "login_nodes" {
36
36
default = {
37
37
login- 0 : {
38
38
flavor: " general.v1.tiny"
39
- image: " openhpc-220407-1108 .qcow2"
39
+ image: " openhpc-220413-1545 .qcow2"
40
40
}
41
41
}
42
42
}
@@ -47,7 +47,7 @@ variable "compute_types" {
47
47
default = {
48
48
small: {
49
49
flavor: " general.v1.tiny"
50
- image: " openhpc-220407-1108 .qcow2"
50
+ image: " openhpc-220413-1545 .qcow2"
51
51
}
52
52
}
53
53
}
You can’t perform that action at this time.
0 commit comments