Bug 1393666
Summary: | Image-name for registry-console hardcoded in code. | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Jaspreet Kaur <jkaur> |
Component: | Installer | Assignee: | Andrew Butcher <abutcher> |
Status: | CLOSED DUPLICATE | QA Contact: | Johnny Liu <jialiu> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 3.3.0 | CC: | akhakhar, aos-bugs, jkaur, jokerman, mmccomas, myllynen, pprakash |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2017-04-11 17:02:32 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
Jaspreet Kaur
2016-11-10 06:19:39 UTC
This looks to be fixed in 3.4 (but please note https://bugzilla.redhat.com/show_bug.cgi?id=1419493). This can be configured by setting openshift_cockpit_deployer_prefix and has been this way since inception. Was going to move this onto QA but noticed it's not documented in the examples so i did that. https://github.com/openshift/openshift-ansible/pull/3317 Commit pushed to master at https://github.com/openshift/openshift-ansible https://github.com/openshift/openshift-ansible/commit/00f438ac92323cf3f2109adb7f2f70998f77bc23 Document openshift_cockpit_deployer_prefix and add openshift_cockpit_deployer_version Fixes Bug 1393666 Verified this bug with openshift-ansible-3.5.6-1.git.0.5e6099d.el7.noarch, and PASS. The same verification step as https://bugzilla.redhat.com/show_bug.cgi?id=1383275#c6 If you want "registry-console" not a hardcod either, pls reopen this bug. --------- spec: containers: - name: registry-console image: ${IMAGE_PREFIX}registry-console:${IMAGE_VERSION} --------- In latest openshift build - atomic-openshift-3.5.0.35-1.git.0.b806d03.el7.x86_64, openshift-ansible-3.5.17-1.git.0.561702e.el7.noarch we see that registry-console image comes with the prefix - registry.access.redhat.com: oc get dc registry-console -o yaml | grep image image: registry.access.redhat.com/openshift3/registry-console:3.5 But the latest openshift3.5 are not available in registry.access.redhat.com and hence registry-console pod fails. *** This bug has been marked as a duplicate of bug 1383275 *** The needinfo request[s] on this closed bug have been removed as they have been unresolved for 1000 days |