Remove Dmaap from PAP
[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": "policyadmin",
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     "topicParameterGroup": {
32         "topicSources" : [{
33             "topic" : "POLICY-PDP-PAP",
34             "servers" : [ "kafka" ],
35             "topicCommInfrastructure" : "noop"
36         },
37         {
38             "topic" : "POLICY-HEARTBEAT",
39             "effectiveTopic": "POLICY-PDP-PAP",
40             "consumerGroup": "policy-pap",
41             "servers" : [ "kafka" ],
42             "topicCommInfrastructure" : "noop"
43         }],
44         "topicSinks" : [{
45             "topic" : "POLICY-PDP-PAP",
46             "servers" : [ "message-router" ],
47             "topicCommInfrastructure" : "noop"
48         },{
49             "topic" : "POLICY-NOTIFICATION",
50             "servers" : [ "message-router" ],
51             "topicCommInfrastructure" : "noop"
52         }]
53     },
54     "healthCheckRestClientParameters":[{
55         "clientName": "api",
56         "hostname": "policy-api",
57         "port": 6969,
58         "userName": "policyadmin",
59         "password": "zb!XztG34",
60         "useHttps": true,
61         "basePath": "policy/api/v1/healthcheck"
62     },
63     {
64         "clientName": "distribution",
65         "hostname": "policy-distribution",
66         "port": 6969,
67         "userName": "healthcheck",
68         "password": "zb!XztG34",
69         "useHttps": true,
70         "basePath": "healthcheck"
71     },
72     {
73         "clientName": "kafka",
74         "hostname": "kafka",
75         "port": 3905,
76         "useHttps": true,
77         "basePath": "topics"
78     }]
79 }