File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
environments/.stackhpc/terraform Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ variable "cluster_name" {
1313variable "cluster_image" {
1414 description = " single image for all cluster nodes - a convenience for CI"
1515 type = string
16- default = " openhpc-231208-1207-b69af6e2 " # https://github.com/stackhpc/ansible-slurm-appliance/pull/341
16+ default = " openhpc-240102-1025-e533fd70 " # https://github.com/stackhpc/ansible-slurm-appliance/pull/346
1717 # default = "Rocky-8-GenericCloud-Base-8.9-20231119.0.x86_64.qcow2"
1818}
1919
Original file line number Diff line number Diff line change @@ -11,6 +11,10 @@ packer {
1111 version = " >= 1.0.0"
1212 source = " github.com/hashicorp/openstack"
1313 }
14+ ansible = {
15+ version = " >= 1.1.1"
16+ source = " github.com/hashicorp/ansible"
17+ }
1418 }
1519}
1620
You can’t perform that action at this time.
0 commit comments