From ad62a606342a0301fcba02ed1e3b3d7badaef236 Mon Sep 17 00:00:00 2001 From: Andrew Butcher Date: Thu, 25 Feb 2016 11:08:20 -0500 Subject: Add host subnet length example. --- inventory/byo/hosts.origin.example | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'inventory/byo/hosts.origin.example') diff --git a/inventory/byo/hosts.origin.example b/inventory/byo/hosts.origin.example index 5d85addb5..c529a46d5 100644 --- a/inventory/byo/hosts.origin.example +++ b/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 -- cgit v1.2.3