summaryrefslogtreecommitdiffstats
path: root/inventory/byo/hosts.ose.example
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2017-09-18 12:58:20 -0700
committerGitHub <noreply@github.com>2017-09-18 12:58:20 -0700
commite067d79bdbbd7d94dbc2d86c7dd4a20ac787f704 (patch)
tree9485f38ac794add00295a3654825487cf24c8632 /inventory/byo/hosts.ose.example
parent67191c2b9dea3ef7399773b96c7fc1d827498eac (diff)
parent2dc0fe2a75c2a09043ffac9c19a2c0e8bd0e38ed (diff)
downloadopenshift-e067d79bdbbd7d94dbc2d86c7dd4a20ac787f704.tar.gz
openshift-e067d79bdbbd7d94dbc2d86c7dd4a20ac787f704.tar.bz2
openshift-e067d79bdbbd7d94dbc2d86c7dd4a20ac787f704.tar.xz
openshift-e067d79bdbbd7d94dbc2d86c7dd4a20ac787f704.zip
Merge pull request #5430 from ashcrow/always-required-new-variables
Automatic merge from submit-queue Always required new variables Related to https://bugzilla.redhat.com/show_bug.cgi?id=1451023
Diffstat (limited to 'inventory/byo/hosts.ose.example')
-rw-r--r--inventory/byo/hosts.ose.example12
1 files changed, 10 insertions, 2 deletions
diff --git a/inventory/byo/hosts.ose.example b/inventory/byo/hosts.ose.example
index ad84e6aef..92a0927e5 100644
--- a/inventory/byo/hosts.ose.example
+++ b/inventory/byo/hosts.ose.example
@@ -621,7 +621,12 @@ openshift_master_identity_providers=[{'name': 'htpasswd_auth', 'login': 'true',
# WORKAROUND : If you must use an overlapping subnet, you can configure a non conflicting
# docker0 CIDR range by adding '--bip=192.168.2.1/24' to DOCKER_NETWORK_OPTIONS
# environment variable located in /etc/sysconfig/docker-network.
-# When upgrading these must be specificed!
+# When upgrading or scaling up the following must match whats in your master config!
+# Inventory: master yaml field
+# osm_cluster_network_cidr: clusterNetworkCIDR
+# openshift_portal_net: serviceNetworkCIDR
+# When installing osm_cluster_network_cidr and openshift_portal_net must be set.
+# Sane examples are provided below.
#osm_cluster_network_cidr=10.128.0.0/14
#openshift_portal_net=172.30.0.0/16
@@ -643,7 +648,10 @@ openshift_master_identity_providers=[{'name': 'htpasswd_auth', 'login': 'true',
# Configure number of bits to allocate to each host’s subnet e.g. 9
# would mean a /23 network on the host.
-# When upgrading this must be specificed!
+# When upgrading or scaling up the following must match whats in your master config!
+# Inventory: master yaml field
+# osm_host_subnet_length: hostSubnetLength
+# When installing osm_host_subnet_length must be set. A sane example is provided below.
#osm_host_subnet_length=9
# Configure master API and console ports.