[CPS] Ncmp dmi plugin kafka parameter ov 94/133394/9
authormpriyank <priyank.maheshwari@est.tech>
Thu, 23 Feb 2023 10:29:02 +0000 (10:29 +0000)
committerPriyank Maheshwari <priyank.maheshwari@est.tech>
Thu, 23 Mar 2023 14:56:26 +0000 (14:56 +0000)
- Explicitly providing kafka parameters in the application-helm file to
  be overridden later from the charts
- https://jira.onap.org/browse/CPS-1088 - adding missed OOM chart update
  coz of this task
- temporarily enabling the DEBUG level logs

Issue-ID: CPS-1510
Change-Id: I5a82771042f9a2f700172549ac561bc73ff35906
Signed-off-by: mpriyank <priyank.maheshwari@est.tech>
kubernetes/cps/components/cps-core/values.yaml
kubernetes/cps/components/ncmp-dmi-plugin/resources/config/application-helm.yml
kubernetes/cps/components/ncmp-dmi-plugin/values.yaml

index a016574..7bdb79d 100644 (file)
@@ -182,7 +182,7 @@ config:
 #    spring.config.min-size: 10
 
   additional:
-    notification.data-updated.enabled: true
+    notification.enabled: true
     notification.data-updated.topic: &dataUpdatedTopic cps.data-updated-events
     notification.data-updated.filters.enabled-dataspaces: ""
     notification.async.enabled: false
index 8e71114..2a31c73 100644 (file)
@@ -49,6 +49,11 @@ logging:
       onap:
         cps: {{ .Values.logging.cps }}
 
+spring.kafka.bootstrap-servers: {{ include "common.release" . }}-strimzi-kafka-bootstrap:9092
+spring.kafka.security.protocol: SASL_PLAINTEXT
+spring.kafka.properties.sasl.mechanism: SCRAM-SHA-512
+spring.kafka.properties.sasl.jaas.config: ${SASL_JAAS_CONFIG}
+
 
 {{- if .Values.config.additional }}
 {{ toYaml .Values.config.additional | nindent 2 }}
index c35519b..44f11f5 100644 (file)
@@ -164,7 +164,7 @@ config:
 #    spring.config.min-size: 10
 
 logging:
-  level: INFO
+  level: DEBUG
   cps: DEBUG
   path: /tmp