diff options
author | Jim Minter <jminter@redhat.com> | 2017-10-06 11:35:10 -0500 |
---|---|---|
committer | Jim Minter <jminter@redhat.com> | 2017-10-13 16:41:55 -0500 |
commit | 991acfe542464c768cf25868039ae1e364a386ad (patch) | |
tree | 1520328aaa8de11531f9ff5dd67233a32ad77450 /inventory | |
parent | d5028b30f57cbd5a22a398b5fb1dbf273b3eb2b8 (diff) | |
download | openshift-991acfe542464c768cf25868039ae1e364a386ad.tar.gz openshift-991acfe542464c768cf25868039ae1e364a386ad.tar.bz2 openshift-991acfe542464c768cf25868039ae1e364a386ad.tar.xz openshift-991acfe542464c768cf25868039ae1e364a386ad.zip |
Rewire openshift_template_service_broker_namespaces configurable
Diffstat (limited to 'inventory')
-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 |