summaryrefslogtreecommitdiffstats
path: root/playbooks/common
diff options
context:
space:
mode:
authorewolinetz <ewolinet@redhat.com>2017-04-03 15:01:41 -0500
committerewolinetz <ewolinet@redhat.com>2017-06-22 09:00:18 -0500
commite2d0ebb3bf2cc37f44af53dfad9e1789713fd3b9 (patch)
treeed249533af454a7e37f5ca96bf1bde8957c63a96 /playbooks/common
parent7ead88acbef680e75f8328a2f8c28c208ae6aed1 (diff)
downloadopenshift-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')
-rw-r--r--playbooks/common/openshift-cluster/config.yml6
-rw-r--r--playbooks/common/openshift-cluster/service_catalog.yml8
2 files changed, 14 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:
diff --git a/playbooks/common/openshift-cluster/service_catalog.yml b/playbooks/common/openshift-cluster/service_catalog.yml
new file mode 100644
index 000000000..dd1d33525
--- /dev/null
+++ b/playbooks/common/openshift-cluster/service_catalog.yml
@@ -0,0 +1,8 @@
+---
+- include: evaluate_groups.yml
+
+- name: Service Catalog
+ hosts: oo_first_master
+ roles:
+ - openshift_service_catalog
+ - openshift_service_catalog_broker