From d1b4da3f66acaee95ce948b58d6e913d85404bca Mon Sep 17 00:00:00 2001 From: Neil Hanlon Date: Tue, 16 May 2023 13:48:20 -0400 Subject: [PATCH] Revert pinning rdo-deps for openvswitch 2.17 for rocky Rocky 9.2 was released today and ships a new centos-release-nfv which points to builds of RDO Dependencies build against RHEL 9 buildroots instead of CentOS Stream 9. As such, we no longer need to keep Rocky at a lower version of ovs/ovn and can match other distributions (and Stream) on 3.1. Depends-On: https://review.opendev.org/c/openstack/openstack-ansible/+/883377 Change-Id: I396a75119cdfd3762a59f6e5437234fcc661b7ae --- vars/redhat-9.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/vars/redhat-9.yml b/vars/redhat-9.yml index 5bdbec76..f66f79f2 100644 --- a/vars/redhat-9.yml +++ b/vars/redhat-9.yml @@ -99,6 +99,5 @@ _package_repos: baseurl: "{{ openstack_hosts_rdo_deps_url }}" gpgcheck: no module_hotfixes: yes - exclude: "{{ (ansible_facts['distribution'] == 'Rocky') | ternary(['*rdo-openvswitch*3.1*', '*rdo-ovn*3.1*'], omit) }}" _openstack_ca_bundle_path: /etc/pki/tls/certs/ca-bundle.crt