summaryrefslogtreecommitdiffstats
path: root/inventory/byo/hosts.origin.example
diff options
context:
space:
mode:
authorJason DeTiberus <detiber@gmail.com>2016-05-14 01:31:52 -0400
committerJason DeTiberus <detiber@gmail.com>2016-05-14 01:31:52 -0400
commit67658ca73bb465f140d8772e103899fb6a1d956c (patch)
tree0f729c4ea88dd2f6e0a40631aa7664b301512a75 /inventory/byo/hosts.origin.example
parent80b8ec6a02b7507011f30f4906e375fd8faff6ee (diff)
parent57944393a4a699b31a8d8a22f8b5fe4a18e0d67f (diff)
downloadopenshift-67658ca73bb465f140d8772e103899fb6a1d956c.tar.gz
openshift-67658ca73bb465f140d8772e103899fb6a1d956c.tar.bz2
openshift-67658ca73bb465f140d8772e103899fb6a1d956c.tar.xz
openshift-67658ca73bb465f140d8772e103899fb6a1d956c.zip
Merge pull request #1892 from abutcher/max-requests-inflight
Configurable servingInfo.maxRequestsInFlight
Diffstat (limited to 'inventory/byo/hosts.origin.example')
-rw-r--r--inventory/byo/hosts.origin.example3
1 files changed, 3 insertions, 0 deletions
diff --git a/inventory/byo/hosts.origin.example b/inventory/byo/hosts.origin.example
index 826f5656f..2f7ed80fc 100644
--- a/inventory/byo/hosts.origin.example
+++ b/inventory/byo/hosts.origin.example
@@ -196,6 +196,9 @@ openshift_master_identity_providers=[{'name': 'htpasswd_auth', 'login': 'true',
# openshift_master_access_token_max_seconds=86400
# openshift_master_auth_token_max_seconds=500
+# Override master servingInfo.maxRequestsInFlight
+#openshift_master_max_requests_inflight=500
+
# default storage plugin dependencies to install, by default the ceph and
# glusterfs plugin dependencies will be installed, if available.
#osn_storage_plugin_deps=['ceph','glusterfs','iscsi']