Bug 1438160 - [quick installer]wrong variant version generated in installer.cfg.yml when selecting "Registry"
Summary: [quick installer]wrong variant version generated in installer.cfg.yml when se...
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: Installer
Version: 3.5.0
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: ---
: ---
Assignee: Scott Dodson
QA Contact: Wenkai Shi
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2017-04-01 11:08 UTC by Wenkai Shi
Modified: 2017-07-24 14:11 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: No Doc Update
Doc Text:
undefined
Clone Of:
Environment:
Last Closed: 2017-04-11 21:09:51 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHBA-2017:0903 0 normal SHIPPED_LIVE OpenShift Container Platform atomic-openshift-utils bug fix and enhancement 2017-04-12 22:45:42 UTC

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'
...


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