summaryrefslogtreecommitdiffstats
path: root/dcae-analytics/dpo/tca/dmaap.json
diff options
context:
space:
mode:
Diffstat (limited to 'dcae-analytics/dpo/tca/dmaap.json')
-rw-r--r--dcae-analytics/dpo/tca/dmaap.json24
1 files changed, 24 insertions, 0 deletions
diff --git a/dcae-analytics/dpo/tca/dmaap.json b/dcae-analytics/dpo/tca/dmaap.json
new file mode 100644
index 0000000..6ee67d2
--- /dev/null
+++ b/dcae-analytics/dpo/tca/dmaap.json
@@ -0,0 +1,24 @@
+{
+ "tca_handle_in": {
+ "aaf_username": "USER",
+ "aaf_password": "PASSWORD",
+ "type": "message_router",
+ "dmaap_info": {
+ "client_role": "ves-subscriber",
+ "client_id": "ves-sub-1",
+ "location": "ecomp",
+ "topic_url": "https://HOSTNAME:3905/events/org.onap.dcae.dmaap.mtnje2.DcaeTestVESSub"
+ }
+ },
+ "tca_handle_out": {
+ "aaf_username": "USER",
+ "aaf_password": "PASSWORD",
+ "type": "message_router",
+ "dmaap_info": {
+ "client_role": "policy-publisher",
+ "client_id": "policy-pub-1",
+ "location": "ecomp",
+ "topic_url": "https://HOSTNAME:3905/events/org.onap.dcae.dmaap.mtnje2.DcaeTestVESPub"
+ }
+ }
+}