From f86159cb5e88e97536c2422b2306d98fda392465 Mon Sep 17 00:00:00 2001 From: "saul.gill" Date: Fri, 19 Sep 2025 15:41:51 +0100 Subject: [PATCH] Fixed DMI plugin issue with workaround Issue-ID: NONRTRIC-1084 Change-Id: I01b29cf05b5e3f6fce53253231215aa03a2f2474 Signed-off-by: saul.gill --- .../helm-override/ranpm-pynts-es-rapp/onap-flavour-config.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/smo-install/helm-override/ranpm-pynts-es-rapp/onap-flavour-config.yaml b/smo-install/helm-override/ranpm-pynts-es-rapp/onap-flavour-config.yaml index fb98c974..92dc63ef 100644 --- a/smo-install/helm-override/ranpm-pynts-es-rapp/onap-flavour-config.yaml +++ b/smo-install/helm-override/ranpm-pynts-es-rapp/onap-flavour-config.yaml @@ -57,7 +57,7 @@ cps: type: topic operations: [Read] ncmp-dmi-plugin: - image: onap/ncmp-dmi-plugin:1.8.0-SNAPSHOT-latest + image: onap/ncmp-dmi-plugin:1.8.0-SNAPSHOT config: dmiServiceUrl: http://ncmp-dmi-plugin:8080 sdnc: @@ -80,6 +80,9 @@ cps: - name: ncmp-events type: topic operations: [All] + - name: dmi-cm-events + type: topic + operations: [All] - name: "unauthenticated.VES_O1_NOTIFY_PNF_REGISTRATION_OUTPUT" type: topic operations: [All] -- 2.16.6