summaryrefslogtreecommitdiffstats
path: root/src/test/resources/valid_mapper_config.json
diff options
context:
space:
mode:
authordfarrelly <david.farrelly@est.tech>2019-02-25 10:19:54 +0000
committerdfarrelly <david.farrelly@est.tech>2019-02-25 10:19:54 +0000
commit3d029128ac97bd581ce96814c897e0e3419a6a6c (patch)
treeba65b80dff40a6cd0d9aaf3fb1ae0789ef9314c3 /src/test/resources/valid_mapper_config.json
parentf7e07b1bfda9ffe612b1339e4b95394448c700f4 (diff)
Update configuration
- Change feed input name - Add DR Delete endpoint - Add streams subscribes object - Update environment config to use variables Issue-ID: DCAEGEN2-1248 Change-Id: I7b463b77cf319993a1d0bed60574d5e6904c1c7c Signed-off-by: dfarrelly <david.farrelly@est.tech>
Diffstat (limited to 'src/test/resources/valid_mapper_config.json')
-rw-r--r--src/test/resources/valid_mapper_config.json10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/test/resources/valid_mapper_config.json b/src/test/resources/valid_mapper_config.json
index 27765ae..c4423ff 100644
--- a/src/test/resources/valid_mapper_config.json
+++ b/src/test/resources/valid_mapper_config.json
@@ -1,6 +1,5 @@
{
"pm-mapper-filter": "{ \"filters\":[]}",
- "3GPP.schema.file": "{\"3GPP_Schema\":\"./etc/3GPP_relaxed_schema.xsd\"}",
"streams_subscribes": {
"dmaap_subscriber": {
"type": "data_router",
@@ -11,16 +10,16 @@
"delivery_url": "delivery_url",
"username": "username",
"password": "password",
- "subscriber_id": "subsriber_id"
+ "subscriber_id": "subscriber_id"
}
}
},
"streams_publishes": {
- "pm_mapper_handle_out": {
+ "dmaap_publisher": {
"type": "message_router",
"aaf_password": null,
"dmaap_info": {
- "topic_url": "https://we-are-message-router.us:3905/events/some-topic",
+ "topic_url": "https://message-router.onap.svc.cluster.local:3904/events/some-topic",
"client_role": null,
"location": null,
"client_id": null
@@ -28,7 +27,8 @@
"aaf_username": null
}
},
- "buscontroller_feed_id": "2",
+ "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