Is there a problem with the openstack repos?
Constantly fails with:
yum install http://repos.fedorapeople.org/repos/openstack/openstack-icehouse/rdo-release-icehouse-4.noarch.rpm
Loaded plugins: fastestmirror, security
Loading mirror speeds from cached hostile
* base: mirrors.greenmountainaccess.net
* extras: mirror.metrocast.net
* updates: mirror.es.its.nyu.edu
Setting up Install Process
Cannot open: http://repos.fedorapeople.org/repos/openstack/openstack-icehouse/rdo-release-icehouse-4.noarch.rpm. Skipping.
Error: Nothing to do
Never needed a proxy before, and other yum installs (for example, yum update) work fine without one. wget works:
# wget --no-check-certificate http://repos.fedorapeople.org/repos/openstack/openstack-icehouse/rdo-release-icehouse-4.noarch.rpm
<... snip ...>
Connecting to repos.fedorapeople.org|152.19.134.191|:443... connected.
WARNING: cannot verify repos.fedorapeople.org’s certificate, issued by “/C=US ....”:
Unable to locally verify the issuer’s authority.
HTTP request sent, awaiting response... 200 OK
Length: 13589 (13K) [application/x-rpm]
Saving to: “rdo-release-icehouse-4.noarch.rpm”
100%[===============================================================================================================>] 13,589 --.-K/s in 0.002s
Last-modified header invalid -- time-stamp ignored.
2014-07-30 07:24:03 (7.49 MB/s) - “rdo-release-icehouse-4.noarch.rpm” saved [13589/13589]
But then the packstack install fails:
# rpm -ivh rdo-release-icehouse-4.noarch.rpm
warning: rdo-release-icehouse-4.noarch.rpm: Header V4 RSA/SHA1 Signature, key ID 0e4fbd28: NOKEY
Preparing... ########################################### [100%]
1:rdo-release ########################################### [100%]
[root@lglbr061 ~]# yum -y install openstack-packstack
Loaded plugins: fastestmirror, security
Loading mirror speeds from cached hostfile
* base: mirrors.greenmountainaccess.net
* extras: mirror.metrocast.net
* updates: mirror.es.its.nyu.edu
foreman | 2.9 kB 00:00
foreman/primary_db | 77 kB 00:00
foreman-plugins | 2.9 kB 00:00
foreman-plugins/primary_db | 26 kB 00:00
http://repos.fedorapeople.org/repos/openstack/openstack-icehouse/epel-6/repodata/repomd.xml: [Errno 14] Peer cert cannot be verified or peer cert invalid
Trying other mirror.
**Error: Cannot retrieve repository metadata (repomd.xml) for repository: openstack-icehouse. Please verify its path and try again**
Added the host IP to no_proxy in yum.conf... no change... did the yum cleanup (#yum clean all && yum clean metadata && yum clean dbcache && yum makecache && yum update -y) ... didn't help... reinstalled the OS from scratch... didn't help... tried CentOS 7 instead of Centos 6.5... same problem... sigh.
Thus the suspicion regarding the repo... not sure what else this could be? Do I need to do something locally with foreman that's new? I've done this install dozens of times, never run into this problem before...
Would try follow http://openstack.redhat.com/Quickstart
Fails the same way, unfortunately (that's how I started out). And that used to work...
Try to switch from mirrorlist to baseurl in repofiles
Rebuilding now, will try. However: https://repos.fedorapeople.org/repos/...
returns a 404 error.
https://repos.fedorapeople.org/repos/...
works... so I'm adding: https://repos.fedorapeople.org/repos/...
correct?
Correct. Please,confirm ,that switching from mirrorlist to baseurl in repofiles resolves problem.