aboutsummaryrefslogtreecommitdiffstats
path: root/charms/trusty/contrail-control/templates/control-node.conf
diff options
context:
space:
mode:
Diffstat (limited to 'charms/trusty/contrail-control/templates/control-node.conf')
-rw-r--r--charms/trusty/contrail-control/templates/control-node.conf16
1 files changed, 16 insertions, 0 deletions
diff --git a/charms/trusty/contrail-control/templates/control-node.conf b/charms/trusty/contrail-control/templates/control-node.conf
new file mode 100644
index 0000000..73d6bb8
--- /dev/null
+++ b/charms/trusty/contrail-control/templates/control-node.conf
@@ -0,0 +1,16 @@
+###############################################################################
+# [ WARNING ]
+# Configuration file maintained by Juju. Local changes may be overwritten.
+###############################################################################
+
+[DEFAULT]
+hostip = {{ host_ip }}
+
+[DISCOVERY]
+server = {{ discovery_server }}
+port = {{ discovery_port }}
+
+[IFMAP]
+user = {{ ifmap_user }}
+password = {{ ifmap_password }}
+