From 711967ae9639095ce41500bb0e6f80c8b80fab95 Mon Sep 17 00:00:00 2001 From: Stuart Mackie Date: Tue, 25 Jul 2017 10:37:57 -0700 Subject: Contrail charms Change-Id: I2d259d03f63fce38348b8384e26ac23e3fce44a8 Signed-off-by: Stuart Mackie --- contrail-agent/templates/contrail-vrouter-nodemgr.conf | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 contrail-agent/templates/contrail-vrouter-nodemgr.conf (limited to 'contrail-agent/templates/contrail-vrouter-nodemgr.conf') diff --git a/contrail-agent/templates/contrail-vrouter-nodemgr.conf b/contrail-agent/templates/contrail-vrouter-nodemgr.conf new file mode 100644 index 0000000..678c255 --- /dev/null +++ b/contrail-agent/templates/contrail-vrouter-nodemgr.conf @@ -0,0 +1,6 @@ +############################################################################### +# [ WARNING ] +# Configuration file maintained by Juju. Local changes may be overwritten. +############################################################################### +[COLLECTOR] +server_list = {{ analytics_nodes|join(":8086 ")~ ':8086' }} -- cgit 1.2.3-korg