From: aravind.est Date: Wed, 24 Jan 2024 10:14:33 +0000 (+0000) Subject: Enable kafka in DME Participant X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?p=it%2Fdep.git;a=commitdiff_plain;h=782c93b5e5a48e06ba4ca729ff560e4c1dbc0962 Enable kafka in DME Participant ACM installation charts has been moved to use Kafka. So message-router:3904 is not available anymore. DME Participant enabled with Kafka. Issue-ID: NONRTRIC-969 Signed-off-by: aravind.est Change-Id: I68edab87cd69a92b291c358170c40dd32bda8264 --- diff --git a/nonrtric/helm/dmeparticipant/resources/config/application.yaml b/nonrtric/helm/dmeparticipant/resources/config/application.yaml index 648a0fc2..10e7e0bc 100644 --- a/nonrtric/helm/dmeparticipant/resources/config/application.yaml +++ b/nonrtric/helm/dmeparticipant/resources/config/application.yaml @@ -18,16 +18,16 @@ participant: participantId: 101c62b3-8918-41b9-a747-d21eb79c6c08 clampAutomationCompositionTopics: topicSources: - - topic: POLICY-ACRUNTIME-PARTICIPANT + - topic: policy-acruntime-participant servers: - - ${topicServer:message-router.default} - topicCommInfrastructure: dmaap + - ${topicServer:kafka.default.svc.cluster.local:9092} + topicCommInfrastructure: kafka fetchTimeout: 15000 topicSinks: - - topic: POLICY-ACRUNTIME-PARTICIPANT + - topic: policy-acruntime-participant servers: - - ${topicServer:message-router.default} - topicCommInfrastructure: dmaap + - ${topicServer:kafka.default.svc.cluster.local:9092} + topicCommInfrastructure: kafka participantSupportedElementTypes: - typeName: org.onap.policy.clamp.acm.DMEAutomationCompositionElement