Bug 1264836
| Summary: | The router image name should be ose-haproxy-router | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Anping Li <anli> |
| Component: | Cluster Version Operator | Assignee: | Scott Dodson <sdodson> |
| Status: | CLOSED ERRATA | QA Contact: | Johnny Liu <jialiu> |
| Severity: | high | Docs Contact: | |
| Priority: | medium | ||
| Version: | 3.0.0 | CC: | aos-bugs, bleanhar, bperkins, jokerman, mmccomas |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2015-11-19 23:29:12 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: | |||
Thanks for testing, I've updated the image name, please pull the latest and re-test. Verified and pass
The image name have been updated.
TASK: [debug var=router_image] ************************************************
ok: [192.168.1.101] => {
"var": {
"router_image": "openshift3/ose-haproxy-router:v3.0.2.0"
}
}
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/RHEA-2015:2492 |
Description of problem: The upgrade script use openshift3/ose-router:v3.0.2.0 as router_image. The correct image name should be 'openshift3/ose-haproxy-router:v3.0.2.0' Version-Release number of selected component (if applicable): How reproducible: always Steps to Reproduce: 1. install openshift v3.0.1.0 2. upgrade using ansible ansible-playbook openshift-ansible/playbooks/adhoc/upgrades/upgrade.yml Actual results: Upgrade used the non-exsit image 'openshift3/ose-router:v3.0.2.0'. TASK: [debug var=router_image] ************************************************ ok: [192.168.1.101] => { "var": { "router_image": "openshift3/ose-router:v3.0.2.0" } } Expected results: Upgrade script should use 'openshift3/ose-haproxy-router:v3.0.2.0'. In upgrade.yml line 57, it should be "replace( '${component}', 'haproxy-router' ) Additional info: