summaryrefslogtreecommitdiffstats
path: root/datafile-app-server/dpo/spec/dmaap.json
diff options
context:
space:
mode:
authorYongchaoWu <yongchao.wu@est.tech>2019-03-04 11:10:53 +0000
committerYongchaoWu <yongchao.wu@est.tech>2019-03-04 11:10:53 +0000
commitac8a0a5b22925243abaa803101f0184f0ed12660 (patch)
tree878e35812b089f18a23333158ad6de140dba29b7 /datafile-app-server/dpo/spec/dmaap.json
parente63b7179e260e9f9db64101409b2872eab1fe639 (diff)
DFC DCAE design artifact support
Add blueprints, dataformat, component specs, policy and tosca models. Issue-ID: DCAEGEN2-1156 Change-Id: Id1b6573c3cd72a90ab2feca2180ce1d04ecf98c4 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.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/datafile-app-server/dpo/spec/dmaap.json b/datafile-app-server/dpo/spec/dmaap.json
new file mode 100644
index 00000000..64ceb880
--- /dev/null
+++ b/datafile-app-server/dpo/spec/dmaap.json
@@ -0,0 +1,14 @@
+{
+ "datafile_subscribe_mr": {
+ "type": "message_router",
+ "dmaap_info": {
+ "topic_url": "http://message-router.onap.svc.cluster.local:3904/events/unauthenticated.VES_NOTIFICATION_OUTPUT"
+ }
+ },
+ "datafile_publish_dr": {
+ "type": "data_router",
+ "dmaap_info": {
+ "publish_url": ""
+ }
+ }
+}