summaryrefslogtreecommitdiffstats
path: root/inventory/byo/hosts.ose.example
diff options
context:
space:
mode:
authorBrenton Leanhardt <bleanhar@redhat.com>2016-02-25 11:19:09 -0500
committerBrenton Leanhardt <bleanhar@redhat.com>2016-02-25 11:19:09 -0500
commit65b9391f661f463255e4f705a2c58fc54cc1cf5e (patch)
tree730417ec52f06cf24bca75502494c959e455f1d8 /inventory/byo/hosts.ose.example
parent625addec56337b940dd72ac187f3e9f3f652178e (diff)
parentad62a606342a0301fcba02ed1e3b3d7badaef236 (diff)
downloadopenshift-65b9391f661f463255e4f705a2c58fc54cc1cf5e.tar.gz
openshift-65b9391f661f463255e4f705a2c58fc54cc1cf5e.tar.bz2
openshift-65b9391f661f463255e4f705a2c58fc54cc1cf5e.tar.xz
openshift-65b9391f661f463255e4f705a2c58fc54cc1cf5e.zip
Merge pull request #1447 from abutcher/byo-cidr-ports
Add byo examples for network cidr and api/console ports.
Diffstat (limited to 'inventory/byo/hosts.ose.example')
-rw-r--r--inventory/byo/hosts.ose.example14
1 files changed, 14 insertions, 0 deletions
diff --git a/inventory/byo/hosts.ose.example b/inventory/byo/hosts.ose.example
index 233c1c8e2..a40082dcb 100644
--- a/inventory/byo/hosts.ose.example
+++ b/inventory/byo/hosts.ose.example
@@ -158,6 +158,20 @@ 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 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
+
# set RPM version for debugging purposes
#openshift_pkg_version=-3.1.0.0