Skip to content

Commit b5dd5ce

Browse files
committed
include rocky 10 tags
1 parent c36a1d9 commit b5dd5ce

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

etc/kayobe/pulp-host-image-versions.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22
# Overcloud host image versioning tags
33
# These images must be in SMS, since they are used by our AIO CI runners
44
stackhpc_rocky_9_overcloud_host_image_version: 2025.1-20260206T132408
5+
stackhpc_rocky_10_overcloud_host_image_version:
56
stackhpc_ubuntu_noble_overcloud_host_image_version: 2025.1-20260206T132408

etc/kayobe/stackhpc-overcloud-host-images.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,5 @@ stackhpc_overcloud_host_image_url: "{{ stackhpc_release_pulp_content_url_with_au
1818
# Overcloud host image version tag selection
1919
stackhpc_overcloud_host_image_version: >-
2020
{{ stackhpc_rocky_9_overcloud_host_image_version if os_distribution == 'rocky' and os_release == '9' else
21+
stackhpc_rocky_10_overcloud_host_image_version if os_distribution == 'rocky' and os_release == '10' else
2122
stackhpc_ubuntu_noble_overcloud_host_image_version if os_distribution == 'ubuntu' and os_release == 'noble' }}

0 commit comments

Comments
 (0)