diff options
Diffstat (limited to 'csit/config/clamp/HttpParticipantParameters.yaml')
-rw-r--r-- | csit/config/clamp/HttpParticipantParameters.yaml | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/csit/config/clamp/HttpParticipantParameters.yaml b/csit/config/clamp/HttpParticipantParameters.yaml new file mode 100644 index 00000000..be421fca --- /dev/null +++ b/csit/config/clamp/HttpParticipantParameters.yaml @@ -0,0 +1,24 @@ +participant: + intermediaryParameters: + reportingTimeIntervalMs: 120000 + description: Participant Description + participantId: + name: HttpParticipant0 + version: 1.0.0 + participantType: + name: org.onap.k8s.controlloop.HttpControlLoopParticipant + version: 2.3.4 + clampControlLoopTopics: + topicSources: + - topic: POLICY-CLRUNTIME-PARTICIPANT + servers: + - ${topicServer:message-router} + topicCommInfrastructure: dmaap + fetchTimeout: 15000 + useHttps: true + topicSinks: + - topic: POLICY-CLRUNTIME-PARTICIPANT + servers: + - ${topicServer:message-router} + topicCommInfrastructure: dmaap + useHttps: true |