0868aa41a9cb0b7d5140b7d6a63afad7e9f4bbd8
[policy/pap.git] / main / src / test / resources / parameters / PapConfigParametersStd.json
1 {
2     "name": "PapGroup",
3     "restServerParameters": {
4         "host": "0.0.0.0",
5         "port": ${port},
6         "userName": "healthcheck",
7         "password": "zb!XztG34",
8         "https": true
9     },
10     "pdpParameters": {
11         "updateParameters": {
12             "maxRetryCount": 1,
13             "maxWaitMs": 2
14         },
15         "stateChangeParameters": {
16             "maxRetryCount": 1,
17             "maxWaitMs": 5
18         },
19         "heartBeatMs": 6000,
20         "maxMessageAgeMs": 20000
21     },
22     "databaseProviderParameters": {
23         "name": "PolicyModelsProviderParameters",
24         "implementation": "org.onap.policy.models.provider.impl.DatabasePolicyModelsProviderImpl",
25         "databaseDriver": "org.h2.Driver",
26         "databaseUrl": "${dbName}",
27         "databaseUser": "policy",
28         "databasePassword": "UDAxaWNZ",
29         "persistenceUnit": "ToscaConceptTest"
30     },
31     "savePdpStatisticsInDb": true,
32     "topicParameterGroup": {
33         "topicSources" : [{
34             "topic" : "POLICY-PDP-PAP",
35             "servers" : [ "message-router" ],
36             "topicCommInfrastructure" : "noop"
37         }],
38         "topicSinks" : [{
39             "topic" : "POLICY-PDP-PAP",
40             "servers" : [ "message-router" ],
41             "topicCommInfrastructure" : "noop"
42         },{
43             "topic" : "POLICY-NOTIFICATION",
44             "servers" : [ "message-router" ],
45             "topicCommInfrastructure" : "noop"
46         }]
47     },
48     "healthCheckRestClientParameters":[{
49         "clientName": "api",
50         "hostname": "policy-api",
51         "port": 6969,
52         "userName": "healthcheck",
53         "password": "zb!XztG34",
54         "useHttps": true,
55         "basePath": "policy/api/v1/healthcheck"
56     },
57     {
58         "clientName": "distribution",
59         "hostname": "policy-distribution",
60         "port": 6969,
61         "userName": "healthcheck",
62         "password": "zb!XztG34",
63         "useHttps": true,
64         "basePath": "healthcheck"
65     }]
66 }