Skip to content

Commit 268b906

Browse files
committed
Xena: Update local Kolla build repos
1 parent 1b49680 commit 268b906

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

etc/kayobe/pulp.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -339,8 +339,8 @@ stackhpc_pulp_repository_rpm_repos:
339339
required: "{{ stackhpc_pulp_sync_el_8 }}"
340340

341341
# Additional repositories required to build Kolla containers from local Pulp service.
342-
- name: CentOS Stream 8 - OpenStack Wallaby
343-
url: "{{ stackhpc_release_pulp_content_url }}/centos/8-stream/cloud/x86_64/openstack-wallaby/{{ stackhpc_pulp_repo_centos_stream_8_openstack_wallaby_version }}"
342+
- name: CentOS Stream 8 - OpenStack Xena
343+
url: "{{ stackhpc_release_pulp_content_url }}/centos/8-stream/cloud/x86_64/openstack-xena/{{ stackhpc_pulp_repo_centos_stream_8_openstack_xena_version }}"
344344
remote_username: "{{ stackhpc_release_pulp_username }}"
345345
remote_password: "{{ stackhpc_release_pulp_password }}"
346346
client_cert: ""
@@ -532,9 +532,9 @@ stackhpc_pulp_distribution_rpm_development:
532532
required: "{{ stackhpc_pulp_sync_el_8 | bool }}"
533533

534534
# Additional repositories required to build Kolla containers from local Pulp service.
535-
- name: "centos-stream-8-openstack-wallaby-development"
536-
base_path: "centos/8-stream/cloud/x86_64/openstack-wallaby/development"
537-
repository: CentOS Stream 8 - OpenStack Wallaby
535+
- name: "centos-stream-8-openstack-xena-development"
536+
base_path: "centos/8-stream/cloud/x86_64/openstack-xena/development"
537+
repository: CentOS Stream 8 - OpenStack Xena
538538
state: present
539539
required: "{{ stackhpc_pulp_sync_for_local_container_build | bool and stackhpc_pulp_sync_el_8 | bool }}"
540540
- name: "centos-stream-8-advanced-virtualization-development"
@@ -654,9 +654,9 @@ stackhpc_pulp_distribution_rpm_production:
654654
required: "{{ stackhpc_pulp_sync_el_8 | bool }}"
655655

656656
# Additional repositories required to build Kolla containers from local Pulp service.
657-
- name: "centos-stream-8-openstack-wallaby-production"
658-
base_path: "centos/8-stream/cloud/x86_64/openstack-wallaby/production"
659-
repository: CentOS Stream 8 - OpenStack Wallaby
657+
- name: "centos-stream-8-openstack-xena-production"
658+
base_path: "centos/8-stream/cloud/x86_64/openstack-xena/production"
659+
repository: CentOS Stream 8 - OpenStack Xena
660660
state: present
661661
required: "{{ stackhpc_pulp_sync_for_local_container_build | bool and stackhpc_pulp_sync_el_8 | bool }}"
662662
- name: "centos-stream-8-advanced-virtualization-production"

0 commit comments

Comments
 (0)