aboutsummaryrefslogtreecommitdiffstats
path: root/runtime-acm/src/test/resources/application-test.yaml
diff options
context:
space:
mode:
authorAdheli Tavares <adheli.tavares@est.tech>2024-06-11 09:32:45 +0000
committerGerrit Code Review <gerrit@onap.org>2024-06-11 09:32:45 +0000
commitb174e37eb1a41e9997c9455edacc36667e0c5c1a (patch)
treeed036f27b4ae9c7b2301bcf24d4412fdbd555733 /runtime-acm/src/test/resources/application-test.yaml
parenta35b7acb63a5990293231d30ff6efbe046267f3e (diff)
parentc616ee76ee72202bdf485de86b53a92837620c38 (diff)
Merge "Add Synchronization topic in acm runtime"
Diffstat (limited to 'runtime-acm/src/test/resources/application-test.yaml')
-rw-r--r--runtime-acm/src/test/resources/application-test.yaml12
1 files changed, 10 insertions, 2 deletions
diff --git a/runtime-acm/src/test/resources/application-test.yaml b/runtime-acm/src/test/resources/application-test.yaml
index 13b1f788a..5d616d529 100644
--- a/runtime-acm/src/test/resources/application-test.yaml
+++ b/runtime-acm/src/test/resources/application-test.yaml
@@ -19,13 +19,16 @@ server:
context-path: /onap/policy/clamp/acm
runtime:
+ topics:
+ operationTopic: policy-acruntime-participant
+ syncTopic: acm-ppnt-sync
participantParameters:
updateParameters:
maxRetryCount: 3
topicParameterGroup:
topicSources:
-
- topic: policy-acruntime-participant
+ topic: ${runtime.topics.operationTopic}
servers:
- kafka:9092
topicCommInfrastructure: NOOP
@@ -35,7 +38,12 @@ runtime:
topicCommInfrastructure: NOOP
servers:
- kafka:9092
- topic: policy-acruntime-participant
+ topic: ${runtime.topics.operationTopic}
+ -
+ topic: ${runtime.topics.syncTopic}
+ servers:
+ - ${topicServer:kafka:9092}
+ topicCommInfrastructure: NOOP
acmParameters:
acElementName: org.onap.policy.clamp.acm.AutomationCompositionElement
acNodeType: org.onap.policy.clamp.acm.AutomationComposition