diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2019-02-14 14:39:40 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-02-14 14:39:40 +0000 |
commit | b82e804560e4628758915cd4f3e4c166326d9b4f (patch) | |
tree | d62478573c3981e293a53046a7733c26a30242eb /plans/dcaegen2-pmmapper/pmmapper/assets/config.json | |
parent | fd967387f666cdf7f7e57c7ee7ac4947c0dd0535 (diff) | |
parent | a1574707fd66cd38cdbda22d0bc8d900570904c3 (diff) |
Merge "Added Test and Setup files for PM Mapper"
Diffstat (limited to 'plans/dcaegen2-pmmapper/pmmapper/assets/config.json')
-rw-r--r-- | plans/dcaegen2-pmmapper/pmmapper/assets/config.json | 35 |
1 files changed, 34 insertions, 1 deletions
diff --git a/plans/dcaegen2-pmmapper/pmmapper/assets/config.json b/plans/dcaegen2-pmmapper/pmmapper/assets/config.json index 2fe128ba..47b215f5 100644 --- a/plans/dcaegen2-pmmapper/pmmapper/assets/config.json +++ b/plans/dcaegen2-pmmapper/pmmapper/assets/config.json @@ -1 +1,34 @@ -{"pm-mapper-filter": "{ \"filters\":[]}", "3GPP.schema.file": "{\"3GPP_Schema\":\"./etc/3GPP_relaxed_schema.xsd\"}", "streams_subscribes": {}, "streams_publishes": {"pm_mapper_handle_out": {"type": "message_router", "aaf_password": null, "dmaap_info": {"topic_url": "https://we-are-message-router.us:3905/events/some-topic", "client_role": null, "location": null, "client_id": null}, "aaf_username": null}}, "streams_subscribes.pm_mapper_handle_out.message_router_topic": "unauthenticated.PM_VES_OUTPUT", "streams_subscribes.pm_mapper_handle_in.feed_id": "1", "services_calls": {}}
\ No newline at end of file +{ + "pm-mapper-filter": "{ \"filters\":[]}", + "3GPP.schema.file": "{\"3GPP_Schema\":\"./etc/3GPP_relaxed_schema.xsd\"}", + "streams_subscribes": { + "dmaap_subscriber": { + "type": "data_router", + "aaf_username": null, + "aaf_password": null, + "dmaap_info": { + "location": "csit-pmmapper", + "delivery_url": "3gpppmmapper", + "username": "username", + "password": "password", + "subscriber_id": "subsriber_id" + } + } + }, + "streams_publishes": { + "pm_mapper_handle_out": { + "type": "message_router", + "aaf_password": null, + "dmaap_info": { + "topic_url": "https://message-router:3904/events/org.onap.dmaap.onapCSIT.pm_mapper", + "client_role": "org.onap.dmaap.client.pub", + "location": "csit-pmmapper", + "client_id": null + }, + "aaf_username": null + } + }, + "buscontroller_feed_id": "1", + "buscontroller_feed_subscription_endpoint": "http://dmaap-bc:8080/webapi/dr_subs", + "services_calls": {} +}
\ No newline at end of file |