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, 0 insertions, 24 deletions
diff --git a/dcae-analytics/dpo/tca/dmaap.json b/dcae-analytics/dpo/tca/dmaap.json
deleted file mode 100644
index 6ee67d2..0000000
--- a/dcae-analytics/dpo/tca/dmaap.json
+++ /dev/null
@@ -1,24 +0,0 @@
-{
- "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"
- }
- }
-}