junit5 dependencies
[policy/parent.git] / docs / development / devtools / smoke / files / runtime-application.yaml
1
2 runtime:
3   participantParameters:
4     heartBeatMs: 20000
5     maxStatusWaitMs: 200000
6   topicParameterGroup:
7     topicSources:
8       -
9         topic: policy-acruntime-participant
10         servers:
11           - ${topicServer:localhost:29092}
12         topicCommInfrastructure: kafka
13         fetchTimeout: 15000
14     topicSinks:
15       -
16         topic: policy-acruntime-participant
17         servers:
18           - ${topicServer:localhost:29092}
19         topicCommInfrastructure: kafka
20   acmParameters:
21     toscaElementName: org.onap.policy.clamp.acm.AutomationCompositionElement
22     toscaCompositionName: org.onap.policy.clamp.acm.AutomationComposition