diff options
author | Jason DeTiberus <jdetiber@redhat.com> | 2015-10-26 17:25:15 -0400 |
---|---|---|
committer | Jason DeTiberus <jdetiber@redhat.com> | 2015-10-26 17:25:15 -0400 |
commit | 9143a3a74957562f37a547f6d5ec1b460c1bfce6 (patch) | |
tree | 22016fd41cdb68fabbced24cc228c81d4aa33e36 /inventory | |
parent | 6e1a53d82f925a3a070eae5342604d8b0f026f38 (diff) | |
download | openshift-9143a3a74957562f37a547f6d5ec1b460c1bfce6.tar.gz openshift-9143a3a74957562f37a547f6d5ec1b460c1bfce6.tar.bz2 openshift-9143a3a74957562f37a547f6d5ec1b460c1bfce6.tar.xz openshift-9143a3a74957562f37a547f6d5ec1b460c1bfce6.zip |
add examples for SDN configuration
Diffstat (limited to 'inventory')
-rw-r--r-- | inventory/byo/hosts.example | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/inventory/byo/hosts.example b/inventory/byo/hosts.example index 6b366cf87..68b2af094 100644 --- a/inventory/byo/hosts.example +++ b/inventory/byo/hosts.example @@ -79,6 +79,12 @@ openshift_master_identity_providers=[{'name': 'htpasswd_auth', 'login': 'true', # openshift_router_selector='region=infra' # openshift_registry_selector='region=infra' +# Configure the multi-tenant SDN plugin (default is 'redhat/openshift-ovs-subnet') +# os_sdn_network_plugin_name='redhat/openshift-ovs-multitenant' + +# Disable the OpenShift SDN plugin +# openshift_use_openshift_sdn=False + # set RPM version for debugging purposes #openshift_pkg_version=-3.0.0.0 |