Skip to content

Commit b69af6e

Browse files
committed
update base image to RL8.9
1 parent 6bba649 commit b69af6e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

environments/.stackhpc/ARCUS.pkrvars.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ volume_size = 10 # GB
44
image_disk_format = "qcow2"
55
networks = ["4b6b2722-ee5b-40ec-8e52-a6610e14cc51"] # portal-internal (DNS broken on ilab-60)
66
source_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"
88
ssh_keypair_name = "slurm-app-ci"
99
ssh_private_key_file = "~/.ssh/id_rsa"
1010
security_groups = ["default", "SSH"]

environments/.stackhpc/SMS.pkrvars.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
flavor = "general.v1.tiny"
22
networks = ["26023e3d-bc8e-459c-8def-dbd47ab01756"] # stackhpc-ipv4-geneve
33
source_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"
55
ssh_keypair_name = "slurm-app-ci"
66
ssh_private_key_file = "~/.ssh/id_rsa"
77
security_groups = ["default", "SSH"]

environments/.stackhpc/terraform/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

2020
variable "cluster_net" {}

0 commit comments

Comments
 (0)