diff options
author | Fabian von Feilitzsch <fabian@fabianism.us> | 2017-06-08 11:31:24 -0400 |
---|---|---|
committer | Fabian von Feilitzsch <fabian@fabianism.us> | 2017-06-22 10:54:52 -0400 |
commit | 3b538cc3951a38dd499fbf4ce54476f0d4ec25eb (patch) | |
tree | e794224b7a656b0fee40a94363bba0fffa16afad /playbooks/common/openshift-cluster | |
parent | e2d0ebb3bf2cc37f44af53dfad9e1789713fd3b9 (diff) | |
download | openshift-3b538cc3951a38dd499fbf4ce54476f0d4ec25eb.tar.gz openshift-3b538cc3951a38dd499fbf4ce54476f0d4ec25eb.tar.bz2 openshift-3b538cc3951a38dd499fbf4ce54476f0d4ec25eb.tar.xz openshift-3b538cc3951a38dd499fbf4ce54476f0d4ec25eb.zip |
add play and role to install ansible-service-broker
* add ansible-service-broker role to catalog install playbook
add ansible_service_broker to catalog install flow
fix indentation syntax error
respond to code review
Remove content, update image prefix to exclude image name
Make variables deployment type specific, add rhcc configuration, add fact validation
some spacing/comments
Remove ansible_service_broker_namespace variable
Fix stupid typo
== nil -> is none
nil -> null, fix validation checks
Fix a few typos
Add Broker object to catalog
replace oc_pvc creation with oc_obj
remove namespace from broker creation
fix namespace
Diffstat (limited to 'playbooks/common/openshift-cluster')
-rw-r--r-- | playbooks/common/openshift-cluster/service_catalog.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/playbooks/common/openshift-cluster/service_catalog.yml b/playbooks/common/openshift-cluster/service_catalog.yml index dd1d33525..c42e8781a 100644 --- a/playbooks/common/openshift-cluster/service_catalog.yml +++ b/playbooks/common/openshift-cluster/service_catalog.yml @@ -5,4 +5,4 @@ hosts: oo_first_master roles: - openshift_service_catalog - - openshift_service_catalog_broker + - ansible_service_broker |