diff options
Diffstat (limited to 'docs/development/devtools/smoke/files/runtime-application.yaml')
-rw-r--r-- | docs/development/devtools/smoke/files/runtime-application.yaml | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/docs/development/devtools/smoke/files/runtime-application.yaml b/docs/development/devtools/smoke/files/runtime-application.yaml index f798d5bb..d9639226 100644 --- a/docs/development/devtools/smoke/files/runtime-application.yaml +++ b/docs/development/devtools/smoke/files/runtime-application.yaml @@ -1,21 +1,26 @@ runtime: + topics: + operationTopic: policy-acruntime-participant + syncTopic: acm-ppnt-sync participantParameters: heartBeatMs: 20000 maxStatusWaitMs: 200000 topicParameterGroup: topicSources: - - - topic: policy-acruntime-participant + - topic: ${runtime.topics.operationTopic} servers: - - ${topicServer:localhost:29092} + - localhost:29092 topicCommInfrastructure: kafka fetchTimeout: 15000 topicSinks: - - - topic: policy-acruntime-participant + - topic: ${runtime.topics.operationTopic} servers: - - ${topicServer:localhost:29092} + - localhost:29092 + topicCommInfrastructure: kafka + - topic: ${runtime.topics.syncTopic} + servers: + - localhost:29092 topicCommInfrastructure: kafka acmParameters: toscaElementName: org.onap.policy.clamp.acm.AutomationCompositionElement |