Update snapshot and/or references of policy/pap to latest snapshots
[policy/pap.git] / packages / policy-pap-tarball / src / main / resources / etc / papParameters.yaml
1 spring:
2   security:
3     user:
4       name: policyadmin
5       password: zb!XztG34
6   http:
7     converters:
8       preferred-json-mapper: gson
9   datasource:
10     url: jdbc:mariadb://mariadb:3306/policyadmin
11     driverClassName: org.mariadb.jdbc.Driver
12     username: policy_user
13     password: policy_user
14   jpa:
15     properties:
16       hibernate:
17         dialect: org.hibernate.dialect.MariaDB103Dialect
18     hibernate:
19       ddl-auto: none
20       naming:
21         physical-strategy: org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl
22         implicit-strategy: org.onap.policy.common.spring.utils.CustomImplicitNamingStrategy
23
24 server:
25   port: 6969
26   ssl:
27     enabled: false
28
29 pap:
30   name: PapGroup
31   aaf: false
32   pdpParameters:
33     heartBeatMs: 120000
34     updateParameters:
35       maxRetryCount: 1
36       maxWaitMs: 30000
37     stateChangeParameters:
38       maxRetryCount: 1
39       maxWaitMs: 30000
40   savePdpStatisticsInDb: false
41   topicParameterGroup:
42     topicSources:
43     - topic: POLICY-PDP-PAP
44       servers:
45       - message-router
46       topicCommInfrastructure: dmaap
47       fetchTimeout: 15000
48     - topic: POLICY-HEARTBEAT
49       effectiveTopic: POLICY-PDP-PAP
50       consumerGroup: policy-pap
51       servers:
52       - message-router
53       topicCommInfrastructure: dmaap
54       fetchTimeout: 15000
55     topicSinks:
56     - topic: POLICY-PDP-PAP
57       servers:
58       - message-router
59       topicCommInfrastructure: dmaap
60     - topic: POLICY-NOTIFICATION
61       servers:
62       - message-router
63       topicCommInfrastructure: dmaap
64   healthCheckRestClientParameters:
65   - clientName: api
66     hostname: policy-api
67     port: 6969
68     userName: policyadmin
69     password: zb!XztG34
70     useHttps: true
71     basePath: policy/api/v1/healthcheck
72   - clientName: distribution
73     hostname: policy-distribution
74     port: 6969
75     userName: healthcheck
76     password: zb!XztG34
77     useHttps: true
78     basePath: healthcheck
79   - clientName: dmaap
80     hostname: message-router
81     port: 3905
82     useHttps: true
83     basePath: topics
84
85 management:
86   endpoints:
87     web:
88       base-path: /
89       exposure:
90         include: health, metrics, prometheus
91       path-mapping.prometheus: metrics