소스 검색

add examples for SDN configuration

Jason DeTiberus 9 년 전
부모
커밋
9143a3a749
1개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  1. 6 0
      inventory/byo/hosts.example

+ 6 - 0
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