blob: 11315029a285df508edf0dbeaa41b574fffc296b [file] [log] [blame]
ramverma07b7ba02019-01-31 13:09:00 +00001{
Jim Hahn602572e2019-03-24 08:13:58 -04002 "name": "PapGroup",
3 "restServerParameters": {
4 "host": "0.0.0.0",
5 "port": 6969,
6 "userName": "healthcheck",
7 "password": "zb!XztG34",
8 "https": true
9 },
10 "pdpParameters": {
jrh3a240d7a2019-06-11 10:56:25 -040011 "heartBeatMs": 10,
Jim Hahn602572e2019-03-24 08:13:58 -040012 "updateParameters": {
13 "maxRetryCount": 1,
14 "maxWaitMs": 1
15 },
16 "stateChangeParameters": {
17 "maxRetryCount": 1,
18 "maxWaitMs": 1
19 }
ramverma2f004292019-03-27 16:27:36 +000020 },
21 "databaseProviderParameters": {
22 "name": "PolicyProviderParameterGroup",
23 "implementation": "org.onap.policy.models.provider.impl.DatabasePolicyModelsProviderImpl",
ramvermae5e24d62019-04-11 22:09:38 +000024 "databaseDriver": "org.h2.Driver",
ramverma2f004292019-03-27 16:27:36 +000025 "databaseUrl": "jdbc:h2:mem:testdb",
26 "databaseUser": "policy",
liamfallon38a63db2019-04-17 13:58:35 +000027 "databasePassword": "UDAxaWNZ",
ramvermae5e24d62019-04-11 22:09:38 +000028 "persistenceUnit": "ToscaConceptTest"
a.sreekumar9ef41862019-07-01 14:50:01 +000029 },
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"
jh73584f3fe212019-10-16 11:51:46 -040040 },{
41 "topic" : "POLICY-NOTIFICATION",
42 "servers" : [ "message-router" ],
43 "topicCommInfrastructure" : "noop"
a.sreekumar9ef41862019-07-01 14:50:01 +000044 }]
ramverma370c2272019-02-05 10:28:22 +000045 }
ramverma07b7ba02019-01-31 13:09:00 +000046}