~robert-ayres/charms/trusty/contrail-configuration/trunk

« back to all changes in this revision

Viewing changes to templates/discovery.conf

  • Committer: Robert Ayres
  • Date: 2014-09-10 14:03:02 UTC
  • Revision ID: robert.ayres@canonical.com-20140910140302-bqu0wb61an4nhgfa
Initial charm

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
###############################################################################
 
2
# [ WARNING ]
 
3
# Configuration file maintained by Juju. Local changes may be overwritten.
 
4
###############################################################################
 
5
 
 
6
[DEFAULTS]
 
7
zk_server_ip = {{ zk_servers|join(",") }}
 
8
listen_ip_addr = 0.0.0.0
 
9
listen_port = 5998
 
10
log_local = True
 
11
log_file = /var/log/contrail/discovery.log
 
12
cassandra_server_list = {{ cassandra_servers|join(" ") }}
 
13
ttl_min = 300
 
14
ttl_max = 1800
 
15
hc_interval = 5
 
16
hc_max_miss = 3
 
17
ttl_short = 1
 
18