From a1574707fd66cd38cdbda22d0bc8d900570904c3 Mon Sep 17 00:00:00 2001 From: rajendrajaiswal Date: Thu, 14 Feb 2019 10:29:45 +0000 Subject: Added Test and Setup files for PM Mapper Change-Id: I891b48873fc893d93d48f2a2233a780492071819 Issue-ID: INT-863 Signed-off-by: Rajendra Jaiswal --- .../dcaegen2-pmmapper/pmmapper/assets/config.json | 35 +++++++++++++++++++++- .../pmmapper/assets/docker-databus-controller.conf | 7 +++++ 2 files changed, 41 insertions(+), 1 deletion(-) create mode 100644 plans/dcaegen2-pmmapper/pmmapper/assets/docker-databus-controller.conf (limited to 'plans/dcaegen2-pmmapper/pmmapper/assets') 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 diff --git a/plans/dcaegen2-pmmapper/pmmapper/assets/docker-databus-controller.conf b/plans/dcaegen2-pmmapper/pmmapper/assets/docker-databus-controller.conf new file mode 100644 index 00000000..6ec13797 --- /dev/null +++ b/plans/dcaegen2-pmmapper/pmmapper/assets/docker-databus-controller.conf @@ -0,0 +1,7 @@ +# environment settings for Dmaap Bus Controller Integration Test. +DMAAPBC_INT_HTTPS_PORT=8443 +DMAAPBC_INSTANCE_NAME=ONAP-CSIT +DMAAPBC_MR_CNAME=DMAAPMR +DMAAPBC_DRPROV_FQDN=DMAAPDR +DMAAPBC_CSIT=Yes +DMAAPBC_PG_ENABLED=false \ No newline at end of file -- cgit 1.2.3-korg