diff options
author | Russell Teague <rteague@redhat.com> | 2017-11-22 09:15:40 -0500 |
---|---|---|
committer | Russell Teague <rteague@redhat.com> | 2017-11-22 11:10:59 -0500 |
commit | 85815450dbec0016e4f133c86b95b0e16f3737dc (patch) | |
tree | 395139a495f8f125d312283201368d25fcc6ef4d /playbooks/common/openshift-cluster/config.yml | |
parent | 012be35217f7415d50afe5e74b7e2e995feea6b5 (diff) | |
download | openshift-85815450dbec0016e4f133c86b95b0e16f3737dc.tar.gz openshift-85815450dbec0016e4f133c86b95b0e16f3737dc.tar.bz2 openshift-85815450dbec0016e4f133c86b95b0e16f3737dc.tar.xz openshift-85815450dbec0016e4f133c86b95b0e16f3737dc.zip |
Playbook Consolidation - openshift-service-catalog
Diffstat (limited to 'playbooks/common/openshift-cluster/config.yml')
-rw-r--r-- | playbooks/common/openshift-cluster/config.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/playbooks/common/openshift-cluster/config.yml b/playbooks/common/openshift-cluster/config.yml index de2c7b813..5a5a01804 100644 --- a/playbooks/common/openshift-cluster/config.yml +++ b/playbooks/common/openshift-cluster/config.yml @@ -29,7 +29,7 @@ - include: ../../openshift-prometheus/private/config.yml when: openshift_hosted_prometheus_deploy | default(false) | bool -- include: service_catalog.yml +- include: ../../openshift-service-catalog/private/config.yml when: openshift_enable_service_catalog | default(true) | bool - include: ../openshift-management/config.yml |