Bug 1539146
| Summary: | [3.7] docker_image_availability check does not respect override variables for containerized components | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Luke Meyer <lmeyer> |
| Component: | Installer | Assignee: | Luke Meyer <lmeyer> |
| Status: | CLOSED ERRATA | QA Contact: | Gan Huang <ghuang> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 3.6.0 | CC: | aos-bugs, jialiu, jokerman, mmccomas |
| Target Milestone: | --- | ||
| Target Release: | 3.7.z | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: |
Cause:
The docker_image_availability check did not take into account variables that override specific container images used for containerized components.
Consequence:
The check could incorrectly report failure looking for the default images when the overridden images to be used are actually available.
Fix:
The check now looks for override variables.
Result:
The check should accurately report whether the necessary images are available.
|
Story Points: | --- |
| Clone Of: | 1538806 | Environment: | |
| Last Closed: | 2018-04-05 09:36:18 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: | 1538806, 1539150 | ||
| Bug Blocks: | |||
|
Description
Luke Meyer
2018-01-26 19:04:03 UTC
3.7 backport is https://github.com/openshift/openshift-ansible/pull/6901 Verified in openshift-ansible-3.7.27-1.git.0.ae95fc3.el7.noarch.rpm With osn_ovs_image, osn_image and osm_image set to the inexistent images, installer failed as expected. 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/RHBA-2018:0636 |