Bug 1450441

Summary: Containerized installation ose v3.5 fails without specifying openshift_image_tag=v3.5
Product: OpenShift Container Platform Reporter: Birol Bilgin <bbilgin>
Component: InstallerAssignee: Scott Dodson <sdodson>
Status: CLOSED DUPLICATE QA Contact: Johnny Liu <jialiu>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 3.5.1CC: aos-bugs, jokerman, mmccomas
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2017-05-12 15:10:47 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 Birol Bilgin 2017-05-12 14:49:22 UTC
Description of problem:
Containerized installation fails when  openshift_image_tag is not specified in ansible inventory file.

Version-Release number of selected component (if applicable):
openshift-ansible-3.5.60-1.git.0.b6f77a6.el7.noarch

How reproducible:
Install containerized ose v3.5 without specifying openshift_image_tag ,
installer uses latest tag, latest tag pulls openshift v3.2.1.31

Actual results:
Installation fails.

Expected results:
Installer to figure out correct version to not rely on latest tag
or openshift_image_tag to be mandatory for containerized installations.

Additional info:

When executing :

# docker run --rm registry.access.redhat.com/openshift3/ose:latest version
openshift v3.2.1.31
kubernetes v1.2.0-36-g4a3f9c5
etcd 2.2.5

Whereas I expect the same behaviour as pointing directly to v3.5
# docker run --rm registry.access.redhat.com/openshift3/ose:v3.5 version
openshift v3.5.5.8
kubernetes v1.5.2+43a9be4
etcd 3.1.0

Comment 1 Scott Dodson 2017-05-12 15:10:47 UTC

*** This bug has been marked as a duplicate of bug 1448842 ***