@@ -251,6 +251,7 @@ stackhpc_pulp_repo_rocky_10_highavailability_version: "{{ lookup('vars', 'stackh
251251# Rocky 10 Multiarch repositories
252252stackhpc_pulp_repo_multiarch_centos_stream_10_nfv_openvswitch_version : " {{ lookup('vars', 'stackhpc_pulp_repo_centos_stream_10_nfv_openvswitch' ~ arch_suffix ~ '_version') }}"
253253stackhpc_pulp_repo_multiarch_centos_stream_10_openstack_epoxy_version : " {{ lookup('vars', 'stackhpc_pulp_repo_centos_stream_10_openstack_epoxy' ~ arch_suffix ~ '_version') }}"
254+ stackhpc_pulp_repo_multiarch_centos_stream_10_ovn_lts_version : " {{ lookup('vars', 'stackhpc_pulp_repo_centos_stream_10_ovn_lts' ~ arch_suffix ~ '_version') }}"
254255stackhpc_pulp_repo_multiarch_centos_stream_10_storage_ceph_squid_version : " {{ lookup('vars', 'stackhpc_pulp_repo_centos_stream_10_storage_ceph_squid' ~ arch_suffix ~ '_version') }}"
255256stackhpc_pulp_repo_multiarch_centos_stream_10_docker_version : " {{ lookup('vars', 'stackhpc_pulp_repo_centos_stream_10_docker' ~ arch_suffix ~ '_version') }}"
256257stackhpc_pulp_repo_multiarch_rhel_10_mariadb_10_11_version : " {{ lookup('vars', 'stackhpc_pulp_repo_rhel_10_mariadb_10_11' ~ arch_suffix ~ '_version') }}"
@@ -457,11 +458,11 @@ stackhpc_pulp_rpm_repos:
457458 required : " {{ stackhpc_pulp_sync_rocky_10 | bool }}"
458459
459460 # Additional CentOS Stream 10 repositories
460- - name : CentOS Stream 10 - NFV OpenvSwitch
461- url : " {{ stackhpc_release_pulp_content_url }}/centos/10-stream/nfv/x86_64/openvswitch-2/{{ stackhpc_pulp_repo_centos_stream_10_nfv_openvswitch_version }}"
462- distribution_name : " centos-stream-10-nfv-openvswitch-"
463- base_path : " centos/10-stream/nfv/x86_64/openvswitch-2/"
464- required : " {{ stackhpc_pulp_sync_for_local_container_build | bool and stackhpc_pulp_sync_el_10 | bool }}"
461+ # - name: CentOS Stream 10 - NFV OpenvSwitch
462+ # url: "{{ stackhpc_release_pulp_content_url }}/centos/10-stream/nfv/x86_64/openvswitch-2/{{ stackhpc_pulp_repo_centos_stream_10_nfv_openvswitch_version }}"
463+ # distribution_name: "centos-stream-10-nfv-openvswitch-"
464+ # base_path: "centos/10-stream/nfv/x86_64/openvswitch-2/"
465+ # required: "{{ stackhpc_pulp_sync_for_local_container_build | bool and stackhpc_pulp_sync_el_10 | bool }}"
465466
466467 - name : CentOS Stream 10 - OpenStack Epoxy
467468 url : " {{ stackhpc_release_pulp_content_url }}/centos/10-stream/cloud/x86_64/openstack-epoxy/{{ stackhpc_pulp_repo_centos_stream_10_openstack_epoxy_version }}"
@@ -475,6 +476,12 @@ stackhpc_pulp_rpm_repos:
475476 base_path : " centos/10-stream/storage/x86_64/ceph-squid/"
476477 required : " {{ stackhpc_pulp_sync_for_local_container_build | bool and stackhpc_pulp_sync_el_10 | bool }}"
477478
479+ - name : CentOS Stream 10 - OVN/OVS LTS for Epoxy
480+ url : " {{ stackhpc_release_pulp_content_url }}/centos/10-stream/ovn/x86_64/ovn-lts/{{ stackhpc_pulp_repo_centos_stream_10_ovn_lts_version }}"
481+ distribution_name : " centos-stream-10-ovn-lts-"
482+ base_path : " centos/10-stream/cloud/x86_64/ovn-lts/"
483+ required : " {{ stackhpc_pulp_sync_for_local_container_build | bool and stackhpc_pulp_sync_el_10 | bool }}"
484+
478485 # EPEL 10 repository
479486 - name : Extra Packages for Enterprise Linux 10 - x86_64
480487 url : " {{ stackhpc_release_pulp_content_url }}/epel/10/Everything/x86_64/{{ stackhpc_pulp_repo_epel_10_version }}"
0 commit comments