From 181036c13bd2e9b09dabba6faea827c99a8adf6c Mon Sep 17 00:00:00 2001 From: Dmitriy Rabotyagov Date: Wed, 29 Mar 2023 18:06:00 +0200 Subject: [PATCH] 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 --- vars/redhat-9.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/vars/redhat-9.yml b/vars/redhat-9.yml index f66f79f2..ee3664f9 100644 --- a/vars/redhat-9.yml +++ b/vars/redhat-9.yml @@ -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