Bug 1450441 - Containerized installation ose v3.5 fails without specifying openshift_image_tag=v3.5
Summary: Containerized installation ose v3.5 fails without specifying openshift_image_...
Keywords:
Status: CLOSED DUPLICATE of bug 1448842
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: Installer
Version: 3.5.1
Hardware: Unspecified
OS: Linux
unspecified
medium
Target Milestone: ---
: ---
Assignee: Scott Dodson
QA Contact: Johnny Liu
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2017-05-12 14:49 UTC by Birol Bilgin
Modified: 2017-05-12 15:10 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2017-05-12 15:10:47 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

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 ***


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