On Thu, Dec 5, 2024 at 7:49 AM kfox1111@gmail.com wrote:
$ podman run -it --rm quay.io/centos/centos:stream9 [root@5a60bfec416f /]# yum install -y centos-release-nfv-openvswitch
<snip> [root@5a60bfec416f /]# yum list CentOS Stream 9 - NFV OpenvSwitch 916 B/s | 3.0 kB 00:03 Errors during downloading metadata for repository 'centos-nfv-openvswitch': - Downloading successful, but checksum doesn't match. Calculated: a0898eb5ec407553a28821d486e5635b512ea30dd5a170ac76843e8139908887d7773e08d76346e069cebf2e24730648ecdc10595ba5aa6173884fef3d76f4e9(sha512) Expected: 19f066708fc1f00703fa6514d39edebc74fd3aaff9488a2e1fc2599485fdb8775b8af2a912913a2131f6529fe92d60efa1051a4e14fe32eb01d357a1e51c3a86(sha512)
Error: Failed to download metadata for repo 'centos-nfv-openvswitch': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried
nfv-openvswitch is a CentOS SIG thing, not an EPEL thing. Here is their documentation: https://sigs.centos.org/nfv/ With ways to contact them: https://sigs.centos.org/nfv/#contact-points
Troy