From 88adbc830c24f309c19fc5874654cc1cfaebc600 Mon Sep 17 00:00:00 2001 From: dfarrelly Date: Wed, 13 Mar 2019 12:02:20 +0000 Subject: Add metadata filtering Issue-ID: DCAEGEN2-1286 Change-Id: Icfee7f24cb97b429e8b0db2d67da2f21e413cea0 Signed-off-by: dfarrelly --- src/test/resources/no_filter_mapper_config.json | 34 +++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 src/test/resources/no_filter_mapper_config.json (limited to 'src/test/resources/no_filter_mapper_config.json') diff --git a/src/test/resources/no_filter_mapper_config.json b/src/test/resources/no_filter_mapper_config.json new file mode 100644 index 0000000..3f855cf --- /dev/null +++ b/src/test/resources/no_filter_mapper_config.json @@ -0,0 +1,34 @@ +{ + "pm-mapper-filter": {"filters":[]}, + "streams_subscribes": { + "dmaap_subscriber": { + "type": "data_router", + "aaf_username": null, + "aaf_password": null, + "dmaap_info": { + "location": "location", + "delivery_url": "delivery_url", + "username": "username", + "password": "password", + "subscriber_id": "subscriber_id" + } + } + }, + "streams_publishes": { + "dmaap_publisher": { + "type": "message_router", + "aaf_password": null, + "dmaap_info": { + "topic_url": "https://message-router.onap.svc.cluster.local:3904/events/some-topic", + "client_role": null, + "location": null, + "client_id": null + }, + "aaf_username": null + } + }, + "dmaap_dr_feed_id": "2", + "buscontroller_feed_subscription_endpoint": "http://dmaap-bc.onap.svc.cluster.local:8080/webapi/dr_subs", + "dmaap_dr_delete_endpoint": "http://dmaap-dr-node.onap.svc.cluster.local:8443/delete", + "services_calls": {} +} \ No newline at end of file -- cgit 1.2.3-korg