Skip to content

Commit fa07ec5

Browse files
committed
bump fat image in stackhpc env
1 parent bf8c3f6 commit fa07ec5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

environments/.stackhpc/builder.pkrvars.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
flavor = "vm.ska.cpu.general.small"
22
networks = ["a262aabd-e6bf-4440-a155-13dbc1b5db0e"] # WCDC-iLab-60
3-
source_image_name = "openhpc-230412-1447-e3769af6.qcow2" # https://github.com/stackhpc/ansible-slurm-appliance/pull/258
3+
source_image_name = "openhpc-230503-0944-bf8c3f63.qcow2" # https://github.com/stackhpc/ansible-slurm-appliance/pull/252
44
#source_image_name = "Rocky-8-GenericCloud-Base-8.7-20221130.0.x86_64.qcow2"
55
ssh_keypair_name = "slurm-app-ci"
66
security_groups = ["default", "SSH"]

environments/.stackhpc/terraform/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ variable "create_nodes" {
1717
variable "cluster_image" {
1818
description = "single image for all cluster nodes - a convenience for CI"
1919
type = string
20-
default = "openhpc-230412-1447-e3769af6.qcow2" # https://github.com/stackhpc/ansible-slurm-appliance/pull/258
20+
default = "openhpc-230503-0944-bf8c3f63.qcow2" # https://github.com/stackhpc/ansible-slurm-appliance/pull/252
2121
# default = "Rocky-8-GenericCloud-Base-8.7-20221130.0.x86_64.qcow2"
2222
# default = "Rocky-8-GenericCloud-8.6.20220702.0.x86_64.qcow2"
2323
}

0 commit comments

Comments
 (0)