443a0cae33f6d2bf005a5814d31f5ef313fb09e4
[policy/docker.git] / compose / config / clamp / PolicyParticipantParameters.yaml
1 spring:
2   security:
3     user:
4       name: participantUser
5       password: zb!XztG34
6   autoconfigure:
7     exclude: >
8       org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration,
9       org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaAutoConfiguration,
10       org.springframework.boot.autoconfigure.jdbc.DataSourceTransactionManagerAutoConfiguration
11 participant:
12   pdpGroup: defaultGroup
13   pdpType: apex
14   policyApiParameters:
15     clientName: api
16     hostname: policy-api
17     port: 6969
18     userName: policyadmin
19     password: zb!XztG34
20     useHttps: false
21     allowSelfSignedCerts: true
22   policyPapParameters:
23     clientName: pap
24     hostname: policy-pap
25     port: 6969
26     userName: policyadmin
27     password: zb!XztG34
28     useHttps: false
29     allowSelfSignedCerts: true
30   intermediaryParameters:
31     reportingTimeIntervalMs: 120000
32     description: Participant Description
33     participantId: 101c62b3-8918-41b9-a747-d21eb79c6c03
34     clampAutomationCompositionTopics:
35       topicSources:
36         -
37           topic: POLICY-ACRUNTIME-PARTICIPANT
38           servers:
39             - ${topicServer:message-router}
40           topicCommInfrastructure: dmaap
41           fetchTimeout: 15000
42           useHttps: false
43       topicSinks:
44         -
45           topic: POLICY-ACRUNTIME-PARTICIPANT
46           servers:
47             - ${topicServer:message-router}
48           topicCommInfrastructure: dmaap
49           useHttps: false
50     participantSupportedElementTypes:
51       - typeName: org.onap.policy.clamp.acm.PolicyAutomationCompositionElement
52         typeVersion: 1.0.0
53 management:
54   endpoints:
55     web:
56       exposure:
57         include: health, metrics, prometheus
58 server:
59   port: 6969
60   ssl:
61     enabled: false
62   servlet:
63     context-path: /onap/policy/clamp/acm/policyparticipant