diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2017-10-17 05:43:09 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-17 05:43:09 -0700 |
commit | 1d75eb325c0dbfd4614ab6e6535d07a2ea3ecbc3 (patch) | |
tree | 824457588c59efb6c3cdc4472c7b74c081f7cf81 /inventory/byo/hosts.example | |
parent | 768a667c5788a8074ff1f31caf8b43af92f16344 (diff) | |
parent | 991acfe542464c768cf25868039ae1e364a386ad (diff) | |
download | openshift-1d75eb325c0dbfd4614ab6e6535d07a2ea3ecbc3.tar.gz openshift-1d75eb325c0dbfd4614ab6e6535d07a2ea3ecbc3.tar.bz2 openshift-1d75eb325c0dbfd4614ab6e6535d07a2ea3ecbc3.tar.xz openshift-1d75eb325c0dbfd4614ab6e6535d07a2ea3ecbc3.zip |
Merge pull request #5687 from jim-minter/tsb_config
Automatic merge from submit-queue.
Rewire openshift_template_service_broker_namespaces configurable
@ewolinetz
@bparees
Diffstat (limited to 'inventory/byo/hosts.example')
-rw-r--r-- | inventory/byo/hosts.example | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/inventory/byo/hosts.example b/inventory/byo/hosts.example index 0b6050891..436135bcf 100644 --- a/inventory/byo/hosts.example +++ b/inventory/byo/hosts.example @@ -811,8 +811,13 @@ openshift_master_identity_providers=[{'name': 'htpasswd_auth', 'login': 'true', # Or you may optionally define your own build overrides configuration serialized as json #openshift_buildoverrides_json='{"BuildOverrides":{"configuration":{"apiVersion":"v1","kind":"BuildDefaultsConfig","forcePull":"true"}}}' -# Enable template service broker by specifying one of more namespaces whose -# templates will be served by the broker +# Enable service catalog +#openshift_enable_service_catalog=true + +# Enable template service broker (requires service catalog to be enabled, above) +#template_service_broker_install=true + +# Configure one of more namespaces whose templates will be served by the TSB #openshift_template_service_broker_namespaces=['openshift'] # masterConfig.volumeConfig.dynamicProvisioningEnabled, configurable as of 1.2/3.2, enabled by default |