summaryrefslogtreecommitdiffstats
path: root/playbooks/common/openshift-cluster/config.yml
diff options
context:
space:
mode:
authorScott Dodson <sdodson@redhat.com>2017-10-31 15:50:28 -0400
committerScott Dodson <sdodson@redhat.com>2017-11-02 09:41:07 -0400
commit80a6839214f3a006e696dec3dfd6d0a267669230 (patch)
tree1645fcfe25b30ce0501c3456d56cf9e13c95c86c /playbooks/common/openshift-cluster/config.yml
parent54d4ea101f91a244a875207e4f792d2362ea5f25 (diff)
downloadopenshift-80a6839214f3a006e696dec3dfd6d0a267669230.tar.gz
openshift-80a6839214f3a006e696dec3dfd6d0a267669230.tar.bz2
openshift-80a6839214f3a006e696dec3dfd6d0a267669230.tar.xz
openshift-80a6839214f3a006e696dec3dfd6d0a267669230.zip
Enable SC, ASB, TSB by default
This will not install the components on an upgrade.
Diffstat (limited to 'playbooks/common/openshift-cluster/config.yml')
-rw-r--r--playbooks/common/openshift-cluster/config.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/playbooks/common/openshift-cluster/config.yml b/playbooks/common/openshift-cluster/config.yml
index 244787985..3b4d6f9a6 100644
--- a/playbooks/common/openshift-cluster/config.yml
+++ b/playbooks/common/openshift-cluster/config.yml
@@ -27,7 +27,7 @@
when: openshift_logging_install_logging | default(false) | bool
- include: service_catalog.yml
- when: openshift_enable_service_catalog | default(false) | bool
+ when: openshift_enable_service_catalog | default(true) | bool
- include: ../openshift-management/config.yml
when: openshift_management_install_management | default(false) | bool