aboutsummaryrefslogtreecommitdiffstats
path: root/plans/dcaegen2-pmmapper/pmmapper/assets/config.json
blob: 79b320120e82920a23665a386657fba9a97a0c5b (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
{
    "pm-mapper-filter": { "filters":[]},
    "streams_subscribes": {
        "dmaap_subscriber": {
            "type": "data_router",
            "aaf_username": null,
            "aaf_password": null,
            "dmaap_info": {
                "location": "csit-pmmapper",
                "delivery_url": "http://3gpppmmapper:8081/delivery",
                "username": "username",
                "password": "password",
                "subscriber_id": "subscriber_id"
            }
        }
    },
    "streams_publishes": {
        "dmaap_publisher": {
            "type": "message_router",
            "aaf_password": null,
            "dmaap_info": {
                "topic_url": "http://message-router:3904/events/topic.org.onap.dmaap.mr.test1",
                "client_role": "org.onap.dmaap.mr.topic",
                "location": "csit-pmmapper",
                "client_id": null
            },
            "aaf_username": null
        }
    },
    "dmaap_dr_feed_id": "1",
    "buscontroller_feed_subscription_endpoint": "http://dmaap-bc:8080/webapi/dr_subs",
    "dmaap_dr_delete_endpoint": "http://dmaap-dr-node:8443/delete",
    "services_calls": {}
}