thbe / puppet-yum

Puppet yum module
GNU General Public License v3.0
3 stars 4 forks source link

Once you add Ovirt you get GlusterFS repo errors #3

Open jreitmayer opened 6 years ago

jreitmayer commented 6 years ago

I'm going to guess something changed with glusterfs and ovirt.

`Loaded plugins: fastestmirror, langpacks, product-id, search-disabled-repos, subscription-manager This system is not registered with an entitlement server. You can use subscription-manager to register. Loading mirror speeds from cached hostfile

https://wiki.centos.org/yum-errors

If above article doesn't help to resolve this issue please use https://bugs.centos.org/.

http://download.gluster.org/pub/gluster/glusterfs/LATEST/EPEL.repo/epel-7/noarch/repodata/repomd.xml: [Errno 14] HTTPS Error 404 - Not Found Trying other mirror. repo id repo name status base/7/x86_64 CentOS-7 - Base 9,911 epel/x86_64 Extra Packages for Enterprise Linux 7 - x86_64 12,685 extras/7/x86_64 CentOS-7 - Extras 402 ovirt-3.6/7 Latest oVirt 3.6 Release 801 ovirt-3.6-epel/x86_64 Extra Packages for Enterprise Linux 7 - x86_64 12,685 ovirt-3.6-patternfly1-noarch-epel/x86_64 Copr repo for patternfly1 owned by patternfly 2 puppetlabs-pc1/x86_64 Puppet Labs PC1 Repository el 7 - x86_64 163 updates/7/x86_64 CentOS-7 - Updates 1,348 virtio-win-stable virtio-win builds roughly matching what was shipped in latest RHEL 5 repolist: 38,002 `

thbe commented 6 years ago

The GlusterFS repository doesn't exist anymore, at least not directly at the GlusterFS website. According to the announcement it was moved:

RPMs for RHEL, CentOS, and other RHEL Clones are available from the CentOS Storage SIG.

See https://wiki.centos.org/SpecialInterestGroup/Storage

and also http://buildlogs.centos.org/centos/7/storage/x86_64/gluster-3.13/

debuginfo rpms are available from http://debuginfo.centos.org/centos/7/storage/x86_64/

I need to remove the current one and replace it with the new one. I will add this topic on my list when I have some spare time.