File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 11flavor = " vm.alaska.cpu.general.small"
22networks = [" a262aabd-e6bf-4440-a155-13dbc1b5db0e" ] # WCDC-iLab-60
3- source_image_name = " openhpc-230105-1647 .qcow2" # https://github.com/stackhpc/slurm_image_builder/pull/13
3+ source_image_name = " openhpc-230106-1107 .qcow2" # https://github.com/stackhpc/slurm_image_builder/pull/13
44# source_image_name = "Rocky-8-GenericCloud-Base-8.7-20221130.0.x86_64.qcow2"
55ssh_keypair_name = " slurm-app-ci"
66security_groups = [" default" , " SSH" ]
Original file line number Diff line number Diff line change @@ -17,8 +17,9 @@ variable "create_nodes" {
1717variable "cluster_image" {
1818 description = " single image for all cluster nodes - a convenience for CI"
1919 type = string
20- default = " openhpc-230105-1647 .qcow2" # https://github.com/stackhpc/slurm_image_builder/pull/13
20+ default = " openhpc-230106-1107 .qcow2" # https://github.com/stackhpc/slurm_image_builder/pull/13
2121 # default = "Rocky-8-GenericCloud-Base-8.7-20221130.0.x86_64.qcow2"
22+ # default = "Rocky-8-GenericCloud-8.6.20220702.0.x86_64.qcow2"
2223}
2324
2425module "cluster" {
You can’t perform that action at this time.
0 commit comments