We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ffbf33 commit 0982f41Copy full SHA for 0982f41
environments/.stackhpc/terraform/main.tf
@@ -14,7 +14,7 @@ variable "cluster_image" {
14
description = "single image for all cluster nodes - a convenience for CI"
15
type = string
16
# default = "openhpc-240116-1156-aa8dba7d" # https://github.com/stackhpc/ansible-slurm-appliance/pull/351
17
- default = "Rocky-9-GenericCloud-Base-9.3-20231113.0.x86_64.qcow2"
+ default = "Rocky-9-GenericCloud-Base-9.3-20231113.0.x86_64.qcow2" # TODO: create packer build
18
}
19
20
variable "cluster_net" {}
0 commit comments