610ded8c6125d8c9839b445d2495f68ba8546496
[policy/pap.git] / main / src / test / resources / e2e / PapConfigParameters.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         "heartBeatMs": 5000,
12         "updateParameters": {
13             "maxRetryCount": 0,
14             "maxWaitMs": 5000
15         },
16         "stateChangeParameters": {
17             "maxRetryCount": 0,
18             "maxWaitMs": 5000
19         }
20     },
21     "databaseProviderParameters": {
22         "name": "PolicyModelsProviderParameters",
23         "implementation": "org.onap.policy.models.provider.impl.DatabasePolicyModelsProviderImpl",
24         "databaseDriver": "org.h2.Driver",
25         "databaseUrl": "${dbName}",
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         "topicSinks" : [{
37             "topic" : "POLICY-PDP-PAP",
38             "servers" : [ "message-router" ],
39             "topicCommInfrastructure" : "noop"
40         },{
41             "topic" : "POLICY-NOTIFICATION",
42             "servers" : [ "message-router" ],
43             "topicCommInfrastructure" : "noop"
44         }]
45     },
46     "healthCheckRestClientParameters":[{
47         "clientName": "api",
48         "hostname": "policy-api",
49         "port": 6969,
50         "userName": "healthcheck",
51         "password": "zb!XztG34",
52         "useHttps": true,
53         "basePath": "policy/api/v1/healthcheck"
54     },
55     {
56         "clientName": "distribution",
57         "hostname": "policy-distribution",
58         "port": 6969,
59         "userName": "healthcheck",
60         "password": "zb!XztG34",
61         "useHttps": true,
62         "basePath": "healthcheck"
63     }]
64 }