Java 17 / Spring 6 / Spring Boot 3 Upgrade
[policy/pap.git] / main / src / test / resources / application-test-e2e.yaml
1 spring:
2   datasource:
3     url: jdbc:h2:mem:testdb
4     driverClassName: org.h2.Driver
5   jpa:
6     properties:
7       hibernate:
8         dialect: org.hibernate.dialect.H2Dialect
9     hibernate:
10       ddl-auto: create-drop
11       naming:
12         physical-strategy: org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl
13         implicit-strategy: org.onap.policy.common.spring.utils.CustomImplicitNamingStrategy
14
15 pap:
16   name: "PapGroupE2E"
17   aaf: false
18   topic:
19     pdp-pap.name: pdp-pap-topic
20     notification.name: notification-topic
21     heartbeat.name: heartbeat-topic
22   pdpParameters:
23     updateParameters:
24       maxRetryCount: 1
25       maxWaitMs: 3000
26     stateChangeParameters:
27       maxRetryCount: 1
28       maxWaitMs: 3000
29     heartBeatMs: 6000
30     maxMessageAgeMs: 20000
31   topicParameterGroup:
32     topicSources:
33     - topic: ${pap.topic.pdp-pap.name}
34       servers:
35         - message-router
36       topicCommInfrastructure: noop
37     - topic: ${pap.topic.heartbeat.name}
38       effectiveTopic: ${pap.topic.pdp-pap.name}
39       consumerGroup: policy-pap
40       servers:
41         - message-router
42       topicCommInfrastructure: noop
43     topicSinks:
44     - topic: ${pap.topic.pdp-pap.name}
45       servers:
46         - message-router
47       topicCommInfrastructure: noop
48     - topic: ${pap.topic.notification.name}
49       servers:
50         - message-router
51       topicCommInfrastructure: noop
52   healthCheckRestClientParameters:
53   - clientName: api
54     hostname: policy-api
55     port: 6969
56     userName: policyadmin
57     password: zb!XztG34
58     useHttps: true
59     basePath: policy/api/v1/healthcheck
60   - clientName: distribution
61     hostname: policy-distribution
62     port: 6969
63     userName: healthcheck
64     password: zb!XztG34
65     useHttps: true
66     basePath: healthcheck
67   - clientName: dmaap
68     hostname: message-router
69     port: 3905
70     useHttps: true
71     basePath: topics