Pin openvswitch package on RHEL to 2.17

OVS 3.1 was released by CentOS NFV SIG which is built against newer
rdma-core libraries leading to uninstallable openvswitch3.1 on
Rocky Linux due to missing libmlx5.so.1(MLX5_1.24).

While CentOS doesn't need this specific rollback, it will be easier to
fix gates this way.

Change-Id: I388c115d368c0c0638d1dd4f9f11f4448a13a6b1
This commit is contained in:
Dmitriy Rabotyagov 2023-03-29 18:06:00 +02:00 committed by Dmitriy Rabotyagov
parent ca1357f61e
commit 181036c13b
1 changed files with 3 additions and 0 deletions

View File

@ -99,5 +99,8 @@ _package_repos:
baseurl: "{{ openstack_hosts_rdo_deps_url }}"
gpgcheck: no
module_hotfixes: yes
exclude:
- '*rdo-openvswitch*3.1*'
- '*rdo-ovn*3.1*'
_openstack_ca_bundle_path: /etc/pki/tls/certs/ca-bundle.crt