Przeglądaj źródła

Add byo examples for network cidr and api/console ports.

Andrew Butcher 9 lat temu
rodzic
commit
0ff873de7b

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

@@ -157,6 +157,16 @@ openshift_master_identity_providers=[{'name': 'htpasswd_auth', 'login': 'true',
 # Disable the OpenShift SDN plugin
 # openshift_use_openshift_sdn=False
 
+# Configure SDN cluster network CIDR block. This network block should
+# be a private block and should not conflict with existing network
+# blocks in your infrastructure that pods may require access to.
+# Can not be changed after deployment.
+#osm_cluster_network_cidr=10.1.0.0/16
+
+# Configure master API and console ports.
+#openshift_master_api_port=8443
+#openshift_master_console_port=8443
+
 # set RPM version for debugging purposes
 #openshift_pkg_version=-3.1.0.0
 

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

@@ -162,6 +162,16 @@ openshift_master_identity_providers=[{'name': 'htpasswd_auth', 'login': 'true',
 # Disable the OpenShift SDN plugin
 # openshift_use_openshift_sdn=False
 
+# Configure SDN cluster network CIDR block. This network block should
+# be a private block and should not conflict with existing network
+# blocks in your infrastructure that pods may require access to.
+# Can not be changed after deployment.
+#osm_cluster_network_cidr=10.1.0.0/16
+
+# Configure master API and console ports.
+#openshift_master_api_port=8443
+#openshift_master_console_port=8443
+
 # set RPM version for debugging purposes
 #openshift_pkg_version=-1.1
 

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

@@ -158,6 +158,16 @@ openshift_master_identity_providers=[{'name': 'htpasswd_auth', 'login': 'true',
 # Disable the OpenShift SDN plugin
 # openshift_use_openshift_sdn=False
 
+# Configure SDN cluster network CIDR block. This network block should
+# be a private block and should not conflict with existing network
+# blocks in your infrastructure that pods may require access to.
+# Can not be changed after deployment.
+#osm_cluster_network_cidr=10.1.0.0/16
+
+# Configure master API and console ports.
+#openshift_master_api_port=8443
+#openshift_master_console_port=8443
+
 # set RPM version for debugging purposes
 #openshift_pkg_version=-3.1.0.0