aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/cps/components/cps-core/values.yaml
diff options
context:
space:
mode:
authormpriyank <priyank.maheshwari@est.tech>2023-04-21 15:24:10 +0100
committermpriyank <priyank.maheshwari@est.tech>2023-04-24 16:30:39 +0100
commit6fc407db4f8cf62fcf6ce2fba332cdb9a8762bf2 (patch)
treec555c744a3a99a9c6bba1b2f9b6ffc8d778b3ead /kubernetes/cps/components/cps-core/values.yaml
parenta336bf408d5821aae5d19fcd27bd54dd7246b82d (diff)
[CPS] Parameterize topics in application
- parameterize the topics for both cps-ncmp and ncmp-dmi-plugin code - Also copy the globally defined topics to the more specific place. - In the next patch will remove the global topics and users info. Issue-ID: CPS-1612 Change-Id: Ibf38dd96857ed50a101279a11ded915f86be3d65 Signed-off-by: mpriyank <priyank.maheshwari@est.tech>
Diffstat (limited to 'kubernetes/cps/components/cps-core/values.yaml')
-rw-r--r--kubernetes/cps/components/cps-core/values.yaml25
1 files changed, 21 insertions, 4 deletions
diff --git a/kubernetes/cps/components/cps-core/values.yaml b/kubernetes/cps/components/cps-core/values.yaml
index e5c062ccf0..96d53f5aff 100644
--- a/kubernetes/cps/components/cps-core/values.yaml
+++ b/kubernetes/cps/components/cps-core/values.yaml
@@ -192,7 +192,18 @@ config:
notification.async.executor.wait-for-tasks-to-complete-on-shutdown: true
notification.async.executor.thread-name-prefix: Async-
-# Strimzi KafkaUser config
+# Strimzi KafkaUser and Topic config
+kafkaTopic:
+ - name: &dmiCmEventsTopic dmi-cm-events
+ retentionMs: 7200000
+ segmentBytes: 1073741824
+ - name: &ncmpAsyncM2MTopic ncmp-async-m2m
+ retentionMs: 7200000
+ segmentBytes: 1073741824
+ - name: &cmAvcSubscriptionTopic cm-avc-subscription
+ retentionMs: 7200000
+ segmentBytes: 1073741824
+
kafkaUser:
authenticationType: scram-sha-512
acls:
@@ -202,16 +213,22 @@ kafkaUser:
- name: *dataUpdatedTopic
type: topic
operations: [Write]
- - name: dmi-cm-events
+ - name: *dmiCmEventsTopic
type: topic
operations: [Read]
- - name: ncmp-async-m2m
+ - name: *ncmpAsyncM2MTopic
type: topic
operations: [Read]
- - name: cm-avc-subscription
+ - name: *cmAvcSubscriptionTopic
type: topic
operations: [Read]
+topics:
+ config:
+ app.ncmp.async-m2m.topic: *ncmpAsyncM2MTopic
+ app.ncmp.avc.subscription-topic: *cmAvcSubscriptionTopic
+ app.dmi.cm-events.topic: *dmiCmEventsTopic
+
logging:
level: INFO
path: /tmp