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/aws | |
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/aws')
-rw-r--r-- | playbooks/aws/openshift-cluster/hosted.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/playbooks/aws/openshift-cluster/hosted.yml b/playbooks/aws/openshift-cluster/hosted.yml index 32139e150..cf5befc7c 100644 --- a/playbooks/aws/openshift-cluster/hosted.yml +++ b/playbooks/aws/openshift-cluster/hosted.yml @@ -10,7 +10,7 @@ - include: ../../openshift-prometheus/private/config.yml when: openshift_hosted_prometheus_deploy | default(false) | bool -- include: ../../common/openshift-cluster/service_catalog.yml +- include: ../../openshift-service-catalog/private/config.yml when: openshift_enable_service_catalog | default(false) | bool - include: ../../common/openshift-management/config.yml |