From c4098a3af4794da9a1516760baa2318fb91ae258 Mon Sep 17 00:00:00 2001 From: vagrant Date: Tue, 28 Nov 2017 13:36:38 +0000 Subject: code syncup with ECOMP updates Issue-ID: DCAEGEN2-212 Change-Id: Id388f26be57d2a12250a6845ed5678d0cebceed6 Signed-off-by: Vijay Venkatesh Kumar --- data-formats/ves-dmaap-config.json | 161 +++++++++++++++++++++---------------- 1 file changed, 90 insertions(+), 71 deletions(-) (limited to 'data-formats/ves-dmaap-config.json') diff --git a/data-formats/ves-dmaap-config.json b/data-formats/ves-dmaap-config.json index 847b7c7e..c28c0ce0 100644 --- a/data-formats/ves-dmaap-config.json +++ b/data-formats/ves-dmaap-config.json @@ -1,130 +1,149 @@ { - "sec_measurement": { + "ves_syslog": { "type": "message_router", - "aaf_username": "aafid", - "aaf_password": "pwd", "dmaap_info": { - "client_role": "com.att.dcae.member", - "client_id": "111111", "location": "mtl5", - "topic_url": "https://dmaap-mr-hostname:3905/events/com.att.dcae.dmaap.FTL2.SEC-MEASUREMENT-OUTPUT" + "topic_url": "http://dmaap-mr-hostname:3904/events/DCAE-SE-COLLECTOR-EVENTS-DEV" } }, - "sec_fault": { + "ves_statechange": { "type": "message_router", - "aaf_username": "aafid", - "aaf_password": "pwd", "dmaap_info": { - "client_role": "com.att.dcae.member", - "client_id": "222222", "location": "mtl5", - "topic_url": "https://dmaap-mr-hostname:3905/events/com.att.dcae.dmaap.FTL2.SEC-FAULT-OUTPUT" + "topic_url": "http://dmaap-mr-hostname:3904/events/DCAE-SE-COLLECTOR-EVENTS-DEV" } }, - - "sec_syslog": { + + "ves_thresholdCrossingAlert": { "type": "message_router", - "aaf_username": "aafid", - "aaf_password": "pwd", "dmaap_info": { - "client_role": "com.att.dcae.member", - "client_id": "111111", "location": "mtl5", - "topic_url": "https://dmaap-mr-hostname:3905/events/com.att.dcae.dmaap.FTL2.SEC-SYSLOG-OUTPUT" + "topic_url": "http://dmaap-mr-hostname:3904/events/DCAE-SE-COLLECTOR-EVENTS-DEV" } }, - "sec_statechange": { + "ves_heartbeat": { "type": "message_router", - "aaf_username": "aafid", - "aaf_password": "pwd", "dmaap_info": { - "client_role": "com.att.dcae.member", - "client_id": "222222", "location": "mtl5", - "topic_url": "https://dmaap-mr-hostname:3905/events/com.att.dcae.dmaap.FTL2.SEC-STATECHANGE-OUTPUT" + "topic_url": "http://dmaap-mr-hostname:3904/events/DCAE-SE-COLLECTOR-EVENTS-DEV" } - }, - - "sec_thresholdCrossingAlert": { + }, + + "ves_other": { + "type": "message_router", + "dmaap_info": { + "location": "mtl5", + "topic_url": "http://dmaap-mr-hostname:3904/events/DCAE-SE-COLLECTOR-EVENTS-DEV" + } + }, + "ves_mobileflow": { + "type": "message_router", + "dmaap_info": { + "location": "mtl5", + "topic_url": "http://dmaap-mr-hostname:3904/events/DCAE-SE-COLLECTOR-EVENTS-DEV" + } + }, + "ves_sipsignaling": { + "type": "message_router", + "dmaap_info": { + "location": "mtl5", + "topic_url": "http://dmaap-mr-hostname:3904/events/DCAE-SE-COLLECTOR-EVENTS-DEV" + } + }, + "ves_voicequality": { "type": "message_router", - "aaf_username": "aafid", - "aaf_password": "pwd", "dmaap_info": { - "client_role": "com.att.dcae.member", - "client_id": "111111", "location": "mtl5", - "topic_url": "https://dmaap-mr-hostname:3905/events/com.att.dcae.dmaap.FTL2.SEC-TCA-OUTPUT" + "topic_url": "http://dmaap-mr-hostname:3904/events/DCAE-SE-COLLECTOR-EVENTS-DEV" } }, - "sec_heartbeat": { + "ves_fault": { "type": "message_router", - "aaf_username": "aafid", - "aaf_password": "pwd", "dmaap_info": { - "client_role": "com.att.dcae.member", - "client_id": "222222", "location": "mtl5", - "topic_url": "https://dmaap-mr-hostname:3905/events/com.att.dcae.dmaap.FTL2.SEC-HEARTBEAT-OUTPUT" + "topic_url": "http://dmaap-mr-hostname:3904/events/DCAE-SE-COLLECTOR-EVENTS-DEV" } }, + "ves_measurement": { + "type": "message_router", + "dmaap_info": { + "location": "mtl5", + "topic_url": "http://dmaap-mr-hostname:3904/events/DCAE-SE-COLLECTOR-EVENTS-DEV" + } + }, + - "sec_other": { + "ves_syslog_secondary": { "type": "message_router", - "aaf_username": "aafid", - "aaf_password": "pwd", "dmaap_info": { - "client_role": "com.att.dcae.member", - "client_id": "111111", "location": "mtl5", - "topic_url": "https://dmaap-mr-hostname:3905/events/com.att.dcae.dmaap.FTL2.SEC-OTHER-OUTPUT" + "topic_url": "http://dmaap-mr-hostname:3904/events/DCAE-SE-COLLECTOR-EVENTS-DEV" } }, - "sec_mobileflow": { + "ves_statechange_secondary": { "type": "message_router", - "aaf_username": "aafid", - "aaf_password": "pwd", "dmaap_info": { - "client_role": "com.att.dcae.member", - "client_id": "222222", "location": "mtl5", - "topic_url": "https://dmaap-mr-hostname:3905/events/com.att.dcae.dmaap.FTL2.SEC-MOBILEFLOW-OUTPUT" + "topic_url": "http://dmaap-mr-hostname:3904/events/DCAE-SE-COLLECTOR-EVENTS-DEV" } - }, - "ves_sipsignaling": { + }, + + "ves_thresholdCrossingAlert_secondary": { "type": "message_router", - "aaf_username": "aafid", - "aaf_password": "pwd", "dmaap_info": { - "client_role": "com.att.dcae.member", - "client_id": "222222", "location": "mtl5", - "topic_url": "https://dmaap-mr-hostname:3905/events/com.att.dcae.dmaap.FTL2.SEC-MOBILEFLOW-OUTPUT" + "topic_url": "http://dmaap-mr-hostname:3904/events/DCAE-SE-COLLECTOR-EVENTS-DEV" } - }, - "ves_voicequality": { + }, + "ves_heartbeat_secondary": { + "type": "message_router", + "dmaap_info": { + "location": "mtl5", + "topic_url": "http://dmaap-mr-hostname:3904/events/DCAE-SE-COLLECTOR-EVENTS-DEV" + } + }, + + "ves_other_secondary": { "type": "message_router", - "aaf_username": "aafid", - "aaf_password": "pwd", "dmaap_info": { - "client_role": "com.att.dcae.member", - "client_id": "222222", "location": "mtl5", - "topic_url": "https://dmaap-mr-hostname:3905/events/com.att.dcae.dmaap.FTL2.SEC-MOBILEFLOW-OUTPUT" + "topic_url": "http://dmaap-mr-hostname:3904/events/DCAE-SE-COLLECTOR-EVENTS-DEV" } - }, - "sec_fault_unsecure": { + }, + "ves_mobileflow_secondary": { + "type": "message_router", + "dmaap_info": { + "location": "mtl5", + "topic_url": "http://dmaap-mr-hostname:3904/events/DCAE-SE-COLLECTOR-EVENTS-DEV" + } + }, + "ves_sipsignaling_secondary": { + "type": "message_router", + "dmaap_info": { + "location": "mtl5", + "topic_url": "http://dmaap-mr-hostname:3904/events/DCAE-SE-COLLECTOR-EVENTS-DEV" + } + }, + "ves_voicequality_secondary": { + "type": "message_router", + "dmaap_info": { + "location": "mtl5", + "topic_url": "http://dmaap-mr-hostname:3904/events/DCAE-SE-COLLECTOR-EVENTS-DEV" + } + }, + "ves_fault_secondary": { "type": "message_router", "dmaap_info": { "location": "mtl5", - "topic_url": "http://uebsb91kcdc.it.att.com:3904/events/DCAE-SE-COLLECTOR-EVENTS-DEV" + "topic_url": "http://dmaap-mr-hostname:3904/events/DCAE-SE-COLLECTOR-EVENTS-DEV" } }, - "sec_measurement_unsecure": { + "ves_measurement_secondary": { "type": "message_router", "dmaap_info": { "location": "mtl5", - "topic_url": "http://uebsb91kcdc.it.att.com:3904/events/DCAE-SE-COLLECTOR-EVENTS-DEV" + "topic_url": "http://dmaap-mr-hostname:3904/events/DCAE-SE-COLLECTOR-EVENTS-DEV" } - } + } } -- cgit 1.2.3-korg