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:
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.
Verified this bug with latest aos-ansible repo, it works now.