summaryrefslogtreecommitdiffstats
path: root/playbooks/common/openshift-cluster/config.yml
diff options
context:
space:
mode:
authorEric Wolinetz <ewolinet@redhat.com>2017-09-11 13:51:05 -0500
committerEric Wolinetz <ewolinet@redhat.com>2017-09-20 16:36:23 -0500
commit2ed396b31243a87c7c02e9338e15a83feec61e46 (patch)
treedb2d24f127164a7ec3ccc6f788e0d8fef7fe28d2 /playbooks/common/openshift-cluster/config.yml
parent4f5839e585a78243eae2d215176047299c52a1eb (diff)
downloadopenshift-2ed396b31243a87c7c02e9338e15a83feec61e46.tar.gz
openshift-2ed396b31243a87c7c02e9338e15a83feec61e46.tar.bz2
openshift-2ed396b31243a87c7c02e9338e15a83feec61e46.tar.xz
openshift-2ed396b31243a87c7c02e9338e15a83feec61e46.zip
Updating to always configure api aggregation with installation
Diffstat (limited to 'playbooks/common/openshift-cluster/config.yml')
-rw-r--r--playbooks/common/openshift-cluster/config.yml11
1 files changed, 11 insertions, 0 deletions
diff --git a/playbooks/common/openshift-cluster/config.yml b/playbooks/common/openshift-cluster/config.yml
index bbd5a0185..fcceb37b7 100644
--- a/playbooks/common/openshift-cluster/config.yml
+++ b/playbooks/common/openshift-cluster/config.yml
@@ -57,6 +57,17 @@
tags:
- hosted
+- name: Configure API Aggregation on masters
+ hosts: oo_masters
+ serial: 1
+ tasks:
+ - block:
+ - include_role:
+ name: openshift_service_catalog
+ tasks_from: wire_aggregator
+ vars:
+ first_master: "{{ groups.oo_first_master[0] }}"
+
- include: service_catalog.yml
when:
- openshift_enable_service_catalog | default(false) | bool