Skip to content

Commit e9e3213

Browse files
committed
Use noble for DIB_DISTRIBUTION_MIRROR
1 parent c973407 commit e9e3213

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etc/kayobe/stackhpc-overcloud-dib.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ stackhpc_overcloud_dib_env_vars:
4747
DIB_CONTAINERFILE_BUILDOPTS: >-
4848
--build-arg=ROCKY_USE_MIRRORS=true
4949
--build-arg=ROCKY_MIRROR_URLS={{ [stackhpc_repo_rocky_9_baseos_url, stackhpc_repo_rocky_9_appstream_url] | join(',') }}
50-
DIB_DISTRIBUTION_MIRROR: "{{ stackhpc_repo_ubuntu_jammy_url if os_distribution == 'ubuntu' else '' }}"
50+
DIB_DISTRIBUTION_MIRROR: "{{ stackhpc_repo_ubuntu_noble_url if os_distribution == 'ubuntu' else '' }}"
5151
DIB_DRACUT_ENABLED_MODULES_DEFAULT_CONFIG: "{{ stackhpc_overcloud_dib_dracut_enabled_modules_default_config }}"
5252
DIB_RELEASE: "{{ overcloud_dib_os_release }}"
5353
DIB_SUDOERS_FILENAME: "no-fqdn"

0 commit comments

Comments
 (0)