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
This commit is contained in:
Neil Hanlon 2023-05-16 13:48:20 -04:00 committed by Dmitriy Rabotyagov
parent 5e92c6b3e9
commit d1b4da3f66

View File

@ -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