aboutsummaryrefslogtreecommitdiffstats
path: root/charms/trusty/contrail-control/templates
diff options
context:
space:
mode:
authorStuart Mackie <wsmackie@juniper.net>2017-03-23 06:19:54 -0700
committerStuart Mackie <wsmackie@juniper.net>2017-03-23 06:19:54 -0700
commit88df88a19674ccc0017836941b8ee32eaadf19fb (patch)
treef930c90f75846ec8d8e33cf27325ff8fafc85d5c /charms/trusty/contrail-control/templates
parent9f50a40437477432a21b326b15c343ca6b8fe516 (diff)
Deleted charms with wrong license. Will source them differently in future.
Change-Id: I0fc99ea03c6b6ca4701e63793cb2be60e56c7588 Signed-off-by: Stuart Mackie <wsmackie@juniper.net>
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, 0 insertions, 41 deletions
diff --git a/charms/trusty/contrail-control/templates/contrail-control-nodemgr.conf b/charms/trusty/contrail-control/templates/contrail-control-nodemgr.conf
deleted file mode 100644
index ffea798..0000000
--- a/charms/trusty/contrail-control/templates/contrail-control-nodemgr.conf
+++ /dev/null
@@ -1,9 +0,0 @@
-###############################################################################
-# [ 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
deleted file mode 100644
index 73d6bb8..0000000
--- a/charms/trusty/contrail-control/templates/control-node.conf
+++ /dev/null
@@ -1,16 +0,0 @@
-###############################################################################
-# [ 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
deleted file mode 100644
index fd68487..0000000
--- a/charms/trusty/contrail-control/templates/vnc_api_lib.ini
+++ /dev/null
@@ -1,16 +0,0 @@
-###############################################################################
-# [ 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
-