From 38cf7559268bf543879f76d00384c3869d1d174f Mon Sep 17 00:00:00 2001 From: Vijay VK Date: Sun, 18 Feb 2018 06:17:21 +0000 Subject: additional testcase Change-Id: Ib4fcdf3754c43f4d1996ea50b888d976e728705a Signed-off-by: VENKATESH KUMAR Issue-ID: DCAEGEN2-227 --- etc/DmaapConfig.json | 48 ++++++++++++++++++++++++++++-------------------- 1 file changed, 28 insertions(+), 20 deletions(-) (limited to 'etc/DmaapConfig.json') diff --git a/etc/DmaapConfig.json b/etc/DmaapConfig.json index fd38d093..f144b382 100644 --- a/etc/DmaapConfig.json +++ b/etc/DmaapConfig.json @@ -1,20 +1,28 @@ -{ - "channels": [ - { - "name": "ves_measurement", - "cambria.topic": "unauthenticated.SEC_MEASUREMENT_OUTPUT", - "class": "HpCambriaOutputStream", - "stripHpId": "true", - "type": "out", - "cambria.hosts": "onap.dmaap.org" - }, - { - "name": "ves_fault", - "cambria.topic": "unauthenticated.SEC_FAULT_OUTPUT", - "class": "HpCambriaOutputStream", - "stripHpId": "true", - "type": "out", - "cambria.hosts": "onap.dmaap.org" - } - ] -} +{ + "channels": [ + { + "name": "ves_measurement", + "cambria.topic": "unauthenticated.SEC_MEASUREMENT_OUTPUT", + "class": "HpCambriaOutputStream", + "stripHpId": "true", + "type": "out", + "cambria.hosts": "onap.dmaap.org" + }, + { + "name": "ves_fault", + "cambria.topic": "unauthenticated.SEC_FAULT_OUTPUT", + "class": "HpCambriaOutputStream", + "stripHpId": "true", + "type": "out", + "cambria.hosts": "onap.dmaap.org" + }, + { + "name": "ves_heartbeat", + "cambria.topic": "unauthenticated.SEC_FAULT_OUTPUT", + "class": "HpCambriaOutputStream", + "stripHpId": "true", + "type": "out", + "cambria.hosts": "onap.dmaap.org" + } + ] +} -- cgit 1.2.3-korg