From 4b8692b6fed457a9d194557abe681832fad4f576 Mon Sep 17 00:00:00 2001 From: Zlatko Murgoski Date: Mon, 4 Mar 2019 19:28:52 +0100 Subject: Reformat all json files Reformat all json files Change-Id: I6567e4e32bc82f4c53b326c374300597a97ab4e7 Issue-ID: DCAEGEN2-1016 Signed-off-by: Zlatko Murgoski --- etc/DmaapConfig.json | 100 +++++++++++++++++++++++++-------------------------- 1 file changed, 50 insertions(+), 50 deletions(-) (limited to 'etc/DmaapConfig.json') diff --git a/etc/DmaapConfig.json b/etc/DmaapConfig.json index 29b2e020..27328216 100644 --- a/etc/DmaapConfig.json +++ b/etc/DmaapConfig.json @@ -1,52 +1,52 @@ { - "channels": [ - { - "name": "ves-measurement", - "cambria.topic": "unauthenticated.SEC_MEASUREMENT_OUTPUT", - "class": "HpCambriaOutputStream", - "stripHpId": "true", - "type": "out", - "cambria.hosts": "onap-dmaap" - }, - { - "name": "ves-fault", - "cambria.topic": "unauthenticated.SEC_FAULT_OUTPUT", - "class": "HpCambriaOutputStream", - "stripHpId": "true", - "type": "out", - "cambria.hosts": "onap-dmaap" - }, - { - "name": "ves-heartbeat", - "cambria.topic": "unauthenticated.SEC_FAULT_OUTPUT", - "class": "HpCambriaOutputStream", - "stripHpId": "true", - "type": "out", - "cambria.hosts": "onap-dmaap" - }, - { - "name": "ves-other", - "cambria.topic": "unauthenticated.SEC_OTHER_OUTPUT", - "class": "HpCambriaOutputStream", - "stripHpId": "true", - "type": "out", - "cambria.hosts": "onap-dmaap" - }, - { - "name": "ves-notification", - "cambria.topic": "unauthenticated.VES_NOTIFICATION_OUTPUT", - "class": "HpCambriaOutputStream", - "stripHpId": "true", - "type": "out", - "cambria.hosts": "onap-dmaap" - }, - { - "name": "ves-pnfRegistration", - "cambria.topic": "unauthenticated.VES_PNFREG_OUTPUT", - "class": "HpCambriaOutputStream", - "stripHpId": "true", - "type": "out", - "cambria.hosts": "onap-dmaap" - } - ] + "channels": [ + { + "name": "ves-measurement", + "cambria.topic": "unauthenticated.SEC_MEASUREMENT_OUTPUT", + "class": "HpCambriaOutputStream", + "stripHpId": "true", + "type": "out", + "cambria.hosts": "onap-dmaap" + }, + { + "name": "ves-fault", + "cambria.topic": "unauthenticated.SEC_FAULT_OUTPUT", + "class": "HpCambriaOutputStream", + "stripHpId": "true", + "type": "out", + "cambria.hosts": "onap-dmaap" + }, + { + "name": "ves-heartbeat", + "cambria.topic": "unauthenticated.SEC_FAULT_OUTPUT", + "class": "HpCambriaOutputStream", + "stripHpId": "true", + "type": "out", + "cambria.hosts": "onap-dmaap" + }, + { + "name": "ves-other", + "cambria.topic": "unauthenticated.SEC_OTHER_OUTPUT", + "class": "HpCambriaOutputStream", + "stripHpId": "true", + "type": "out", + "cambria.hosts": "onap-dmaap" + }, + { + "name": "ves-notification", + "cambria.topic": "unauthenticated.VES_NOTIFICATION_OUTPUT", + "class": "HpCambriaOutputStream", + "stripHpId": "true", + "type": "out", + "cambria.hosts": "onap-dmaap" + }, + { + "name": "ves-pnfRegistration", + "cambria.topic": "unauthenticated.VES_PNFREG_OUTPUT", + "class": "HpCambriaOutputStream", + "stripHpId": "true", + "type": "out", + "cambria.hosts": "onap-dmaap" + } + ] } \ No newline at end of file -- cgit 1.2.3-korg