8db98a78b9e07ff520e22ffd252096c516ace9cc
[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:
34       name: org.onap.PM_Policy
35       version: 1.0.0
36     participantType:
37       name: org.onap.policy.clamp.acm.PolicyParticipant
38       version: 2.3.1
39     clampAutomationCompositionTopics:
40       topicSources:
41         -
42           topic: POLICY-ACRUNTIME-PARTICIPANT
43           servers:
44             - ${topicServer:message-router}
45           topicCommInfrastructure: dmaap
46           fetchTimeout: 15000
47           useHttps: false
48       topicSinks:
49         -
50           topic: POLICY-ACRUNTIME-PARTICIPANT
51           servers:
52             - ${topicServer:message-router}
53           topicCommInfrastructure: dmaap
54           useHttps: false
55 management:
56   endpoints:
57     web:
58       exposure:
59         include: health, metrics, prometheus
60 server:
61   port: 6969
62   ssl:
63     enabled: false
64   servlet:
65     context-path: /onap/policy/clamp/acm/policyparticipant