liamfallon | 20c7487 | 2021-05-26 11:02:07 +0100 | [diff] [blame^] | 1 | { |
| 2 | "name":"PapGroup", |
| 3 | "restServerParameters":{ |
| 4 | "host":"0.0.0.0", |
| 5 | "port":6969, |
| 6 | "userName":"healthcheck", |
| 7 | "password":"zb!XztG34" |
| 8 | }, |
| 9 | "pdpParameters": { |
| 10 | "heartBeatMs": 1, |
| 11 | "updateParameters": { |
| 12 | "maxRetryCount": 1, |
| 13 | "maxWaitMs": 1 |
| 14 | }, |
| 15 | "stateChangeParameters": { |
| 16 | "maxRetryCount": 1, |
| 17 | "maxWaitMs": 1 |
| 18 | } |
| 19 | }, |
| 20 | "databaseProviderParameters": { |
| 21 | "name": "PolicyProviderParameterGroup", |
| 22 | "implementation": "org.onap.policy.models.provider.impl.DatabasePolicyModelsProviderImpl", |
| 23 | "databaseDriver": "org.h2.Driver", |
| 24 | "databaseUrl": "jdbc:h2:mem:testdb", |
| 25 | "databaseUser": "policy", |
| 26 | "databasePassword": "P01icY", |
| 27 | "persistenceUnit": "PdpGroupTest" |
| 28 | }, |
| 29 | "topicParameterGroup": { |
| 30 | "topicSources" : [{ |
| 31 | "topic" : "POLICY-PDP-PAP", |
| 32 | "servers" : [ "message-router" ], |
| 33 | "topicCommInfrastructure" : "dmaap" |
| 34 | }], |
| 35 | "topicSinks" : [{ |
| 36 | "topic" : "POLICY-PDP-PAP", |
| 37 | "servers" : [ "message-router" ], |
| 38 | "topicCommInfrastructure" : "dmaap" |
| 39 | }] |
| 40 | }, |
| 41 | "healthCheckRestClientParameters":[{ |
| 42 | "clientName": "api", |
| 43 | "hostname": "policy-api", |
| 44 | "port": 6969, |
| 45 | "userName": "healthcheck", |
| 46 | "password": "zb!XztG34", |
| 47 | "useHttps": true, |
| 48 | "basePath": "policy/api/v1/healthcheck" |
| 49 | }, |
| 50 | { |
| 51 | "clientName": "distribution", |
| 52 | "hostname": "policy-distribution", |
| 53 | "port": 6969, |
| 54 | "userName": "healthcheck", |
| 55 | "password": "zb!XztG34", |
| 56 | "useHttps": true, |
| 57 | "basePath": "healthcheck" |
| 58 | }] |
| 59 | } |