summaryrefslogtreecommitdiffstats
path: root/playbooks/byo
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/byo
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/byo')
-rw-r--r--playbooks/byo/openshift-cluster/service-catalog.yml12
1 files changed, 12 insertions, 0 deletions
diff --git a/playbooks/byo/openshift-cluster/service-catalog.yml b/playbooks/byo/openshift-cluster/service-catalog.yml
new file mode 100644
index 000000000..a9fc18958
--- /dev/null
+++ b/playbooks/byo/openshift-cluster/service-catalog.yml
@@ -0,0 +1,12 @@
+---
+#
+# This playbook is a preview of upcoming changes for installing
+# Hosted logging on. See inventory/byo/hosts.*.example for the
+# currently supported method.
+#
+- include: initialize_groups.yml
+
+- include: ../../common/openshift-cluster/service_catalog.yml
+ vars:
+ openshift_cluster_id: "{{ cluster_id | default('default') }}"
+ openshift_debug_level: "{{ debug_level | default(2) }}"