Red Hat Bugzilla – Bug 1511616
The docker image check should not happen if osm_use_cockpit=false
Last modified: 2018-04-05 05:31:32 EDT
Description of problem: If I osm_use_cockpit=false, the docker image check for the registry console should not happen. That check was talked about here: https://github.com/openshift/openshift-ansible/pull/5829 Version-Release number of selected component (if applicable): 3.7
https://github.com/openshift/openshift-ansible/pull/6216 has merged to 3.7 a couple weeks ago. Missed changing the bug status.
Verified with version openshift-ansible-3.7.14-1.git.0.4b35b2d.el7, code has been merged. # cat roles/openshift_health_checker/openshift_checks/docker_image_availability.py ... if self.get_var("osm_use_cockpit", default=True, convert=bool): required.add(self._registry_console_image(image_tag, image_info)) ...
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