224e7b04969c9e9741c60ac7ae27c24cf0626b99
[demo.git] / VES5.0 / evel / evel-test-collector / config / collector.conf
1 #------------------------------------------------------------------------------
2 # This is a config file for the collector test harness.
3 #
4 # On the target platform is is expected to be located in:
5 #
6 #   /etc/opt/att/collector.conf
7 #
8 # However, the location can be overridden by setting the --config <file>
9 # argument to the collector code.
10 #------------------------------------------------------------------------------
11
12 #------------------------------------------------------------------------------
13 # The default section to be used. Alternative configuration sections can be
14 # provided by using the --section <name> command-line parameter.
15 #------------------------------------------------------------------------------
16 [default]
17 log_file = /var/log/att/collector.log
18 schema_file = ../../docs/att_interface_definition/event_format_updated.json
19 base_schema_file = ../../docs/att_interface_definition/base_schema.json
20 throttle_schema_file = ../../docs/att_interface_definition/throttle_schema.json
21 test_control_schema_file = ../../docs/att_interface_definition/test_control_schema.json
22
23 #------------------------------------------------------------------------------
24 # Details of the Vendor Event Listener REST service.
25 #
26 # REST resources are defined with respect to a ServerRoot:
27 #    ServerRoot = https://{Domain}:{Port}/{optionalRoutingPath}
28 #
29 # REST resources are of the form:
30 #   *   {ServerRoot}/eventListener/v{apiVersion}
31 #   *   {ServerRoot}/eventListener/v{apiVersion}/{topicName}
32 #   *   {ServerRoot}/eventListener/v{apiVersion}/eventBatch
33 #   *   {ServerRoot}/eventListener/v{apiVersion}/clientThrottlingState
34 #
35 # The "vel_topic_name" parameter is used as the "topicName" element in the path
36 # and may be empty.
37 #
38 # Note that the path, if present,  should have no leading "/" but should have a
39 # training "/".
40 #------------------------------------------------------------------------------
41 vel_domain = 127.0.0.1
42 vel_port = 30000
43 vel_path = vendor_event_listener/
44 vel_username =
45 vel_password =
46 vel_topic_name = example_vnf
47
48 #------------------------------------------------------------------------------
49 # Settings to be used when running in a windows test environment rather than
50 # the target environment.
51 #------------------------------------------------------------------------------
52 [windows]
53 log_file = ../../logs/collector.log
54 schema_file = ../../docs/att_interface_definition/event_format_updated.json
55 base_schema_file =
56 throttle_schema_file = ../../docs/att_interface_definition/throttle_schema.json
57 test_control_schema_file = ../../docs/att_interface_definition/test_control_schema.json
58
59 #------------------------------------------------------------------------------
60 # Details of the Vendor Event Listener REST service.
61 #
62 # REST resources are defined with respect to a ServerRoot:
63 #    ServerRoot = https://{Domain}:{Port}/{optionalRoutingPath}
64 #
65 # REST resources are of the form:
66 #   *   {ServerRoot}/eventListener/v{apiVersion}
67 #   *   {ServerRoot}/eventListener/v{apiVersion}/{topicName}
68 #   *   {ServerRoot}/eventListener/v{apiVersion}/eventBatch
69 #   *   {ServerRoot}/eventListener/v{apiVersion}/clientThrottlingState
70 #
71 # The "vel_topic_name" parameter is used as the "topicName" element in the path
72 # and may be empty.
73 #
74 # Note that the path, if present,  should have no leading "/" but should have a
75 # training "/".
76 #------------------------------------------------------------------------------
77 vel_domain = 127.0.0.1
78 vel_port = 30000
79 vel_path =
80 vel_username = will
81 vel_password = pill
82 vel_topic_name =
83