aboutsummaryrefslogtreecommitdiffstats
path: root/packages/policy-clamp-tarball/src/main/resources/etc
diff options
context:
space:
mode:
authorrameshiyer27 <ramesh.murugan.iyer@est.tech>2021-09-06 12:16:56 +0100
committerrameshiyer27 <ramesh.murugan.iyer@est.tech>2021-09-06 16:47:18 +0100
commitbefb22b0987796200647a7a028975dd9567a65d1 (patch)
treef640862dd91b223f6bdf5ec4663d4f334505632e /packages/policy-clamp-tarball/src/main/resources/etc
parent7970d563dc8d9c4ea2da5c247b8f5b212146600d (diff)
Add docker image for http participant
Issue-ID: POLICY-3627 Signed-off-by: zrrmmua <ramesh.murugan.iyer@est.tech> Change-Id: I63216148adf503f00f444a9bb395f5738c8fa2b3
Diffstat (limited to 'packages/policy-clamp-tarball/src/main/resources/etc')
-rw-r--r--packages/policy-clamp-tarball/src/main/resources/etc/HttpParticipantParameters.yaml23
1 files changed, 23 insertions, 0 deletions
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
+