Skip to content

Commit df8c4d2

Browse files
committed
Add openstack_release_codename variable
1 parent 5b4f74c commit df8c4d2

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

etc/kayobe/kolla.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.
225225
stackhpc_kolla_clean_up_repo_mirrors: true

etc/kayobe/openstack.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
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

etc/kayobe/pulp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)