aboutsummaryrefslogtreecommitdiffstats
path: root/plans/dcaegen2-pmmapper/pmmapper/assets
diff options
context:
space:
mode:
authorJoeOLeary <joseph.o.leary@est.tech>2019-03-05 09:21:26 +0000
committerJoeOLeary <joseph.o.leary@est.tech>2019-03-05 09:21:26 +0000
commit667bd5989042cf27bfbe10d5d2c21b776502924a (patch)
treec1fc57e24bb8ceb4286ae43a398f6eb549174705 /plans/dcaegen2-pmmapper/pmmapper/assets
parent6a82c36c07d2544374276f824bc192d86a3bc826 (diff)
Update PM Mapper Setup & Test Case
*Remove space in extra_hosts of compose files *Update setup to include pm-mapper host entry in node *Update config file to match latest expected config *Update metadata tests to use new endpoint & new headers *Update docker image versions Issue-ID: INT-863 Change-Id: I1c4d7bb48824031c1fd11ea11266b42af4f57cc0 Signed-off-by: JoeOLeary <joseph.o.leary@est.tech>
Diffstat (limited to 'plans/dcaegen2-pmmapper/pmmapper/assets')
-rw-r--r--plans/dcaegen2-pmmapper/pmmapper/assets/config.json10
1 files changed, 5 insertions, 5 deletions
diff --git a/plans/dcaegen2-pmmapper/pmmapper/assets/config.json b/plans/dcaegen2-pmmapper/pmmapper/assets/config.json
index 47b215f5..56629e09 100644
--- a/plans/dcaegen2-pmmapper/pmmapper/assets/config.json
+++ b/plans/dcaegen2-pmmapper/pmmapper/assets/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",
@@ -8,15 +7,15 @@
"aaf_password": null,
"dmaap_info": {
"location": "csit-pmmapper",
- "delivery_url": "3gpppmmapper",
+ "delivery_url": "http://3gpppmmapper:8081/delivery",
"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": {
@@ -28,7 +27,8 @@
"aaf_username": null
}
},
- "buscontroller_feed_id": "1",
+ "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": {}
} \ No newline at end of file