Bug 1613100
Summary: | OpenShift-Ansible ignores oreg_url for registry-console Docker image | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Weihua Meng <wmeng> |
Component: | Installer | Assignee: | Michael Gugino <mgugino> |
Status: | CLOSED ERRATA | QA Contact: | Johnny Liu <jialiu> |
Severity: | medium | Docs Contact: | |
Priority: | high | ||
Version: | 3.11.0 | CC: | aos-bugs, jiajliu, jialiu, jokerman, mdulko, mgugino, mmccomas, rhowe, suchaudh, wmeng, wsun |
Target Milestone: | --- | ||
Target Release: | 3.11.0 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | 1608476 | Environment: | |
Last Closed: | 2018-11-27 16:20:51 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: |
Description
Weihua Meng
2018-08-07 01:56:57 UTC
Seen like the above PR is not enough, re-test this with openshift-ansible-3.11.0-0.16.0.git.0.e82689aNone.noarch, still reproduce. 1. Hosts: qe-jialiu311-auto-mpdn-master-1.0816-ko4.qe.rhcloud.com, qe-jialiu311-auto-mpdn-master-2.0816-ko4.qe.rhcloud.com, qe-jialiu311-auto-mpdn-master-3.0816-ko4.qe.rhcloud.com, qe-jialiu311-auto-mpdn-node-1.0816-ko4.qe.rhcloud.com, qe-jialiu311-auto-mpdn-node-infra-1.0816-ko4.qe.rhcloud.com Play: OpenShift Health Checks Task: Run health checks (install) - EL Message: One or more checks failed Details: check "docker_image_availability": One or more required container images are not available: registry.access.redhat.com/openshift3/registry-console:v3.11 Checked with: skopeo inspect [--tls-verify=false] [--creds=<user>:<pass>] docker://<registry>/<image> Default registries searched: registry.redhat.io Blocked registries: registry.hacker.com Should've been fixed in https://github.com/openshift/openshift-ansible/pull/9607 Still hit it on openshift-ansible-3.11.0-0.20.0.git.0.ec6d8caNone.noarch When do upgrade with registry.dev.redhat.io registry sepecified. Image healthy check failed and it still try to check the image from old registry.access.redhat.com. 1. Hosts: host-8-248-12.host.centralci.eng.rdu2.redhat.com Play: OpenShift Health Checks Task: Run health checks (upgrade) Message: One or more checks failed Details: check "docker_image_availability": One or more required container images are not available: registry.access.redhat.com/openshift3/registry-console:v3.11 Checked with: skopeo inspect [--tls-verify=false] [--creds=<user>:<pass>] docker://<registry>/<image> Default registries searched: registry.redhat.io Refactor image checks, PR created in master: https://github.com/openshift/openshift-ansible/pull/9827 backport to 3.10 after merge. BP to 3.10 created: https://github.com/openshift/openshift-ansible/pull/9947 The PR 9827 was merged to openshift-ansible-3.11.0-0.29.0,please check if this bug could be verified. Verified this bug with openshift-ansible-3.11.0-0.32.0.git.0.b27b349.el7.noarch, and PASS. Removing registry-console:v3.11 image from my private mirror registry, trigger installation, the error message from pre-check is correct and expected. 1. Hosts: host-8-252-196.host.centralci.eng.rdu2.redhat.com Play: OpenShift Health Checks Task: Run health checks (install) - EL Message: One or more checks failed Details: check "docker_image_availability": One or more required container images are not available: host-8-241-45.host.centralci.eng.rdu2.redhat.com:5000/testing/ocp3/registry-console:v3.11 Checked with: skopeo inspect [--tls-verify=false] [--creds=<user>:<pass>] docker://<registry>/<image> This should be fixed in the following versions now, likely earlier versions, but the commits are present in these versions which are latest at the time of posting this comment. openshift-ansible-3.11.43-1 openshift-ansible-3.10.73-1 *** Bug 1630375 has been marked as a duplicate of this bug. *** |