diff options
author | Andrew Butcher <abutcher@redhat.com> | 2016-02-25 11:08:20 -0500 |
---|---|---|
committer | Andrew Butcher <abutcher@redhat.com> | 2016-02-25 11:08:20 -0500 |
commit | ad62a606342a0301fcba02ed1e3b3d7badaef236 (patch) | |
tree | 4c6dc1f7d919d140d94e6b01e36d8d53f6e6d0ea /inventory/byo/hosts.aep.example | |
parent | 0ff873de7ba06ca047d543bb5bd73029ac4ffeb1 (diff) | |
download | openshift-ad62a606342a0301fcba02ed1e3b3d7badaef236.tar.gz openshift-ad62a606342a0301fcba02ed1e3b3d7badaef236.tar.bz2 openshift-ad62a606342a0301fcba02ed1e3b3d7badaef236.tar.xz openshift-ad62a606342a0301fcba02ed1e3b3d7badaef236.zip |
Add host subnet length example.
Diffstat (limited to 'inventory/byo/hosts.aep.example')
-rw-r--r-- | inventory/byo/hosts.aep.example | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/inventory/byo/hosts.aep.example b/inventory/byo/hosts.aep.example index 485b02b4b..2bb50e97c 100644 --- a/inventory/byo/hosts.aep.example +++ b/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 |