From 23e25e89619c732a687b44a5487afbb6badf613c Mon Sep 17 00:00:00 2001 From: rameshiyer27 Date: Tue, 20 Jul 2021 07:57:41 +0100 Subject: Implement http participant in CLAMP Issue-ID: POLICY-3449 Signed-off-by: zrrmmua Change-Id: Ibfe23a6e98fb760a930b6080dc2291113b3cb4fa --- .../src/main/resources/config/application.yaml | 27 ++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 participant/participant-impl/participant-impl-http/src/main/resources/config/application.yaml (limited to 'participant/participant-impl/participant-impl-http/src/main/resources') diff --git a/participant/participant-impl/participant-impl-http/src/main/resources/config/application.yaml b/participant/participant-impl/participant-impl-http/src/main/resources/config/application.yaml new file mode 100644 index 000000000..1fd528458 --- /dev/null +++ b/participant/participant-impl/participant-impl-http/src/main/resources/config/application.yaml @@ -0,0 +1,27 @@ +participant: + intermediaryParameters: + reportingTimeInterval: 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 + topicSinks: + - topic: POLICY-CLRUNTIME-PARTICIPANT + servers: + - ${topicServer:message-router} + topicCommInfrastructure: dmaap + + - topic: POLICY-NOTIFICATION + servers: + - ${topicServer:message-router} + topicCommInfrastructure: dmaap -- cgit 1.2.3-korg