blob: 111a6352af229e3f91c8ece04b9af576e39f79e9 [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 }]
Hengyeb53f17e2019-11-27 13:43:42 +080045 },
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 }]
ramverma07b7ba02019-01-31 13:09:00 +000064}