File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -219,7 +219,7 @@ stackhpc_ubuntu_jammy_repos:
219219 - " deb {{ stackhpc_repo_ubuntu_jammy_url }} jammy-updates main universe"
220220 - " deb {{ stackhpc_repo_ubuntu_jammy_url }} jammy-backports main universe"
221221 - " deb {{ stackhpc_repo_ubuntu_jammy_security_url }} jammy-security main universe"
222- - " deb {{ stackhpc_repo_ubuntu_cloud_archive_url }} jammy-updates/antelope main"
222+ - " deb {{ stackhpc_repo_ubuntu_cloud_archive_url }} jammy-updates/{{ openstack_release_codename }} main"
223223
224224# Whether to revert to the upstream mirrors in built Kolla container images.
225225stackhpc_kolla_clean_up_repo_mirrors : true
Original file line number Diff line number Diff line change 55# Name of the current OpenStack release. Default is "2023.1".
66# openstack_release:
77
8+ # Codename of the current OpenStack release.
9+ # NOTE(upgrade): Update to current release codename.
10+ openstack_release_codename : " antelope"
11+
812# Name of the current OpenStack branch. Default is "stable/2023.1".
913# openstack_branch:
1014
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ stackhpc_pulp_deb_repos:
102102 distribution_name : " ubuntu-cloud-archive-"
103103 base_path : " ubuntu-cloud-archive/"
104104 components : " main"
105- distributions : " jammy-updates/antelope "
105+ distributions : " jammy-updates/{{ openstack_release_codename }} "
106106 required : " {{ stackhpc_pulp_sync_ubuntu_jammy | bool }}"
107107
108108 # Third-party repositories
You can’t perform that action at this time.
0 commit comments