aboutsummaryrefslogtreecommitdiffstats
path: root/vnfs/VES5.0/config/collector.conf
diff options
context:
space:
mode:
authorgokuls <goksing@gmail.com>2017-06-08 23:31:58 -0400
committergokuls <goksing@gmail.com>2017-06-08 23:33:50 -0400
commit4d6ce277921f99c440ebcd1796b4d6447af36f3b (patch)
treebdf38ebf310710908bc91e130e496b2471865ad0 /vnfs/VES5.0/config/collector.conf
parentd01dc36ebf5dc8869da816379e59ff3a0a4749d2 (diff)
Cleanup code and correct License
Change-Id: I5f1b07772c08d098e44f5e5b987c2dea9e115465 Signed-off-by: Gokul Singaraju <goksing@gmail.com>
Diffstat (limited to 'vnfs/VES5.0/config/collector.conf')
-rw-r--r--vnfs/VES5.0/config/collector.conf83
1 files changed, 0 insertions, 83 deletions
diff --git a/vnfs/VES5.0/config/collector.conf b/vnfs/VES5.0/config/collector.conf
deleted file mode 100644
index 3a77b47f..00000000
--- a/vnfs/VES5.0/config/collector.conf
+++ /dev/null
@@ -1,83 +0,0 @@
-#------------------------------------------------------------------------------
-# This is a config file for the collector test harness.
-#
-# On the target platform is is expected to be located in:
-#
-# /etc/opt/att/collector.conf
-#
-# However, the location can be overridden by setting the --config <file>
-# argument to the collector code.
-#------------------------------------------------------------------------------
-
-#------------------------------------------------------------------------------
-# The default section to be used. Alternative configuration sections can be
-# provided by using the --section <name> command-line parameter.
-#------------------------------------------------------------------------------
-[default]
-log_file = /var/log/att/collector.log
-schema_file = ../../docs/att_interface_definition/event_format_updated.json
-base_schema_file = ../../docs/att_interface_definition/base_schema.json
-throttle_schema_file = ../../docs/att_interface_definition/throttle_schema.json
-test_control_schema_file = ../../docs/att_interface_definition/test_control_schema.json
-
-#------------------------------------------------------------------------------
-# Details of the Vendor Event Listener REST service.
-#
-# REST resources are defined with respect to a ServerRoot:
-# ServerRoot = https://{Domain}:{Port}/{optionalRoutingPath}
-#
-# REST resources are of the form:
-# * {ServerRoot}/eventListener/v{apiVersion}
-# * {ServerRoot}/eventListener/v{apiVersion}/{topicName}
-# * {ServerRoot}/eventListener/v{apiVersion}/eventBatch
-# * {ServerRoot}/eventListener/v{apiVersion}/clientThrottlingState
-#
-# The "vel_topic_name" parameter is used as the "topicName" element in the path
-# and may be empty.
-#
-# Note that the path, if present, should have no leading "/" but should have a
-# training "/".
-#------------------------------------------------------------------------------
-vel_domain = 127.0.0.1
-vel_port = 30000
-vel_path = vendor_event_listener/
-vel_username =
-vel_password =
-vel_topic_name = example_vnf
-
-#------------------------------------------------------------------------------
-# Settings to be used when running in a windows test environment rather than
-# the target environment.
-#------------------------------------------------------------------------------
-[windows]
-log_file = ../../logs/collector.log
-schema_file = ../../docs/att_interface_definition/event_format_updated.json
-base_schema_file =
-throttle_schema_file = ../../docs/att_interface_definition/throttle_schema.json
-test_control_schema_file = ../../docs/att_interface_definition/test_control_schema.json
-
-#------------------------------------------------------------------------------
-# Details of the Vendor Event Listener REST service.
-#
-# REST resources are defined with respect to a ServerRoot:
-# ServerRoot = https://{Domain}:{Port}/{optionalRoutingPath}
-#
-# REST resources are of the form:
-# * {ServerRoot}/eventListener/v{apiVersion}
-# * {ServerRoot}/eventListener/v{apiVersion}/{topicName}
-# * {ServerRoot}/eventListener/v{apiVersion}/eventBatch
-# * {ServerRoot}/eventListener/v{apiVersion}/clientThrottlingState
-#
-# The "vel_topic_name" parameter is used as the "topicName" element in the path
-# and may be empty.
-#
-# Note that the path, if present, should have no leading "/" but should have a
-# training "/".
-#------------------------------------------------------------------------------
-vel_domain = 127.0.0.1
-vel_port = 30000
-vel_path =
-vel_username =
-vel_password =
-vel_topic_name =
-