aboutsummaryrefslogtreecommitdiffstats
path: root/charms/trusty/contrail-control/templates
diff options
context:
space:
mode:
Diffstat (limited to 'charms/trusty/contrail-control/templates')
-rw-r--r--charms/trusty/contrail-control/templates/contrail-control-nodemgr.conf9
-rw-r--r--charms/trusty/contrail-control/templates/control-node.conf16
-rw-r--r--charms/trusty/contrail-control/templates/vnc_api_lib.ini16
3 files changed, 41 insertions, 0 deletions
diff --git a/charms/trusty/contrail-control/templates/contrail-control-nodemgr.conf b/charms/trusty/contrail-control/templates/contrail-control-nodemgr.conf
new file mode 100644
index 0000000..ffea798
--- /dev/null
+++ b/charms/trusty/contrail-control/templates/contrail-control-nodemgr.conf
@@ -0,0 +1,9 @@
+###############################################################################
+# [ WARNING ]
+# Configuration file maintained by Juju. Local changes may be overwritten.
+###############################################################################
+
+[DISCOVERY]
+server = {{ discovery_server }}
+port = {{ discovery_port }}
+
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 }}
+
diff --git a/charms/trusty/contrail-control/templates/vnc_api_lib.ini b/charms/trusty/contrail-control/templates/vnc_api_lib.ini
new file mode 100644
index 0000000..fd68487
--- /dev/null
+++ b/charms/trusty/contrail-control/templates/vnc_api_lib.ini
@@ -0,0 +1,16 @@
+###############################################################################
+# [ WARNING ]
+# Configuration file maintained by Juju. Local changes may be overwritten.
+###############################################################################
+
+[global]
+WEB_SERVER = {{ api_server }}
+WEB_PORT = {{ api_port }}
+
+[auth]
+AUTHN_TYPE = keystone
+AUTHN_PROTOCOL = http
+AUTHN_SERVER = {{ auth_host }}
+AUTHN_PORT = {{ auth_port }}
+AUTHN_URL = /v2.0/tokens
+