Fix config files to remove outdated hibernate configurations
[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     hibernate:
7       ddl-auto: create-drop
8       naming:
9         physical-strategy: org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl
10         implicit-strategy: org.onap.policy.common.spring.utils.CustomImplicitNamingStrategy
11     open-in-view: false
12
13 pap:
14   name: "PapGroupE2E"
15   topic:
16     pdp-pap.name: pdp-pap-topic
17     notification.name: notification-topic
18     heartbeat.name: heartbeat-topic
19   pdpParameters:
20     updateParameters:
21       maxRetryCount: 1
22       maxWaitMs: 3000
23     stateChangeParameters:
24       maxRetryCount: 1
25       maxWaitMs: 3000
26     heartBeatMs: 6000
27     maxMessageAgeMs: 20000
28   topicParameterGroup:
29     topicSources:
30     - topic: ${pap.topic.pdp-pap.name}
31       servers:
32         - message-router
33       topicCommInfrastructure: noop
34     - topic: ${pap.topic.heartbeat.name}
35       effectiveTopic: ${pap.topic.pdp-pap.name}
36       consumerGroup: policy-pap
37       servers:
38         - message-router
39       topicCommInfrastructure: noop
40     topicSinks:
41     - topic: ${pap.topic.pdp-pap.name}
42       servers:
43         - message-router
44       topicCommInfrastructure: noop
45     - topic: ${pap.topic.notification.name}
46       servers:
47         - message-router
48       topicCommInfrastructure: noop
49   healthCheckRestClientParameters:
50   - clientName: api
51     hostname: policy-api
52     port: 6969
53     userName: policyadmin
54     password: zb!XztG34
55     useHttps: true
56     basePath: policy/api/v1/healthcheck
57   - clientName: distribution
58     hostname: policy-distribution
59     port: 6969
60     userName: healthcheck
61     password: zb!XztG34
62     useHttps: true
63     basePath: healthcheck
64   - clientName: kafka
65     hostname: kafka
66     port: 3905
67     useHttps: true
68     basePath: topics