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:
I think this should be a 3.5.0 blocker, do you agree?
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' ...