Removed db-based statistics feature
[policy/pap.git] / main / src / test / resources / parameters / PapConfigParameters.json
1 {
2     "name": "PapGroup",
3     "restServerParameters": {
4         "host": "0.0.0.0",
5         "port": 6903,
6         "userName": "policyadmin",
7         "password": "zb!XztG34",
8         "https": true
9     },
10     "pdpParameters": {
11         "heartBeatMs": 10,
12         "updateParameters": {
13             "maxRetryCount": 1,
14             "maxWaitMs": 1
15         },
16         "stateChangeParameters": {
17             "maxRetryCount": 1,
18             "maxWaitMs": 1
19         }
20     },
21     "databaseProviderParameters": {
22         "name": "PolicyProviderParameterGroup",
23         "implementation": "org.onap.policy.models.provider.impl.DatabasePolicyModelsProviderImpl",
24         "databaseDriver": "org.h2.Driver",
25         "databaseUrl": "jdbc:h2:mem:testdb",
26         "databaseUser": "policy",
27         "databasePassword": "UDAxaWNZ",
28         "persistenceUnit": "ToscaConceptTest"
29     },
30     "topicParameterGroup": {
31         "topicSources" : [{
32             "topic" : "POLICY-PDP-PAP",
33             "servers" : [ "message-router" ],
34             "topicCommInfrastructure" : "noop"
35         },
36         {
37             "topic" : "POLICY-HEARTBEAT",
38             "effectiveTopic": "POLICY-PDP-PAP",
39             "consumerGroup": "policy-pap",
40             "servers" : [ "message-router" ],
41             "topicCommInfrastructure" : "noop"
42         }],
43         "topicSinks" : [{
44             "topic" : "POLICY-PDP-PAP",
45             "servers" : [ "message-router" ],
46             "topicCommInfrastructure" : "noop"
47         },{
48             "topic" : "POLICY-NOTIFICATION",
49             "servers" : [ "message-router" ],
50             "topicCommInfrastructure" : "noop"
51         }]
52     },
53     "healthCheckRestClientParameters":[{
54         "clientName": "api",
55         "hostname": "policy-api",
56         "port": 6969,
57         "userName": "healthcheck",
58         "password": "zb!XztG34",
59         "useHttps": true,
60         "basePath": "policy/api/v1/healthcheck"
61     },
62     {
63         "clientName": "distribution",
64         "hostname": "policy-distribution",
65         "port": 6969,
66         "userName": "healthcheck",
67         "password": "zb!XztG34",
68         "useHttps": true,
69         "basePath": "healthcheck"
70     },
71     {
72         "clientName": "dmaap",
73         "hostname": "message-router",
74         "port": 3905,
75         "useHttps": true,
76         "basePath": "topics"
77     }]
78 }