From 4faa7f927149a5c4ef7a03523f7bc14523cb9baa Mon Sep 17 00:00:00 2001 From: Stuart Mackie Date: Fri, 7 Oct 2016 12:24:58 -0700 Subject: Charms for Contrail 3.1 with Mitaka Change-Id: Id37f3b9743d1974e31fcd7cd9c54be41bb0c47fb Signed-off-by: Stuart Mackie --- .../contrail-configuration/templates/discovery.conf | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 charms/trusty/contrail-configuration/templates/discovery.conf (limited to 'charms/trusty/contrail-configuration/templates/discovery.conf') diff --git a/charms/trusty/contrail-configuration/templates/discovery.conf b/charms/trusty/contrail-configuration/templates/discovery.conf new file mode 100644 index 0000000..bcb500d --- /dev/null +++ b/charms/trusty/contrail-configuration/templates/discovery.conf @@ -0,0 +1,18 @@ +############################################################################### +# [ WARNING ] +# Configuration file maintained by Juju. Local changes may be overwritten. +############################################################################### + +[DEFAULTS] +zk_server_ip = {{ zk_servers|join(",") }} +listen_ip_addr = 0.0.0.0 +listen_port = 5998 +log_local = True +log_file = /var/log/contrail/discovery.log +cassandra_server_list = {{ cassandra_servers|join(" ") }} +ttl_min = 300 +ttl_max = 1800 +hc_interval = 5 +hc_max_miss = 3 +ttl_short = 1 + -- cgit 1.2.3-korg