From: saul.gill Date: Fri, 19 Sep 2025 14:41:51 +0000 (+0100) Subject: Fixed DMI plugin issue with workaround X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=f86159cb5e88e97536c2422b2306d98fda392465;p=it%2Fdep.git Fixed DMI plugin issue with workaround Issue-ID: NONRTRIC-1084 Change-Id: I01b29cf05b5e3f6fce53253231215aa03a2f2474 Signed-off-by: saul.gill --- 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]