@@ -339,8 +339,8 @@ stackhpc_pulp_repository_rpm_repos:
339
339
required : " {{ stackhpc_pulp_sync_el_8 }}"
340
340
341
341
# 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 }}"
344
344
remote_username : " {{ stackhpc_release_pulp_username }}"
345
345
remote_password : " {{ stackhpc_release_pulp_password }}"
346
346
client_cert : " "
@@ -532,9 +532,9 @@ stackhpc_pulp_distribution_rpm_development:
532
532
required : " {{ stackhpc_pulp_sync_el_8 | bool }}"
533
533
534
534
# 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
538
538
state : present
539
539
required : " {{ stackhpc_pulp_sync_for_local_container_build | bool and stackhpc_pulp_sync_el_8 | bool }}"
540
540
- name : " centos-stream-8-advanced-virtualization-development"
@@ -654,9 +654,9 @@ stackhpc_pulp_distribution_rpm_production:
654
654
required : " {{ stackhpc_pulp_sync_el_8 | bool }}"
655
655
656
656
# 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
660
660
state : present
661
661
required : " {{ stackhpc_pulp_sync_for_local_container_build | bool and stackhpc_pulp_sync_el_8 | bool }}"
662
662
- name : " centos-stream-8-advanced-virtualization-production"
0 commit comments