Bug 1427080 - The router wasn't upgraded to current ose-haproxy-router image version
Summary: The router wasn't upgraded to current ose-haproxy-router image version
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: Cluster Version Operator
Version: 3.5.0
Hardware: Unspecified
OS: Unspecified
unspecified
medium
Target Milestone: ---
: ---
Assignee: Andrew Butcher
QA Contact: Anping Li
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2017-02-27 10:17 UTC by Anping Li
Modified: 2017-04-11 21:19 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: No Doc Update
Doc Text:
undefined
Clone Of:
Environment:
Last Closed: 2017-04-11 21:19:30 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHBA-2017:0903 0 normal SHIPPED_LIVE OpenShift Container Platform atomic-openshift-utils bug fix and enhancement 2017-04-12 22:45:42 UTC

Description Anping Li 2017-02-27 10:17:40 UTC
Description of problem:
After upgrade from v3.4 to v3.5, the router is still use v3.4 images. it should use the version which is same with openshift version.

Version-Release number of selected component (if applicable):
atomic-openshift-utils-3.5.15-1.git.0.8d2a456.el7.noarch

How reproducible:
always

Steps to Reproduce:
1. install v3.4
2. Upgrade to v3.5
ansible-playbook -i /root/workdir/hosts /usr/share/ansible/openshift-ansible/playbooks/byo/openshift-cluster/upgrades/v3_5/upgrade_control_plane.yml -v

3. Check the dc image version in default namespace
# oc get dc -o json -n default|grep '"image":'




Actual results:
# oc get dc -o json -n default|grep '"image":'
   "image": "qetest.registry.com/openshift3/ose-docker-registry:v3.5.0.34",
   "image": "registry.access.redhat.com/openshift3/registry-console:3.3",
   "image": "qetest.registry.com/openshift3/ose-haproxy-router:v3.4.1.7",

Expected results:
the image version should be updated to "image": "qetest.registry.com/openshift3/ose-haproxy-router:v3.5.0.34",

Additional info:

Comment 1 openshift-github-bot 2017-02-27 21:13:10 UTC
Commit pushed to master at https://github.com/openshift/openshift-ansible

https://github.com/openshift/openshift-ansible/commit/0550138a592bc3bf202a44ed9a3e4d575e70add3
Merge pull request #3510 from abutcher/router-upgrade

Bug 1427080: The router wasn't upgraded to current ose-haproxy-router image version

Comment 3 Anping Li 2017-03-01 06:29:49 UTC
The fix works when use atomic-openshift-utils-3.5.17-1.git.0.561702e.el7.noarch


Note You need to log in before you can comment on or make changes to this bug.