diff options
author | 2024-05-10 11:26:40 +0000 | |
---|---|---|
committer | 2024-05-10 11:26:40 +0000 | |
commit | 6815379376029841c19d9cca9a08721b9364d48d (patch) | |
tree | 36fc19594b8e70c47aea78703fac7b7ce02bab6b /docs/development/devtools/smoke/files/participant-http-application.yaml | |
parent | f3020b169b9a4dcb4c06c7b9a82ea010cd83c862 (diff) | |
parent | c0d44075a739a7ca0ccf9f4d5cf12667c816b4e5 (diff) |
Merge "Update docs for CLAMP participants Kubernetes and http Smoke Tests"
Diffstat (limited to 'docs/development/devtools/smoke/files/participant-http-application.yaml')
-rw-r--r-- | docs/development/devtools/smoke/files/participant-http-application.yaml | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/docs/development/devtools/smoke/files/participant-http-application.yaml b/docs/development/devtools/smoke/files/participant-http-application.yaml new file mode 100644 index 00000000..142c24e5 --- /dev/null +++ b/docs/development/devtools/smoke/files/participant-http-application.yaml @@ -0,0 +1,23 @@ + +participant: + intermediaryParameters: + reportingTimeIntervalMs: 120000 + description: Participant Description + participantId: 101c62b3-8918-41b9-a747-d21eb79c6c01 + clampAutomationCompositionTopics: + topicSources: + - topic: policy-acruntime-participant + servers: + - ${topicServer:localhost:29092} + topicCommInfrastructure: kafka + fetchTimeout: 15000 + topicSinks: + - topic: policy-acruntime-participant + servers: + - ${topicServer:localhost:29092} + topicCommInfrastructure: kafka + participantSupportedElementTypes: + - + typeName: org.onap.policy.clamp.acm.HttpAutomationCompositionElement + typeVersion: 1.0.0 + |