File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ volume_size = 10 # GB
44image_disk_format = " qcow2"
55networks = [" 4b6b2722-ee5b-40ec-8e52-a6610e14cc51" ] # portal-internal (DNS broken on ilab-60)
66source_image_name = " openhpc-230804-1754-80b8d714" # https://github.com/stackhpc/ansible-slurm-appliance/pull/298
7- fatimage_source_image_name = " Rocky-8-GenericCloud-Base-8.8-20230518 .0.x86_64.qcow2"
7+ fatimage_source_image_name = " Rocky-8-GenericCloud-Base-8.9-20231119 .0.x86_64.qcow2"
88ssh_keypair_name = " slurm-app-ci"
99ssh_private_key_file = " ~/.ssh/id_rsa"
1010security_groups = [" default" , " SSH" ]
Original file line number Diff line number Diff line change 11flavor = " general.v1.tiny"
22networks = [" 26023e3d-bc8e-459c-8def-dbd47ab01756" ] # stackhpc-ipv4-geneve
33source_image_name = " openhpc-230503-0944-bf8c3f63" # https://github.com/stackhpc/ansible-slurm-appliance/pull/252
4- fatimage_source_image_name = " Rocky-8-GenericCloud-Base-8.8-20230518 .0.x86_64.qcow2"
4+ fatimage_source_image_name = " Rocky-8-GenericCloud-Base-8.9-20231119 .0.x86_64.qcow2"
55ssh_keypair_name = " slurm-app-ci"
66ssh_private_key_file = " ~/.ssh/id_rsa"
77security_groups = [" default" , " SSH" ]
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ variable "cluster_image" {
1414 description = " single image for all cluster nodes - a convenience for CI"
1515 type = string
1616 default = " openhpc-231206-1648-9d6aa4e4" # https://github.com/stackhpc/ansible-slurm-appliance/pull/340
17- # default = "Rocky-8-GenericCloud-Base-8.8-20230518 .0.x86_64.qcow2"
17+ # default = "Rocky-8-GenericCloud-Base-8.9-20231119 .0.x86_64.qcow2"
1818}
1919
2020variable "cluster_net" {}
You can’t perform that action at this time.
0 commit comments