Skip to content

Commit

Permalink
Merge pull request #7108 from spadgett/check-version-for-console-install
Browse files Browse the repository at this point in the history
Automatic merge from submit-queue.

Disable console install when not 3.9 or newer

Fixes openshift/origin#18573

/assign @sdodson 
@smarterclayton @stevekuznetsov
  • Loading branch information
openshift-merge-robot authored Feb 12, 2018
2 parents 1c9c93d + 7467ce4 commit 1076023
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion playbooks/common/private/components.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@
- import_playbook: ../../openshift-hosted/private/config.yml

- import_playbook: ../../openshift-web-console/private/config.yml
when: openshift_web_console_install | default(true) | bool
when:
- openshift_web_console_install | default(true) | bool
- openshift.common.version_gte_3_9

- import_playbook: ../../openshift-metrics/private/config.yml
when: openshift_metrics_install_metrics | default(false) | bool
Expand Down

0 comments on commit 1076023

Please sign in to comment.