diff options
| author | Jason DeTiberus <jdetiber@redhat.com> | 2015-08-26 17:07:06 -0400 |
|---|---|---|
| committer | Andrew Butcher <abutcher@redhat.com> | 2015-11-04 19:57:22 -0500 |
| commit | a6dd87452379403704fb5cd1d8647ef3cf978e28 (patch) | |
| tree | 596ef9a4e3352749752ca6af62a5295defe879cd /inventory | |
| parent | 16e085b44ba3e3328ec7d8a5dd5e2331c7f633a6 (diff) | |
fix dueling controllers - without controllerLeaseTTL set in config, multiple controllers will attempt to start
Diffstat (limited to 'inventory')
| -rw-r--r-- | inventory/byo/hosts.example | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/inventory/byo/hosts.example b/inventory/byo/hosts.example index c445f28b7..d6c9c3ab6 100644 --- a/inventory/byo/hosts.example +++ b/inventory/byo/hosts.example @@ -76,6 +76,8 @@ openshift_master_identity_providers=[{'name': 'htpasswd_auth', 'login': 'true', #openshift_master_cluster_public_hostname=openshift-ansible.test.example.com #openshift_master_cluster_vip=192.168.133.25 #openshift_master_cluster_public_vip=192.168.133.25 +# Override the default controller lease ttl +#osm_controller_lease_ttl=30 # default subdomain to use for exposed routes #osm_default_subdomain=apps.test.example.com |
