From f2609a349565f74237024f2f546e03ea5c772cb5 Mon Sep 17 00:00:00 2001 From: rameshiyer27 Date: Thu, 14 Dec 2023 14:17:35 +0000 Subject: Add kafka docker container for policy CSITs Replaced dmaap with kafka in CLAMP docker tests. Issue-ID: POLICY-4201 Signed-off-by: zrrmmua Change-Id: I4d05e24d3ececf2253ebc39785882be00bf9eaf4 --- compose/config/clamp/AcRuntimeParameters.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'compose/config/clamp/AcRuntimeParameters.yaml') diff --git a/compose/config/clamp/AcRuntimeParameters.yaml b/compose/config/clamp/AcRuntimeParameters.yaml index dc9a9846..b800e4b0 100644 --- a/compose/config/clamp/AcRuntimeParameters.yaml +++ b/compose/config/clamp/AcRuntimeParameters.yaml @@ -46,18 +46,18 @@ runtime: topicParameterGroup: topicSources: - - topic: POLICY-ACRUNTIME-PARTICIPANT + topic: policy-acruntime-participant servers: - - ${topicServer:message-router} - topicCommInfrastructure: dmaap + - ${topicServer:kafka:9092} + topicCommInfrastructure: kafka fetchTimeout: 15000 useHttps: false topicSinks: - - topic: POLICY-ACRUNTIME-PARTICIPANT + topic: policy-acruntime-participant servers: - - ${topicServer:message-router} - topicCommInfrastructure: dmaap + - ${topicServer:kafka:9092} + topicCommInfrastructure: kafka useHttps: false acmParameters: toscaElementName: org.onap.policy.clamp.acm.AutomationCompositionElement -- cgit 1.2.3-korg