Bug 1447204

Summary: [quick-install] The variant_version should be 3.6 in installer.cfg.yml
Product: OpenShift Container Platform Reporter: Anping Li <anli>
Component: InstallerAssignee: Russell Teague <rteague>
Status: CLOSED CURRENTRELEASE QA Contact: Anping Li <anli>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 3.6.0CC: aos-bugs, jokerman, mmccomas
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2017-05-15 12:34:01 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 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