Bug 1290676 - Allow user to specify the version of images when running containerized install
Summary: Allow user to specify the version of images when running containerized install
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: Installer
Version: 3.1.0
Hardware: Unspecified
OS: Unspecified
unspecified
medium
Target Milestone: ---
: ---
Assignee: Scott Dodson
QA Contact: Ma xiaoqiang
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-12-11 05:59 UTC by Ma xiaoqiang
Modified: 2016-07-04 00:46 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-01-29 20:58:11 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Ma xiaoqiang 2015-12-11 05:59:29 UTC
Description of problem:
Ansible use latest images to start the openshift service now. It should support to install openshift with specified version.

Version-Release number of selected component (if applicable):
https://github.com/sdodson/openshift-ansible containers

How reproducible:
Always


Steps to Reproduce:

1. Install container env with specified version. e.g: v3.1.0.2


Actual results:
Not support now

Expected results:
Allow user to specify the version of images when installing container env

Additional info:

Comment 1 Scott Dodson 2015-12-15 20:29:17 UTC
It's not great, but right now in order to provide the greatest flexibility possible users can specify the fully qualified name of the images they wish to deploy. This includes the version which will allow you to do things you probably don't want to do like have different versions of each image. I decided this was the best approach rather than splitting each of the current 4 images into two different values.

Set the following variables respectively

osm_image -- master image default of 'openshift3/ose'
osn_image -- node image default of 'openshift3/node'
ovs_image -- openvswitch image default of 'openshift3/openvswitch'
osm_etcd_image -- etcd image default of 'registry.access.redhat.com/rhel7/etcd'


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