PAP should discard old PDP messages
[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": 6,
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     "topicParameterGroup": {
32         "topicSources" : [{
33             "topic" : "POLICY-PDP-PAP",
34             "servers" : [ "message-router" ],
35             "topicCommInfrastructure" : "noop"
36         }],
37         "topicSinks" : [{
38             "topic" : "POLICY-PDP-PAP",
39             "servers" : [ "message-router" ],
40             "topicCommInfrastructure" : "noop"
41         },{
42             "topic" : "POLICY-NOTIFICATION",
43             "servers" : [ "message-router" ],
44             "topicCommInfrastructure" : "noop"
45         }]
46     },
47     "healthCheckRestClientParameters":[{
48         "clientName": "api",
49         "hostname": "policy-api",
50         "port": 6969,
51         "userName": "healthcheck",
52         "password": "zb!XztG34",
53         "useHttps": true,
54         "basePath": "policy/api/v1/healthcheck"
55     },
56     {
57         "clientName": "distribution",
58         "hostname": "policy-distribution",
59         "port": 6969,
60         "userName": "healthcheck",
61         "password": "zb!XztG34",
62         "useHttps": true,
63         "basePath": "healthcheck"
64     }]
65 }