diff options
Diffstat (limited to 'compose/config/clamp/A1pmsParticipantParameters.yaml')
-rwxr-xr-x | compose/config/clamp/A1pmsParticipantParameters.yaml | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/compose/config/clamp/A1pmsParticipantParameters.yaml b/compose/config/clamp/A1pmsParticipantParameters.yaml index 44902d89..a3035eb6 100755 --- a/compose/config/clamp/A1pmsParticipantParameters.yaml +++ b/compose/config/clamp/A1pmsParticipantParameters.yaml @@ -26,15 +26,25 @@ participant: reportingTimeIntervalMs: 120000 description: Participant Description participantId: 101c62b3-8918-41b9-a747-d21eb79c6c00 + topics: + operationTopic: policy-acruntime-participant + syncTopic: acm-ppnt-sync clampAutomationCompositionTopics: topicSources: - - topic: policy-acruntime-participant + - topic: ${participant.intermediaryParameters.topics.operationTopic} servers: - ${topicServer:kafka:9092} topicCommInfrastructure: kafka fetchTimeout: 15000 + + - topic: ${participant.intermediaryParameters.topics.syncTopic} + servers: + - ${topicServer:kafka:9092} + topicCommInfrastructure: kafka + fetchTimeout: 15000 + useHttps: false topicSinks: - - topic: policy-acruntime-participant + - topic: ${participant.intermediaryParameters.topics.operationTopic} servers: - ${topicServer:kafka:9092} topicCommInfrastructure: kafka @@ -51,4 +61,4 @@ server: ssl: enabled: false servlet: - context-path: /onap/policy/clamp/acm/a1pmsparticipant
\ No newline at end of file + context-path: /onap/policy/clamp/acm/a1pmsparticipant |