Skip to content

Commit 86e2b7c

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-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.

0 commit comments

Comments
 (0)