Skip to content

Commit 3b4ca92

Browse files
committed
bump base image
1 parent c0e7959 commit 3b4ca92

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
2+
3+
cluster_name = "prebuilt"

environments/smslabs/terraform/variables.tf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ variable "control_node" {
2626
description = "Mapping {flavor: flavor_name, image: image_name_or_id }"
2727
default = {
2828
flavor: "general.v1.tiny"
29-
image: "openhpc-220407-1108.qcow2"
29+
image: "openhpc-220413-1545.qcow2"
3030
}
3131
}
3232

@@ -36,7 +36,7 @@ variable "login_nodes" {
3636
default = {
3737
login-0: {
3838
flavor: "general.v1.tiny"
39-
image: "openhpc-220407-1108.qcow2"
39+
image: "openhpc-220413-1545.qcow2"
4040
}
4141
}
4242
}
@@ -47,7 +47,7 @@ variable "compute_types" {
4747
default = {
4848
small: {
4949
flavor: "general.v1.tiny"
50-
image: "openhpc-220407-1108.qcow2"
50+
image: "openhpc-220413-1545.qcow2"
5151
}
5252
}
5353
}

0 commit comments

Comments
 (0)