Bug 1509112
Summary: | [quick installer][3.7]wrong variant_version in installer.cfg.yml | |||
---|---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Wenkai Shi <weshi> | |
Component: | Installer | Assignee: | Scott Dodson <sdodson> | |
Status: | CLOSED ERRATA | QA Contact: | Wenkai Shi <weshi> | |
Severity: | low | Docs Contact: | ||
Priority: | low | |||
Version: | 3.7.0 | CC: | aos-bugs, erich, jokerman, mmccomas, pprakash, trankin | |
Target Milestone: | --- | |||
Target Release: | 3.7.z | |||
Hardware: | Unspecified | |||
OS: | Unspecified | |||
Whiteboard: | ||||
Fixed In Version: | Doc Type: | Enhancement | ||
Doc Text: |
The quick installer now supports installation of OCP 3.7.
|
Story Points: | --- | |
Clone Of: | ||||
: | 1544207 (view as bug list) | Environment: | ||
Last Closed: | 2017-11-29 15:32:55 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-11-03 06:16:33 UTC
Modify the variant_version to 3.7, met this: # atomic-openshift-installer -u install openshift-enterprise 3.7 is not an installable variant. # tail -3 .config/openshift/installer.cfg.yml variant: openshift-enterprise variant_version: '3.7' version: v2 https://github.com/openshift/openshift-ansible/pull/6274 adds v3.7 support to the quick installer Verified with version openshift-ansible-3.7.9-1.git.35.36453c1.el7. The variant_version in installer.cfg.yml is 3.7 now. # tail -3 .config/openshift/installer.cfg.yml variant: openshift-enterprise variant_version: '3.7' version: v2 Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2017:3280 The needinfo request[s] on this closed bug have been removed as they have been unresolved for 1000 days |