summaryrefslogtreecommitdiffstats
path: root/compose/config/clamp/AcRuntimeParameters.yaml
diff options
context:
space:
mode:
authorrameshiyer27 <ramesh.murugan.iyer@est.tech>2024-07-29 08:14:34 +0000
committerRamesh Murugan Iyer <ramesh.murugan.iyer@est.tech>2024-07-29 11:47:23 +0000
commitb837fdc8f0ac8aab67a4af0fcf7103a26ab02bf9 (patch)
treee46a2be5c0ccf7920bf21b5a11ba27d8bfb33bb9 /compose/config/clamp/AcRuntimeParameters.yaml
parent4e38c5a0df50fe4fff97dd88ddf776cffb58dcc3 (diff)
Use spring profiles for legacy configurations in regression
Issue-ID: POLICY-5077 Signed-off-by: zrrmmua <ramesh.murugan.iyer@est.tech> Change-Id: I76a33d684db3d4cb02c23d34d4b132ebf1f9853c
Diffstat (limited to 'compose/config/clamp/AcRuntimeParameters.yaml')
-rw-r--r--compose/config/clamp/AcRuntimeParameters.yaml31
1 files changed, 31 insertions, 0 deletions
diff --git a/compose/config/clamp/AcRuntimeParameters.yaml b/compose/config/clamp/AcRuntimeParameters.yaml
index dbcbc562..f2ef511a 100644
--- a/compose/config/clamp/AcRuntimeParameters.yaml
+++ b/compose/config/clamp/AcRuntimeParameters.yaml
@@ -113,3 +113,34 @@ tracing:
sampler:
jaeger-remote:
endpoint: http://jaeger:14250
+
+# legacy config
+---
+
+spring:
+ config:
+ activate:
+ on-profile: legacy
+runtime:
+ participantParameters:
+ heartBeatMs: 20000
+ maxStatusWaitMs: 200000
+ topicParameterGroup:
+ topicSources:
+ -
+ topic: policy-acruntime-participant
+ servers:
+ - ${topicServer:kafka:9092}
+ topicCommInfrastructure: kafka
+ fetchTimeout: 15000
+ useHttps: false
+ topicSinks:
+ -
+ topic: policy-acruntime-participant
+ servers:
+ - ${topicServer:kafka:9092}
+ topicCommInfrastructure: kafka
+ useHttps: false
+ acmParameters:
+ toscaElementName: org.onap.policy.clamp.acm.AutomationCompositionElement
+ toscaCompositionName: org.onap.policy.clamp.acm.AutomationComposition