From 27596dff7b447ef0b6b834a8a729163693ab59b9 Mon Sep 17 00:00:00 2001 From: Martin Skorupski Date: Sat, 8 Apr 2023 11:08:39 +0200 Subject: [PATCH] Support of WG4 OpenFronthaul Management-Plane VES - topic definition for DMaaP/kafka - one topic used for all OFHM VES events Issue-ID: OAM-236 Change-Id: Iae46c59190f29d61a11d7ef26621cc774ed14db5 Signed-off-by: Martin Skorupski --- solution/smo/oam/ves-collector/ves-dmaap-config.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/solution/smo/oam/ves-collector/ves-dmaap-config.json b/solution/smo/oam/ves-collector/ves-dmaap-config.json index b966a1f..b208de5 100644 --- a/solution/smo/oam/ves-collector/ves-dmaap-config.json +++ b/solution/smo/oam/ves-collector/ves-dmaap-config.json @@ -222,5 +222,12 @@ "location": "mtl5", "topic_url": "http://messages:3904/events/unauthenticated.VES_FILE_READY_OUTPUT/" } + }, + "ves-o-ran-sc-ofhm": { + "type": "message_router", + "dmaap_info": { + "location": "mtl5", + "topic_url": "http://messages:3904/events/unauthenticated.VES_O_RAN_SC_OPENFRONTHAUL_OUTPUT/" + } } } \ No newline at end of file -- 2.16.6