diff options
author | Andrew Butcher <abutcher@redhat.com> | 2016-01-04 13:43:12 -0500 |
---|---|---|
committer | Andrew Butcher <abutcher@redhat.com> | 2016-01-04 14:55:04 -0500 |
commit | 84df9c01fdcb08875aec32d01efde2a0f7983c64 (patch) | |
tree | 34fab7ac872ff8f66f079b24b4d0031a2c445f1e /inventory/byo/hosts.ose.example | |
parent | 265cd64555c9262f0896505caa6b036f6092dd0d (diff) | |
download | openshift-84df9c01fdcb08875aec32d01efde2a0f7983c64.tar.gz openshift-84df9c01fdcb08875aec32d01efde2a0f7983c64.tar.bz2 openshift-84df9c01fdcb08875aec32d01efde2a0f7983c64.tar.xz openshift-84df9c01fdcb08875aec32d01efde2a0f7983c64.zip |
Fix osm_controller_args and osm_api_server_args settings.
Diffstat (limited to 'inventory/byo/hosts.ose.example')
-rw-r--r-- | inventory/byo/hosts.ose.example | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/inventory/byo/hosts.ose.example b/inventory/byo/hosts.ose.example index 54864d195..152a451bf 100644 --- a/inventory/byo/hosts.ose.example +++ b/inventory/byo/hosts.ose.example @@ -99,6 +99,12 @@ openshift_master_identity_providers=[{'name': 'htpasswd_auth', 'login': 'true', # Override the default controller lease ttl #osm_controller_lease_ttl=30 +# Configure controller arguments +#osm_controller_args={'resource-quota-sync-period': ['10s']} + +# Configure api server arguments +#osm_api_server_args={'max-requests-inflight': ['400']} + # default subdomain to use for exposed routes #osm_default_subdomain=apps.test.example.com |