Bug 1538806
Summary: | [3.9] 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, jokerman, mmccomas, wmeng | |
Target Milestone: | --- | |||
Target Release: | 3.9.0 | |||
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: | ||||
: | 1539146 1539150 (view as bug list) | Environment: | ||
Last Closed: | 2018-03-28 14:23:11 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: | 1539146, 1539150 |
Description
Luke Meyer
2018-01-25 21:35:24 UTC
As reported in https://github.com/openshift/openshift-ansible/issues/6720 and https://github.com/openshift/openshift-ansible/issues/5330 Fix against current master is under way at https://github.com/openshift/openshift-ansible/pull/6880 Tested in openshift-ansible-3.9.0-0.34.0.git.0.c7d9585.el7.noarch.rpm and passed! With osn_ovs_image, osn_image and osm_image set to the inexistent images, installer failed as expected. Per comment 2, verified in openshift-ansible-3.9.0-0.34.0.git.0.c7d9585.el7.noarch.rpm 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:0489 |