Bug 1326642
Summary: | The IMAGE_VERSION is not the value we specified by openshift_image_tag | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Anping Li <anli> |
Component: | Cluster Version Operator | Assignee: | Devan Goodwin <dgoodwin> |
Status: | CLOSED ERRATA | QA Contact: | Anping Li <anli> |
Severity: | medium | Docs Contact: | |
Priority: | high | ||
Version: | 3.2.0 | CC: | aos-bugs, bleanhar, dgoodwin, 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: | 2016-06-07 10:55:17 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
Anping Li
2016-04-13 09:26:28 UTC
please also notice that openshift_container_versions.sh was ran before docker new options take affect. so we couldn't get the VERSION from the new added registry. I think this is still happening even using latest master and Sam's branch. Using a private registry with 3.2.0.14 and 3.2.0.16 pushed to it, and in my inventory: openshift_image_tag=v3.2.0.14 After running upgrade: bash-4.2# grep VERSION /etc/sysconfig/atomic-openshift* /etc/sysconfig/openvswitch /etc/sysconfig/atomic-openshift-master:IMAGE_VERSION=v3.2.0.16 /etc/sysconfig/atomic-openshift-node:IMAGE_VERSION=v3.2.0.16 /etc/sysconfig/openvswitch:IMAGE_VERSION=v3.2.0.16 Fixed and merged in: https://github.com/openshift/openshift-ansible/pull/1781 The bug fixed, so moved to verified. 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-2016:1208 |