From: Martin Skorupski Date: Sat, 8 Apr 2023 09:08:39 +0000 (+0200) Subject: Support of WG4 OpenFronthaul Management-Plane VES X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=27596dff7b447ef0b6b834a8a729163693ab59b9;p=oam.git 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 --- 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