junit5 dependencies
[policy/parent.git] / docs / development / devtools / smoke / files / participant-policy-application.yaml
1 participant:
2   pdpGroup: defaultGroup
3   pdpType: apex
4   policyApiParameters:
5     clientName: api
6     hostname: localhost
7     port: 6968
8     userName: policyadmin
9     password: zb!XztG34
10     useHttps: false
11     allowSelfSignedCerts: false
12   policyPapParameters:
13     clientName: pap
14     hostname: localhost
15     port: 6970
16     userName: policyadmin
17     password: zb!XztG34
18     useHttps: false
19     allowSelfSignedCerts: false
20   intermediaryParameters:
21     reportingTimeIntervalMs: 120000
22     description: Participant Description
23     participantId: 101c62b3-8918-41b9-a747-d21eb79c6c03
24     clampAutomationCompositionTopics:
25       topicSources:
26         -
27           topic: policy-acruntime-participant
28           servers:
29             - ${topicServer:localhost:29092}
30           topicCommInfrastructure: kafka
31           fetchTimeout: 15000
32       topicSinks:
33         -
34           topic: policy-acruntime-participant
35           servers:
36             - ${topicServer:localhost:29092}
37           topicCommInfrastructure: kafka
38     participantSupportedElementTypes:
39       -
40         typeName: org.onap.policy.clamp.acm.PolicyAutomationCompositionElement
41         typeVersion: 1.0.0