aboutsummaryrefslogtreecommitdiffstats
path: root/vnfs/VES5.0/collector/config/collector.conf
blob: 224e7b04969c9e9741c60ac7ae27c24cf0626b99 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
#------------------------------------------------------------------------------
# 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 = will
vel_password = pill
vel_topic_name =