aboutsummaryrefslogtreecommitdiffstats
path: root/etc/DmaapConfig.json
diff options
context:
space:
mode:
authorBogumil Zebek <bogumil.zebek@nokia.com>2020-07-22 08:19:51 +0200
committerBartosz Gardziejewski <bartosz.gardziejewski@nokia.com>2020-08-06 08:07:39 +0200
commitf6260a26de44a9338ca998626a93c0d0fa56abc3 (patch)
tree2a3dffaf850a7a934861c0fd10003168324c9f69 /etc/DmaapConfig.json
parentdc29687c2c83b387718c6a26b227170b17dcf08d (diff)
StndDefined event routing
Route stndDefined events to streams defined in namespace event field. Change-Id: I3963e220095665f8ca3fd1b21c5c20b44057cf76 Issue-ID: DCAEGEN2-1771 Signed-off-by: Zebek Bogumil <bogumil.zebek@nokia.com>
Diffstat (limited to 'etc/DmaapConfig.json')
-rw-r--r--etc/DmaapConfig.json34
1 files changed, 33 insertions, 1 deletions
diff --git a/etc/DmaapConfig.json b/etc/DmaapConfig.json
index 27328216..2ef77dcd 100644
--- a/etc/DmaapConfig.json
+++ b/etc/DmaapConfig.json
@@ -47,6 +47,38 @@
"stripHpId": "true",
"type": "out",
"cambria.hosts": "onap-dmaap"
+ },
+ {
+ "name": "ves-3gpp-fault-supervision",
+ "cambria.topic": "unauthenticated.SEC_3GPP_FAULTSUPERVISION_OUTPUT",
+ "class": "HpCambriaOutputStream",
+ "stripHpId": "true",
+ "type": "out",
+ "cambria.hosts": "onap-dmaap"
+ },
+ {
+ "name": "ves-3gpp-provisioning",
+ "cambria.topic": "unauthenticated.SEC_3GPP_PROVISIONING_OUTPUT",
+ "class": "HpCambriaOutputStream",
+ "stripHpId": "true",
+ "type": "out",
+ "cambria.hosts": "onap-dmaap"
+ },
+ {
+ "name": "ves-3gpp-heartbeat",
+ "cambria.topic": "unauthenticated.SEC_3GPP_HEARTBEAT_OUTPUT",
+ "class": "HpCambriaOutputStream",
+ "stripHpId": "true",
+ "type": "out",
+ "cambria.hosts": "onap-dmaap"
+ },
+ {
+ "name": "ves-3gpp-performance-assurance",
+ "cambria.topic": "unauthenticated.unauthenticated.SEC_3GPP_PERFORMANCEASSURANCE_OUTPUT",
+ "class": "HpCambriaOutputStream",
+ "stripHpId": "true",
+ "type": "out",
+ "cambria.hosts": "onap-dmaap"
}
]
-} \ No newline at end of file
+}