Bug 1368034
Summary: | "openshift.common.version_gte_3_3_or_1_3" would be set to false due to "openshift_image_tag=v3.3" was set in inventory hosts. | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Gan Huang <ghuang> |
Component: | Installer | Assignee: | Devan Goodwin <dgoodwin> |
Status: | CLOSED WONTFIX | QA Contact: | Johnny Liu <jialiu> |
Severity: | low | Docs Contact: | |
Priority: | low | ||
Version: | 3.3.0 | CC: | 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-08-25 15:51:36 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
Gan Huang
2016-08-18 07:44:43 UTC
Moving to upcoming release as this is technically a misuse of the inventory variables. openshift_image_tag should just be for advanced users now, arguably the new v3.3 tags *should* be usable here but there is a very bad possible consequence of that where in as you scale up your environment, other nodes could end up with a newer v3.3 image than you have when you initially setup the cluster. Intended usage is openshift_release=v3.3, and if using openshift_image_tag it should be very precise. Regardless it should probably error out in this configuration, so keeping the bug open. |