Skip to content

Commit 46ca110

Browse files
committed
bump image
1 parent 893570d commit 46ca110

File tree

1 file changed

+2
-3
lines changed
  • environments/.stackhpc/terraform

1 file changed

+2
-3
lines changed

environments/.stackhpc/terraform/main.tf

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,8 @@ variable "cluster_name" {
1313
variable "cluster_image" {
1414
description = "single image for all cluster nodes - a convenience for CI"
1515
type = string
16-
default = "openhpc-231020-1357-b5d8b056" # https://github.com/stackhpc/ansible-slurm-appliance/pull/320
17-
# default = "Rocky-8-GenericCloud-Base-8.7-20221130.0.x86_64.qcow2"
18-
# default = "Rocky-8-GenericCloud-8.6.20220702.0.x86_64.qcow2"
16+
default = "openhpc-231027-0916-893570de" # https://github.com/stackhpc/ansible-slurm-appliance/pull/324
17+
# default = "Rocky-8-GenericCloud-Base-8.8-20230518.0.x86_64.qcow2"
1918
}
2019

2120
variable "cluster_net" {}

0 commit comments

Comments
 (0)