File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed
ansible/inventory/group_vars/all Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -882,6 +882,20 @@ rpm_package_repos:
882882 sync_group: rocky_10_aarch64
883883 distribution_name: centos-stream-10-openstack-epoxy-aarch64-
884884
885+ # LTS versions of OVN and OVS (needed for Epoxy on Rocky 10)
886+ - name: CentOS Stream 10 - OVN/OVS LTS for Epoxy
887+ url: https://download.copr.fedorainfracloud.org/results/@ovn-lts/ovn-lts/centos-stream-10-x86_64/
888+ base_path: centos/10-stream/ovn/x86_64/ovn-lts/
889+ short_name: centos_stream_10_ovn_lts
890+ sync_group: centos
891+ distribution_name: centos-stream-10-ovn-lts-
892+ - name: CentOS Stream 10 - OVN/OVS LTS for Epoxy (aarch64)
893+ url: https://download.copr.fedorainfracloud.org/results/@ovn-lts/ovn-lts/centos-stream-10-aarch64/
894+ base_path: centos/10-stream/ovn/aarch64/ovn-lts/
895+ short_name: centos_stream_10_ovn_lts_aarch64
896+ sync_group: rocky_10_aarch64
897+ distribution_name: centos-stream-10-ovn-lts-aarch64-
898+
885899 # ELRepo 10 repository
886900 - name: ELRepo.org Community Enterprise Linux Repository - el10
887901 # Use an HTTPS mirror rather than http from mirrorlist
You can’t perform that action at this time.
0 commit comments