Bug 1438160

Summary: [quick installer]wrong variant version generated in installer.cfg.yml when selecting "Registry"
Product: OpenShift Container Platform Reporter: Wenkai Shi <weshi>
Component: InstallerAssignee: Scott Dodson <sdodson>
Status: CLOSED ERRATA QA Contact: Wenkai Shi <weshi>
Severity: medium Docs Contact:
Priority: medium    
Version: 3.5.0CC: aos-bugs, jokerman, mmccomas
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: No Doc Update
Doc Text:
undefined
Story Points: ---
Clone Of: Environment:
Last Closed: 2017-04-11 21:09:51 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 Wenkai Shi 2017-04-01 11:08:47 UTC
Description of problem:
wrong variant version generated in installer.cfg.yml when selecting "Registry".

Version-Release number of selected component (if applicable):
atomic-openshift-utils-3.5.46-1.git.0.f676f1c.el7.noarch

How reproducible:
100%

Steps to Reproduce:
1. run quick installer and select install Registry
# atomic-openshift-installer install
Which variant would you like to install?


(1) OpenShift Container Platform
(2) Registry

Choose a variant from above:  [1]: 2

2. check "/root/.config/openshift/installer.cfg.yml"
3.

Actual results:
# cat /root/.config/openshift/installer.cfg.yml
...
variant_subtype: registry
variant_version: '3.4'
...

Expected results:
# cat /root/.config/openshift/installer.cfg.yml
...
variant_subtype: registry
variant_version: '3.5'
...

Additional info:

Comment 1 Scott Dodson 2017-04-03 12:55:50 UTC
I think this should be a 3.5.0 blocker, do you agree?

Comment 3 Wenkai Shi 2017-04-05 02:27:53 UTC
Verified with version atomic-openshift-utils-3.5.49-1.git.0.692ac99.el7. After run quick installer the variant version is correct.

# cat /root/.config/openshift/installer.cfg.yml
...
variant_subtype: registry
variant_version: '3.5'
...