Skip to content

Commit 9fe9089

Browse files
committed
Add new OVN-LTS repository
We need LTS versions of OVN (24.03) and OVS (3.3.8) to use Epoxy on Rocky Linux 10, these are currently provided by our ovn-lts COPR repository.
1 parent a0aad0a commit 9fe9089

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

ansible/inventory/group_vars/all/rpm-package-repos

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)