Generate notifications when policies change
[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     },
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 }