Bug 1448842
Summary: | Installing Openshift Container Platform 3.5 returns an error on Play 11/28 (Disable excluders) | |||
---|---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Jaspreet Kaur <jkaur> | |
Component: | Installer | Assignee: | Jan Chaloupka <jchaloup> | |
Status: | CLOSED ERRATA | QA Contact: | Wenkai Shi <weshi> | |
Severity: | urgent | Docs Contact: | ||
Priority: | urgent | |||
Version: | 3.5.0 | CC: | aos-bugs, bbilgin, jkaur, jokerman, mmccomas, sdodson | |
Target Milestone: | --- | |||
Target Release: | --- | |||
Hardware: | Unspecified | |||
OS: | Unspecified | |||
Whiteboard: | ||||
Fixed In Version: | Doc Type: | Bug Fix | ||
Doc Text: |
When performing a containerized installation without setting openshift_image_tag the latest image was used to determine the correct version of the product to install. The latest tag may point at different releases based on whichever version was pushed most recently. Because of this we've modified the installer to default to the 'v3.5' tag when running the 3.5 installer so that we're sure to get the latest v3.5 release.
|
Story Points: | --- | |
Clone Of: | ||||
: | 1450412 (view as bug list) | Environment: | ||
Last Closed: | 2017-05-17 17:40:57 UTC | Type: | Bug | |
Regression: | --- | Mount Type: | --- | |
Documentation: | --- | CRM: | ||
Verified Versions: | Category: | --- | ||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | ||
Cloudforms Team: | --- | Target Upstream Version: | ||
Embargoed: | ||||
Bug Depends On: | ||||
Bug Blocks: | 1450412, 1450415 |
Description
Jaspreet Kaur
2017-05-08 11:34:02 UTC
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 |