From: demx8as6 Date: Fri, 25 Nov 2022 11:22:26 +0000 (+0100) Subject: Create template for notifyFileReady X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=dcb9ffbd4276a52d73781c1921c55fa90a8733c9;p=oam.git Create template for notifyFileReady - add file-ready ves namespace to dmaap-config IssueID: OAM-292 Change-Id: I65951ba69801bd14bc58d1bc92edc729f179d390 Signed-off-by: demx8as6 --- 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