소스 검색

Add host subnet length example.

Andrew Butcher 9 년 전
부모
커밋
ad62a60634
3개의 변경된 파일12개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      inventory/byo/hosts.aep.example
  2. 4 0
      inventory/byo/hosts.origin.example
  3. 4 0
      inventory/byo/hosts.ose.example

+ 4 - 0
inventory/byo/hosts.aep.example

@@ -163,6 +163,10 @@ openshift_master_identity_providers=[{'name': 'htpasswd_auth', 'login': 'true',
 # Can not be changed after deployment.
 #osm_cluster_network_cidr=10.1.0.0/16
 
+# Configure number of bits to allocate to each host’s subnet e.g. 8
+# would mean a /24 network on the host.
+#osm_host_subnet_length=8
+
 # Configure master API and console ports.
 #openshift_master_api_port=8443
 #openshift_master_console_port=8443

+ 4 - 0
inventory/byo/hosts.origin.example

@@ -168,6 +168,10 @@ openshift_master_identity_providers=[{'name': 'htpasswd_auth', 'login': 'true',
 # Can not be changed after deployment.
 #osm_cluster_network_cidr=10.1.0.0/16
 
+# Configure number of bits to allocate to each host’s subnet e.g. 8
+# would mean a /24 network on the host.
+#osm_host_subnet_length=8
+
 # Configure master API and console ports.
 #openshift_master_api_port=8443
 #openshift_master_console_port=8443

+ 4 - 0
inventory/byo/hosts.ose.example

@@ -164,6 +164,10 @@ openshift_master_identity_providers=[{'name': 'htpasswd_auth', 'login': 'true',
 # Can not be changed after deployment.
 #osm_cluster_network_cidr=10.1.0.0/16
 
+# Configure number of bits to allocate to each host’s subnet e.g. 8
+# would mean a /24 network on the host.
+#osm_host_subnet_length=8
+
 # Configure master API and console ports.
 #openshift_master_api_port=8443
 #openshift_master_console_port=8443