diff options
Diffstat (limited to 'dpo/spec/dmaap.json')
-rw-r--r-- | dpo/spec/dmaap.json | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/dpo/spec/dmaap.json b/dpo/spec/dmaap.json new file mode 100644 index 0000000..74ac06c --- /dev/null +++ b/dpo/spec/dmaap.json @@ -0,0 +1,23 @@ +{ + "pm_mapper_publish_mr": { + "aaf_username": "username", + "aaf_password": "password", + "type": "message_router", + "dmaap_info": { + "client_role": "ves-publisher", + "client_id": "ves-pub-1", + "location": "location", + "topic_url": "http://message-router.onap.svc.cluster.local:3904/events/pm-mapper-ves" + } + }, + "pm_mapper_subscribe_dr": { + "type": "data_router", + "dmaap_info": { + "username": "username", + "password": "password", + "location": "location", + "delivery_url": "/delivery", + "subscriber_id": "" + } + } +}
\ No newline at end of file |