summaryrefslogtreecommitdiffstats
path: root/dcae-analytics/dpo/tca/dmaap.json
diff options
context:
space:
mode:
authorVijay Venkatesh Kumar <vv770d@att.com>2020-03-19 20:02:54 +0000
committerVijay Venkatesh Kumar <vv770d@att.com>2020-03-19 20:03:03 +0000
commit68dc5ec35c81214f8451426cd51f43a463dd69db (patch)
tree5426795458e49b18f72984d03104e03584794ecb /dcae-analytics/dpo/tca/dmaap.json
parent8a31068c107ae9c2c66d4b1aedb16a7a33868c49 (diff)
tcagen2 spec update
Change-Id: I5b0e6c788b632cf0f0a796207c009e18be96a4ca Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com> Issue-ID: DCAEGEN2-1907
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"
- }
- }
-}