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:
219
219
- " deb {{ stackhpc_repo_ubuntu_jammy_url }} jammy-updates main universe"
220
220
- " deb {{ stackhpc_repo_ubuntu_jammy_url }} jammy-backports main universe"
221
221
- " 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"
223
223
224
224
# Whether to revert to the upstream mirrors in built Kolla container images.
225
225
stackhpc_kolla_clean_up_repo_mirrors : true
Original file line number Diff line number Diff line change 5
5
# Name of the current OpenStack release. Default is "2023.1".
6
6
# openstack_release:
7
7
8
+ # Codename of the current OpenStack release.
9
+ # NOTE(upgrade): Update to current release codename.
10
+ openstack_release_codename : " antelope"
11
+
8
12
# Name of the current OpenStack branch. Default is "stable/2023.1".
9
13
# openstack_branch:
10
14
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ stackhpc_pulp_deb_repos:
102
102
distribution_name : " ubuntu-cloud-archive-"
103
103
base_path : " ubuntu-cloud-archive/"
104
104
components : " main"
105
- distributions : " jammy-updates/antelope "
105
+ distributions : " jammy-updates/{{ openstack_release_codename }} "
106
106
required : " {{ stackhpc_pulp_sync_ubuntu_jammy | bool }}"
107
107
108
108
# Third-party repositories
You can’t perform that action at this time.
0 commit comments