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 1
1
flavor = " vm.ska.cpu.general.small"
2
2
networks = [" a262aabd-e6bf-4440-a155-13dbc1b5db0e" ] # WCDC-iLab-60
3
- source_image_name = " openhpc-230503-0944-bf8c3f63.qcow2 " # https://github.com/stackhpc/ansible-slurm-appliance/pull/252
3
+ source_image_name = " openhpc-230804-1754-80b8d714 " # https://github.com/stackhpc/ansible-slurm-appliance/pull/298
4
4
fatimage_source_image_name = " Rocky-8-GenericCloud-8.6.20220702.0.x86_64.qcow2"
5
5
ssh_keypair_name = " slurm-app-ci"
6
6
ssh_private_key_file = " ~/.ssh/id_rsa"
Original file line number Diff line number Diff line change 1
1
flavor = " general.v1.tiny"
2
2
networks = [" 26023e3d-bc8e-459c-8def-dbd47ab01756" ] # stackhpc-ipv4-geneve
3
- source_image_name = " openhpc-230503-0944-bf8c3f63 " # https://github.com/stackhpc/ansible-slurm-appliance/pull/252
3
+ source_image_name = " openhpc-230804-1754-80b8d714 " # https://github.com/stackhpc/ansible-slurm-appliance/pull/298
4
4
fatimage_source_image_name = " Rocky-8-GenericCloud-8.6.20220702.0.x86_64.qcow2"
5
5
ssh_keypair_name = " slurm-app-ci"
6
6
ssh_private_key_file = " ~/.ssh/id_rsa"
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ variable "cluster_name" {
13
13
variable "cluster_image" {
14
14
description = " single image for all cluster nodes - a convenience for CI"
15
15
type = string
16
- default = " openhpc-230503-0944-bf8c3f63 " # https://github.com/stackhpc/ansible-slurm-appliance/pull/252
16
+ default = " openhpc-230804-1754-80b8d714 " # https://github.com/stackhpc/ansible-slurm-appliance/pull/298
17
17
# default = "Rocky-8-GenericCloud-Base-8.7-20221130.0.x86_64.qcow2"
18
18
# default = "Rocky-8-GenericCloud-8.6.20220702.0.x86_64.qcow2"
19
19
}
You can’t perform that action at this time.
0 commit comments