Bug 1447204 - [quick-install] The variant_version should be 3.6 in installer.cfg.yml
Summary: [quick-install] The variant_version should be 3.6 in installer.cfg.yml
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: Installer
Version: 3.6.0
Hardware: Unspecified
OS: Unspecified
unspecified
medium
Target Milestone: ---
: ---
Assignee: Russell Teague
QA Contact: Anping Li
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2017-05-02 06:20 UTC by Anping Li
Modified: 2017-08-16 19:51 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-15 12:34:01 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHEA-2017:1716 0 normal SHIPPED_LIVE Red Hat OpenShift Container Platform 3.6 RPM Release Advisory 2017-08-10 09:02:50 UTC

Description Anping Li 2017-05-02 06:20:29 UTC
Description of problem:
The OCP v3.6 can be instaleld by quick installer. But the variant_version is set '3.5' in installer.cfg.yml , it should be 'v3.6'
There is a similar bug in v3.4 https://bugzilla.redhat.com/show_bug.cgi?id=1388762.

Version-Release number of selected component (if applicable):
atomic-openshift-utils-3.6.42-1.git.0.2b420c1.el7.noarch

How reproducible:
always

Steps to Reproduce:
1. install OCP 3.6 using atomic-openshift-installer
2. check the variant_version in installer.cfg.yml 
# grep variant_version /root/.config/openshift/installer.cfg.yml 
variant_version: '3.5'

Actual results:
The variant_version: '3.5'

Expected results:
The variant_version is '3.6'

Additional info:

Comment 1 Russell Teague 2017-05-02 15:16:53 UTC
Proposed https://github.com/openshift/openshift-ansible/pull/4068

Comment 3 Russell Teague 2017-05-03 12:26:36 UTC
Merged: https://github.com/openshift/openshift-ansible/pull/4068

Comment 4 Russell Teague 2017-05-03 12:28:27 UTC
Patch in openshift-ansible-3.6.52-1

Comment 9 Anping Li 2017-05-15 01:48:45 UTC
Verified and pass

the variant_version is 3.6 now. 

ansible_callback_facts_yaml: /root/.config/openshift/.ansible/callback_facts.yaml
ansible_inventory_path: /root/.config/openshift/hosts
ansible_log_path: /tmp/ansible.log
deployment:
  ansible_ssh_user: root
<--snip-->
<--snip-->
variant: openshift-enterprise
variant_version: '3.6'
version: v2


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