Bug 1477304 - rhel-7-server-openstack-10-rpm FAILED
Summary: rhel-7-server-openstack-10-rpm FAILED
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: distribution
Version: unspecified
Hardware: x86_64
OS: Linux
unspecified
high
Target Milestone: ---
: ---
Assignee: Lon Hohberger
QA Contact: Udi Shkalim
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2017-08-01 17:20 UTC by Mike Cohen
Modified: 2017-08-02 15:05 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2017-08-02 11:56:35 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Mike Cohen 2017-08-01 17:20:19 UTC
Description of problem:
Cannot use repo rhel-7-server-openstack-10-rpm

Version-Release number of selected component (if applicable):
RHOSP 10

How reproducible:
It is occurring on all my systems. But All other repos are working so this is not connectivity issue. Only this repo has error

Steps to Reproduce:
1.enable rhel-7-server-openstack-10-rpm
2.yum makecache
3.yum will fail at this repo

Actual results:
Failure to install RHOSP10 packages

Expected results:
A usable OSP10 repo

Additional info:
[root@director01 ~]# yum makecache
Loaded plugins: product-id, search-disabled-repos, subscription-manager
rhel-7-server-extras-rpms                                                                                   | 3.4 kB  00:00:00     
rhel-7-server-openstack-10-rpms                                                                             | 4.0 kB  00:00:00     
rhel-7-server-rh-common-rpms                                                                                | 3.7 kB  00:00:00     
rhel-7-server-rpms                                                                                          | 3.5 kB  00:00:00     
rhel-ha-for-rhel-7-server-rpms                                                                              | 3.4 kB  00:00:00     
rhel-7-server-openstack-10-rpm FAILED                                          
https://cdn.redhat.com/content/dist/rhel/server/7/7Server/x86_64/openstack/10/os/repodata/6418a2e89877326e7310fccd34a6e12d7ea7c7a9f93c2b91b63baf8656edf551-updateinfo.xml.gz: [Errno 14] HTTPS Error 404 - Not Found
Trying other mirror.
To address this issue please refer to the below knowledge base article 

https://access.redhat.com/articles/1320623

If above article doesn't help to resolve this issue please open a ticket with Red Hat Support.

rhel-7-server-openstack-10-rpm FAILED                                          
https://cdn.redhat.com/content/dist/rhel/server/7/7Server/x86_64/openstack/10/os/repodata/43404f273155d40937b1ca37485edc7d58cf6508f4647a5b139160eb580e7dd7-primary.sqlite.bz2: [Errno 14] HTTPS Error 404 - Not Found
Trying other mirror.
rhel-7-server-openstack-10-rpm FAILED                                          
https://cdn.redhat.com/content/dist/rhel/server/7/7Server/x86_64/openstack/10/os/repodata/6b484bda490b7b1dc48bdb395a1b4624248eded99f0d1598b4b16a885aeaf744-filelists.sqlite.bz2: [Errno 14] HTTPS Error 404 - Not Found
Trying other mirror.
rhel-7-server-openstack-10-rpm FAILED                                          
https://cdn.redhat.com/content/dist/rhel/server/7/7Server/x86_64/openstack/10/os/repodata/e75963ea864934923807625c3bd90b7cde0f6efff038255c1945cee56698d638-other.sqlite.bz2: [Errno 14] HTTPS Error 404 - Not Found
Trying other mirror.
(1/5): rhel-7-server-openstack-10-rpms/7Server/x86_64/productid                                             | 2.1 kB  00:00:00     
rhel-7-server-openstack-10-rpm FAILED                                          
https://cdn.redhat.com/content/dist/rhel/server/7/7Server/x86_64/openstack/10/os/repodata/6b484bda490b7b1dc48bdb395a1b4624248eded99f0d1598b4b16a885aeaf744-filelists.sqlite.bz2: [Errno 14] HTTPS Error 404 - Not Found
Trying other mirror.
rhel-7-server-openstack-10-rpm FAILED                                          
https://cdn.redhat.com/content/dist/rhel/server/7/7Server/x86_64/openstack/10/os/repodata/43404f273155d40937b1ca37485edc7d58cf6508f4647a5b139160eb580e7dd7-primary.sqlite.bz2: [Errno 14] HTTPS Error 404 - Not Found
Trying other mirror.
rhel-7-server-openstack-10-rpm FAILED                                          
https://cdn.redhat.com/content/dist/rhel/server/7/7Server/x86_64/openstack/10/os/repodata/e75963ea864934923807625c3bd90b7cde0f6efff038255c1945cee56698d638-other.sqlite.bz2: [Errno 14] HTTPS Error 404 - Not Found
Trying other mirror.
https://cdn.redhat.com/content/dist/rhel/server/7/7Server/x86_64/openstack/10/os/repodata/43404f273155d40937b1ca37485edc7d58cf6508f4647a5b139160eb580e7dd7-primary.sqlite.bz2: [Errno 14] HTTPS Error 404 - Not Found
Trying other mirror.


 One of the configured repositories failed (Red Hat OpenStack Platform 10 for RHEL 7 (RPMs)),
 and yum doesn't have enough cached data to continue. At this point the only
 safe thing yum can do is fail. There are a few ways to work "fix" this:

     1. Contact the upstream for the repository and get them to fix the problem.

     2. Reconfigure the baseurl/etc. for the repository, to point to a working
        upstream. This is most often useful if you are using a newer
        distribution release than is supported by the repository (and the
        packages for the previous distribution release still work).

     3. Run the command with the repository temporarily disabled
            yum --disablerepo=rhel-7-server-openstack-10-rpms ...

     4. Disable the repository permanently, so yum won't use it by default. Yum
        will then just ignore the repository until you permanently enable it
        again or use --enablerepo for temporary usage:

            yum-config-manager --disable rhel-7-server-openstack-10-rpms
        or
            subscription-manager repos --disable=rhel-7-server-openstack-10-rpms

     5. Configure the failing repository to be skipped, if it is unavailable.
        Note that yum will try to contact the repo. when it runs most commands,
        so will have to try and fail each time (and thus. yum will be be much
        slower). If it is a very temporary problem though, this is often a nice
        compromise:

            yum-config-manager --save --setopt=rhel-7-server-openstack-10-rpms.skip_if_unavailable=true

failure: repodata/43404f273155d40937b1ca37485edc7d58cf6508f4647a5b139160eb580e7dd7-primary.sqlite.bz2 from rhel-7-server-openstack-10-rpms: [Errno 256] No more mirrors to try.
https://cdn.redhat.com/content/dist/rhel/server/7/7Server/x86_64/openstack/10/os/repodata/43404f273155d40937b1ca37485edc7d58cf6508f4647a5b139160eb580e7dd7-primary.sqlite.bz2: [Errno 14] HTTPS Error 404 - Not Found

Comment 1 Mike Burns 2017-08-02 11:56:35 UTC
There were some CDN issues yesterday.  Most things appear back up and running.  If you continue to have an issue like this, please engage Red Hat Support directly.


Note You need to log in before you can comment on or make changes to this bug.