From 4e980752d6831cc2e1be1d6aa2dc835f8d34ffb7 Mon Sep 17 00:00:00 2001 From: "aravind.est" Date: Thu, 17 Apr 2025 13:29:45 +0100 Subject: [PATCH] Remove topic creation of the ves collector topics from ranpm RANPM creates the required topics before deployment inorder to avoid any error with DFC. Recent version of the VES collector creates the required topic during the deployment. This removes the topic creation from ranpm. But the topic existence is still checked before starting dfc. Issue-ID: NONRTRIC-1020 Change-Id: I96df2cce53214599f76fdfe69ec38a4fd46b7996 Signed-off-by: aravind.est --- smo-install/oran_oom/smo/ranpm/values.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/smo-install/oran_oom/smo/ranpm/values.yaml b/smo-install/oran_oom/smo/ranpm/values.yaml index 5de2437a..45bf2424 100644 --- a/smo-install/oran_oom/smo/ranpm/values.yaml +++ b/smo-install/oran_oom/smo/ranpm/values.yaml @@ -36,9 +36,6 @@ influxdb2: bucket: "pm-bucket" kafkaTopic: - - strimziTopicName: "unauthenticated.ves-notification-output" - name: "unauthenticated.VES_NOTIFICATION_OUTPUT" - partitions: 10 - name: collected-file partitions: 10 - name: json-file-ready-kp -- 2.16.6