I would like to know which is the correct repository or package allowing me to unload python3-openvswitch3.
I am wrong or is it only available in CentOSStream?
Actually I have
[centos-openstack-wallaby]
name=CentOS-$releasever - OpenStack wallaby
#baseurl=http://mirror.centos.org/$contentdir/8-stream/cloud/$basearch/openstack-wallaby/
mirrorlist=http://mirrorlist.centos.org/?release=8-stream&arch=$basearch&repo=cloud-openstack-wallaby
gpgcheck=1
enabled=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-SIG-Cloud
module_hotfixes=1
The correct one would be:
root@rocky9 ~]# dnf search openvswitch
Last metadata expiration check: 3:09:34 ago on Fri 13 Oct 2023 11:55:00 AM CEST.
========================== Name Matched: openvswitch ===========================
centos-release-nfv-openvswitch.noarch : Common release file to establish shared
: metadata for CentOS NFV SIG
pcp-pmda-openvswitch.x86_64 : Performance Co-Pilot (PCP) metrics for Open
: vSwitch
[root@rocky9 ~]# dnf install centos-release-nfv-openvswitch
after this you can install python3-openvswitch
Thank you very much iwalker, in the end I ended up with the same RPMs but the path you propose seems more scalable in a deployment
1 Like