From dcb9ffbd4276a52d73781c1921c55fa90a8733c9 Mon Sep 17 00:00:00 2001 From: demx8as6 Date: Fri, 25 Nov 2022 12:22:26 +0100 Subject: [PATCH] Create template for notifyFileReady - add file-ready ves namespace to dmaap-config IssueID: OAM-292 Change-Id: I65951ba69801bd14bc58d1bc92edc729f179d390 Signed-off-by: demx8as6 --- solution/integration/smo/oam/ves-collector/ves-dmaap-config.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/solution/integration/smo/oam/ves-collector/ves-dmaap-config.json b/solution/integration/smo/oam/ves-collector/ves-dmaap-config.json index 3e7056d..08053ee 100644 --- a/solution/integration/smo/oam/ves-collector/ves-dmaap-config.json +++ b/solution/integration/smo/oam/ves-collector/ves-dmaap-config.json @@ -215,5 +215,12 @@ "location": "mtl5", "topic_url": "http://onap-dmaap:3904/events/unauthenticated.VES_O_RAN_SC_HELLO_WORLD_PM_STREAMING_OUTPUT/" } + }, + "ves-file-ready": { + "type": "message_router", + "dmaap_info": { + "location": "mtl5", + "topic_url": "http://onap-dmaap:3904/events/unauthenticated.VES_FILE_READY_OUTPUT/" + } } } \ No newline at end of file -- 2.16.6