Skip to content

Commit 7bdfcd8

Browse files
MoteHuepriteau
authored andcommitted
Correctly set mirrors for Rocky host image builds
1 parent b0868db commit 7bdfcd8

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

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: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
fixes:
3+
- |
4+
Fixes configuration of custom mirrors (such as Ark) for Rocky Linux host
5+
image builds.

0 commit comments

Comments
 (0)