diff options
author | ewolinetz <ewolinet@redhat.com> | 2017-04-03 15:01:41 -0500 |
---|---|---|
committer | ewolinetz <ewolinet@redhat.com> | 2017-06-22 09:00:18 -0500 |
commit | e2d0ebb3bf2cc37f44af53dfad9e1789713fd3b9 (patch) | |
tree | ed249533af454a7e37f5ca96bf1bde8957c63a96 /playbooks/common/openshift-cluster/config.yml | |
parent | 7ead88acbef680e75f8328a2f8c28c208ae6aed1 (diff) | |
download | openshift-e2d0ebb3bf2cc37f44af53dfad9e1789713fd3b9.tar.gz openshift-e2d0ebb3bf2cc37f44af53dfad9e1789713fd3b9.tar.bz2 openshift-e2d0ebb3bf2cc37f44af53dfad9e1789713fd3b9.tar.xz openshift-e2d0ebb3bf2cc37f44af53dfad9e1789713fd3b9.zip |
Creation of service_catalog and placeholder broker roles
Diffstat (limited to 'playbooks/common/openshift-cluster/config.yml')
-rw-r--r-- | playbooks/common/openshift-cluster/config.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/playbooks/common/openshift-cluster/config.yml b/playbooks/common/openshift-cluster/config.yml index 1482b3a3f..2a75b8dc3 100644 --- a/playbooks/common/openshift-cluster/config.yml +++ b/playbooks/common/openshift-cluster/config.yml @@ -45,6 +45,12 @@ tags: - hosted +- include: service_catalog.yml + when: + - openshift_enable_service_catalog | default(false) | bool + tags: + - servicecatalog + - name: Re-enable excluder if it was previously enabled hosts: oo_masters_to_config:oo_nodes_to_config tags: |