Merge "[CPS] Ncmp dmi plugin kafka parameter ov"
authorFiachra Corcoran <fiachra.corcoran@est.tech>
Fri, 24 Mar 2023 10:29:21 +0000 (10:29 +0000)
committerGerrit Code Review <gerrit@onap.org>
Fri, 24 Mar 2023 10:29:21 +0000 (10:29 +0000)
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