Bug 1318518 - Ansible installer for AWS fails because yum repository isn't reachable
Summary: Ansible installer for AWS fails because yum repository isn't reachable
Keywords:
Status: CLOSED WORKSFORME
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: Installer
Version: 3.2.0
Hardware: Unspecified
OS: Unspecified
high
high
Target Milestone: ---
: ---
Assignee: Troy Dawson
QA Contact: Ma xiaoqiang
URL:
Whiteboard:
Depends On:
Blocks: 1313560
TreeView+ depends on / blocked
 
Reported: 2016-03-17 06:49 UTC by Jianwei Hou
Modified: 2016-07-04 00:46 UTC (History)
6 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-04-06 14:54:29 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Jianwei Hou 2016-03-17 06:49:38 UTC
Description of problem:
Install OSE on AWS, the installation failed with error

```
TASK: [qe_registry_bootstrap | Install docker] ******************************** 
failed: [ec2-54-164-100-146.compute-1.amazonaws.com] => {"failed": true}
msg: Error from repoquery: ['/usr/bin/repoquery', '--show-duplicates', '--plugins', '--quiet', '-q', '--disablerepo', '', '--enablerepo', '', '--qf', '%{name}-%{version}-%{release}.%{arch}', 'docker']: failure: repodata/repomd.xml from aos: [Errno 256] No more mirrors to try.
https://mirror.openshift.com/enterprise/enterprise-3.2/latest/RH7-RHAOS-3.2/x86_64/os/repodata/repomd.xml: [Errno 14] HTTPS Error 404 - Not Found
Could not match packages: failure: repodata/repomd.xml from aos: [Errno 256] No more mirrors to try.
https://mirror.openshift.com/enterprise/enterprise-3.2/latest/RH7-RHAOS-3.2/x86_64/os/repodata/repomd.xml: [Errno 14] HTTPS Error 404 - Not Found
```

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


How reproducible:
Always

Steps to Reproduce:
1. Install latest ose with ansible installer

Actual results:
Installation failed because https://mirror.openshift.com/enterprise/enterprise-3.2/latest/RH7-RHAOS-3.2/x86_64/os/repodata/repomd.xml was not accessible

Expected results:
The mirrors should be accessible.

Additional info:

Comment 3 Scott Dodson 2016-03-18 18:50:52 UTC
After the PR request above was merged we reverted back to the old behavior, so I've reverted the PR. The old locations should work now.

Comment 4 Johnny Liu 2016-03-21 07:09:56 UTC
Verified this bug with latest aos-ansible repo, it works now.


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