Description of problem: When running `atomic-openshift-installer install`, it fails at Play 11/28 (Disable excluders). Installers seems to be expecting a `atomic-openshift-docker-excluder-3.2.1.31` package when there is none installed. The package that is installed is `atomic-openshift-excluder-3.5.5.8-1`. (See screenshot 1) Version-Release number of selected component (if applicable): atomic-openshift-installer -u install How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Fails on installation Expected results: It should have installed correctly Additional info:
I think the problem here is that we're defaulting to the latest image when neither openshift_image_tag nor openshift_release are set. I think this will fix it and we need to apply the same fix on other branches too. https://github.com/openshift/openshift-ansible/pull/4166
*** Bug 1450441 has been marked as a duplicate of this bug. ***
Verified with version atomic-openshift-utils-3.5.71-1.git.0.128c2db.el7, installation succeed with correct tag. # atomic-openshift-installer -u install ... Play 10/28 (Disable excluders) .................................... ... ............................ localhost : ok=12 changed=0 unreachable=0 failed=0 openshift.example.com : ok=733 changed=165 unreachable=0 failed=0 Installation Complete: Note: Play count is only an estimate, some plays may have been skipped or dynamically added ...
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2017:1244