diff options
author | YongchaoWu <yongchao.wu@est.tech> | 2019-06-04 08:34:39 +0000 |
---|---|---|
committer | YongchaoWu <yongchao.wu@est.tech> | 2019-06-04 08:34:39 +0000 |
commit | 8cae76ef66f1928b3d5afb9a67bb330c5cd513c4 (patch) | |
tree | daaae432a4f24e161ed8b0b5f4effeebad160ce6 /datafile-app-server/dpo/spec/dmaap.json | |
parent | b6718c83e7de2c75ef494b6f0c800d7cf097ca71 (diff) |
Blueprint alignment
Blueprint is aligned with the dmaap topic configuration
Change-Id: I4303724eed21047b87a8b7438970625b08811d22
Issue-ID: DCAEGEN2-1145
Signed-off-by: YongchaoWu <yongchao.wu@est.tech>
Diffstat (limited to 'datafile-app-server/dpo/spec/dmaap.json')
-rw-r--r-- | datafile-app-server/dpo/spec/dmaap.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/datafile-app-server/dpo/spec/dmaap.json b/datafile-app-server/dpo/spec/dmaap.json index c0658993..645e793d 100644 --- a/datafile-app-server/dpo/spec/dmaap.json +++ b/datafile-app-server/dpo/spec/dmaap.json @@ -2,13 +2,13 @@ "datafile_subscribe_mr": { "type": "message_router", "dmaap_info": { - "topic_url": "http://message-router.onap.svc.cluster.local:3904/events/unauthenticated.VES_NOTIFICATION_OUTPUT" + "topic_url": "http://message-router.onap.svc.cluster.local:3904/events/unauthenticated.VES_NOTIFICATION_OUTPUT/OpenDcae-c12/C12" } }, "datafile_publish_dr": { "type": "data_router", "dmaap_info": { - "publish_url": "/publish" + "publish_url": "" } } } |