From a6dd87452379403704fb5cd1d8647ef3cf978e28 Mon Sep 17 00:00:00 2001
From: Jason DeTiberus <jdetiber@redhat.com>
Date: Wed, 26 Aug 2015 17:07:06 -0400
Subject: fix dueling controllers - without controllerLeaseTTL set in config,
 multiple controllers will attempt to start

---
 inventory/byo/hosts.example | 2 ++
 1 file changed, 2 insertions(+)

(limited to 'inventory/byo/hosts.example')

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
-- 
cgit v1.2.3