SIG issues, update

Could you comfirm me if there is a problem with the SIG repos, I find a problem updating some things

yum install make

CentOS-8 - Ceph Nautilus
Error: Failed to download metadata for repo ‘centos-ceph-nautilus’: Cannot prepare internal mirrorlist: No URLs in mirrorlist

Some of the SIG repos were removed, as explained in:
https://lists.centos.org/pipermail/centos-devel/2022-January/120120.html

A CentOS mirror near me has ceph-octopus and ceph-pacific directories. (Stream-8 mirror there has ceph-pacific and ceph-quincy.)
So, there seem to be SIG repos for some recent Ceph versions.
(Nautilus remains that latest for CentOS 7, apparently.)

In fact after install openstack-victoria with SIG repos , I’m finding now issues with two repo files

CentOS-Messaging-rabbitmq.repo
CentOS-NFV-OpenvSwitch.repo

I wonder about the limits of replacing in both files $releasever, actually in “8” by “8-stream”.

End of January, all repositories listed under > CentOS Mirror will be removed (except for SIGs that > opted-in for the ‘switch to RHEL 8 buildroot’ plan)

https://lists.centos.org/pipermail/centos-devel/2022-January/120120.html

https://pagure.io/centos-infra/issues?status=Closed&tags=cbs-rhel8-buildroot&close_status=

I solved this problem by replace the mirrorlist to baseurl for following file at /etc/yum.repos.d
Because the http://mirrorlist.centos.org does not have the content now.

  • List item
    CentOS-Advanced-Virtualization.repo
    CentOS-Ceph-Nautilus.repo
    CentOS-Ceph-Nautilus.repo.bak
    CentOS-Messaging-rabbitmq.repo
    CentOS-NFV-OpenvSwitch.repo
    CentOS-OpenStack-victoria.repo

baseurl=https://vault.centos.org/centos/8/virt/x86_64/advanced-virtualization/
baseurl=https://vault.centos.org/centos/8/storage/x86_64/ceph-nautilus/
baseurl=https://vault.centos.org/centos/8/messaging/x86_64/rabbitmq-38/
baseurl=https://vault.centos.org/centos/8/nfv/x86_64/openvswitch-2/
baseurl=https://vault.centos.org/centos/8/cloud/x86_64/openstack-victoria/