blob: 2be642943b925786dfabdf053a1d37b251b2e484 [file] [log] [blame]
liamfallon20c74872021-05-26 11:02:07 +01001{
FrancescoFioraEsta3482502021-06-24 16:30:23 +01002 "name": "PapGroup",
3 "supervisionScannerIntervalSec": 1000,
4 "participantStateChangeIntervalSec": 1000,
5 "participantClUpdateIntervalSec": 1000,
6 "participantClStateChangeIntervalSec": 1000,
7 "restServerParameters": {
8 "host": "0.0.0.0",
9 "port": 6969,
10 "userName": "healthcheck",
11 "password": "zb!XztG34"
liamfallon20c74872021-05-26 11:02:07 +010012 },
13 "pdpParameters": {
14 "heartBeatMs": 1,
15 "updateParameters": {
16 "maxRetryCount": 1,
17 "maxWaitMs": 1
18 },
19 "stateChangeParameters": {
20 "maxRetryCount": 1,
21 "maxWaitMs": 1
22 }
23 },
24 "databaseProviderParameters": {
25 "name": "PolicyProviderParameterGroup",
26 "implementation": "org.onap.policy.models.provider.impl.DatabasePolicyModelsProviderImpl",
27 "databaseDriver": "org.h2.Driver",
28 "databaseUrl": "jdbc:h2:mem:testdb",
29 "databaseUser": "policy",
30 "databasePassword": "P01icY",
31 "persistenceUnit": "PdpGroupTest"
32 },
33 "topicParameterGroup": {
FrancescoFioraEsta3482502021-06-24 16:30:23 +010034 "topicSources": [
35 {
36 "topic": "POLICY-PDP-PAP",
37 "servers": [
38 "message-router"
39 ],
40 "topicCommInfrastructure": "dmaap"
41 }
42 ],
43 "topicSinks": [
44 {
45 "topic": "POLICY-PDP-PAP",
46 "servers": [
47 "message-router"
48 ],
49 "topicCommInfrastructure": "dmaap"
50 }
51 ]
Sirisha_Manchikanti18526e92021-06-01 16:48:25 +010052 }
liamfallon20c74872021-05-26 11:02:07 +010053}