Skip to content

Commit be1cfc9

Browse files
committed
Correctly set mirrors for Rocky host image builds
1 parent b0868db commit be1cfc9

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
22
# Overcloud host image versioning tags
33
# These images must be in SMS, since they are used by our AIO CI runners
4-
stackhpc_rocky_9_overcloud_host_image_version: "2025.1-20250930T144255"
4+
stackhpc_rocky_9_overcloud_host_image_version: "2025.1-20251027T102633"
55
stackhpc_ubuntu_noble_overcloud_host_image_version: "2025.1-20250930T144255"

etc/kayobe/stackhpc-overcloud-dib.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ stackhpc_overcloud_dib_env_vars_default:
5858

5959
stackhpc_overcloud_dib_env_vars_ark:
6060
DIB_CONTAINERFILE_BUILDOPTS: >-
61-
--build-arg=ROCKY_USE_MIRRORS=true
62-
--build-arg=ROCKY_MIRROR_URLS={{ [stackhpc_repo_rocky_9_baseos_url, stackhpc_repo_rocky_9_appstream_url] | join(',') }}
61+
--build-arg=ROCKY_USE_CUSTOM_DNF_MIRRORS=true
62+
--build-arg=ROCKY_CUSTOM_DNF_MIRROR_URLS={{ [stackhpc_repo_rocky_9_baseos_url, stackhpc_repo_rocky_9_appstream_url] | join(',') }}
6363
DIB_DISTRIBUTION_MIRROR: "{{ stackhpc_repo_ubuntu_noble_url if os_distribution == 'ubuntu' else '' }}"
6464

6565
# StackHPC overcloud DIB image packages.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
fixes:
3+
- |
4+
Fixes Rocky Linux host image builds not using repositories from Ark.

0 commit comments

Comments
 (0)