Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable console install when not 3.9 or newer #7108

Conversation

spadgett
Copy link
Member

@openshift-ci-robot openshift-ci-robot added do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Feb 12, 2018
@@ -74,4 +74,4 @@
tasks:
- set_fact:
openshift_web_console_install: False
when: openshift_deployment_subtype == 'registry' or ( osm_disabled_features is defined and 'WebConsole' in osm_disabled_features )
when: not openshift.common.version_gte_3_9 or openshift_deployment_subtype == 'registry' or ( osm_disabled_features is defined and 'WebConsole' in osm_disabled_features )
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This fact is likely not available at this point in playbook execution, which is unfortunate as this is the best place to ensure all code paths skip console installation.

Try moving it https://github.com/openshift/openshift-ansible/blob/master/playbooks/common/private/components.yml#L23

@spadgett spadgett force-pushed the check-version-for-console-install branch from 3249102 to 7467ce4 Compare February 12, 2018 18:27
@spadgett
Copy link
Member Author

Thanks @sdodson updated

@sdodson
Copy link
Member

sdodson commented Feb 12, 2018

/lgtm

@openshift-ci-robot openshift-ci-robot added the lgtm Indicates that a PR is ready to be merged. label Feb 12, 2018
@spadgett spadgett changed the title [WIP] Disable console install when not 3.9 or newer Disable console install when not 3.9 or newer Feb 12, 2018
@openshift-ci-robot openshift-ci-robot removed the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Feb 12, 2018
@sdodson
Copy link
Member

sdodson commented Feb 12, 2018

flake
/test install

@openshift-merge-robot
Copy link
Contributor

Automatic merge from submit-queue.

@openshift-merge-robot openshift-merge-robot merged commit 1076023 into openshift:master Feb 12, 2018
@spadgett spadgett deleted the check-version-for-console-install branch February 13, 2018 12:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lgtm Indicates that a PR is ready to be merged. retest-not-required size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants