From 9053c4c6d3e6e0d744a3a0c6afda407df182a796 Mon Sep 17 00:00:00 2001 From: VENKATESH KUMAR Date: Thu, 7 Dec 2017 16:41:35 +0000 Subject: move data format spec to dpo Issue-ID: DCAEGEN2-212 Change-Id: Ie6c946a96de276574d9e2d6b20af38661f84130a Signed-off-by: VENKATESH KUMAR --- data-formats/ves-dmaap-config.json | 149 ------------------------------------- 1 file changed, 149 deletions(-) delete mode 100644 data-formats/ves-dmaap-config.json (limited to 'data-formats/ves-dmaap-config.json') diff --git a/data-formats/ves-dmaap-config.json b/data-formats/ves-dmaap-config.json deleted file mode 100644 index c28c0ce0..00000000 --- a/data-formats/ves-dmaap-config.json +++ /dev/null @@ -1,149 +0,0 @@ -{ - "ves_syslog": { - "type": "message_router", - "dmaap_info": { - "location": "mtl5", - "topic_url": "http://dmaap-mr-hostname:3904/events/DCAE-SE-COLLECTOR-EVENTS-DEV" - } - }, - "ves_statechange": { - "type": "message_router", - "dmaap_info": { - "location": "mtl5", - "topic_url": "http://dmaap-mr-hostname:3904/events/DCAE-SE-COLLECTOR-EVENTS-DEV" - } - }, - - "ves_thresholdCrossingAlert": { - "type": "message_router", - "dmaap_info": { - "location": "mtl5", - "topic_url": "http://dmaap-mr-hostname:3904/events/DCAE-SE-COLLECTOR-EVENTS-DEV" - } - }, - "ves_heartbeat": { - "type": "message_router", - "dmaap_info": { - "location": "mtl5", - "topic_url": "http://dmaap-mr-hostname:3904/events/DCAE-SE-COLLECTOR-EVENTS-DEV" - } - }, - - "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", - "dmaap_info": { - "location": "mtl5", - "topic_url": "http://dmaap-mr-hostname:3904/events/DCAE-SE-COLLECTOR-EVENTS-DEV" - } - }, - "ves_fault": { - "type": "message_router", - "dmaap_info": { - "location": "mtl5", - "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" - } - }, - - - "ves_syslog_secondary": { - "type": "message_router", - "dmaap_info": { - "location": "mtl5", - "topic_url": "http://dmaap-mr-hostname:3904/events/DCAE-SE-COLLECTOR-EVENTS-DEV" - } - }, - "ves_statechange_secondary": { - "type": "message_router", - "dmaap_info": { - "location": "mtl5", - "topic_url": "http://dmaap-mr-hostname:3904/events/DCAE-SE-COLLECTOR-EVENTS-DEV" - } - }, - - "ves_thresholdCrossingAlert_secondary": { - "type": "message_router", - "dmaap_info": { - "location": "mtl5", - "topic_url": "http://dmaap-mr-hostname:3904/events/DCAE-SE-COLLECTOR-EVENTS-DEV" - } - }, - "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", - "dmaap_info": { - "location": "mtl5", - "topic_url": "http://dmaap-mr-hostname:3904/events/DCAE-SE-COLLECTOR-EVENTS-DEV" - } - }, - "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://dmaap-mr-hostname:3904/events/DCAE-SE-COLLECTOR-EVENTS-DEV" - } - }, - "ves_measurement_secondary": { - "type": "message_router", - "dmaap_info": { - "location": "mtl5", - "topic_url": "http://dmaap-mr-hostname:3904/events/DCAE-SE-COLLECTOR-EVENTS-DEV" - } - } - -} -- cgit 1.2.3-korg