aboutsummaryrefslogtreecommitdiffstats
path: root/charms/trusty/contrail-configuration/templates/discovery.conf
diff options
context:
space:
mode:
Diffstat (limited to 'charms/trusty/contrail-configuration/templates/discovery.conf')
-rw-r--r--charms/trusty/contrail-configuration/templates/discovery.conf18
1 files changed, 18 insertions, 0 deletions
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
+