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. Closes-Bug: #2013189 Change-Id: I388c115d368c0c0638d1dd4f9f11f4448a13a6b1 (cherry picked from commit 181036c13bd2e9b09dabba6faea827c99a8adf6c)
This commit is contained in:
parent
ca394b9405
commit
80b9efcd42
@ -98,5 +98,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
|
||||
|
Loading…
x
Reference in New Issue
Block a user