Improve on filter setup and testcases
[integration/csit.git] / plans / dcaegen2-pmmapper / pmmapper / assets / config.json
1 {
2     "pm-mapper-filter": { "filters":[]},
3     "streams_subscribes": {
4         "dmaap_subscriber": {
5             "type": "data_router",
6             "aaf_username": null,
7             "aaf_password": null,
8             "dmaap_info": {
9                 "location": "csit-pmmapper",
10                 "delivery_url": "http://3gpppmmapper:8081/delivery",
11                 "username": "username",
12                 "password": "password",
13                 "subscriber_id": "subscriber_id"
14             }
15         }
16     },
17     "streams_publishes": {
18         "dmaap_publisher": {
19             "type": "message_router",
20             "aaf_password": null,
21             "dmaap_info": {
22                 "topic_url": "https://message-router:3904/events/org.onap.dmaap.onapCSIT.pm_mapper",
23                 "client_role": "org.onap.dmaap.client.pub",
24                 "location": "csit-pmmapper",
25                 "client_id": null
26             },
27             "aaf_username": null
28         }
29     },
30     "dmaap_dr_feed_id": "1",
31     "buscontroller_feed_subscription_endpoint": "http://dmaap-bc:8080/webapi/dr_subs",
32     "dmaap_dr_delete_endpoint": "http://dmaap-dr-node:8443/delete",
33     "services_calls": {}
34 }