From befb22b0987796200647a7a028975dd9567a65d1 Mon Sep 17 00:00:00 2001 From: rameshiyer27 Date: Mon, 6 Sep 2021 12:16:56 +0100 Subject: Add docker image for http participant Issue-ID: POLICY-3627 Signed-off-by: zrrmmua Change-Id: I63216148adf503f00f444a9bb395f5738c8fa2b3 --- .../resources/etc/HttpParticipantParameters.yaml | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 packages/policy-clamp-tarball/src/main/resources/etc/HttpParticipantParameters.yaml (limited to 'packages/policy-clamp-tarball/src/main/resources') diff --git a/packages/policy-clamp-tarball/src/main/resources/etc/HttpParticipantParameters.yaml b/packages/policy-clamp-tarball/src/main/resources/etc/HttpParticipantParameters.yaml new file mode 100644 index 000000000..76f48bbdd --- /dev/null +++ b/packages/policy-clamp-tarball/src/main/resources/etc/HttpParticipantParameters.yaml @@ -0,0 +1,23 @@ +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 + topicSinks: + - topic: POLICY-CLRUNTIME-PARTICIPANT + servers: + - ${topicServer:message-router} + topicCommInfrastructure: dmaap + -- cgit 1.2.3-korg