| { |
| "name": "ControlLoopRuntimeGroup", |
| "restServerParameters": { |
| "host": "0.0.0.0", |
| "port": ${port}, |
| "userName": "healthcheck", |
| "password": "zb!XztG34", |
| "https": false, |
| "aaf": false |
| }, |
| "participantParameters": { |
| "heartBeatMs": 120000, |
| "updateParameters": { |
| "maxRetryCount": 1, |
| "maxWaitMs": 30000 |
| }, |
| "stateChangeParameters": { |
| "maxRetryCount": 1, |
| "maxWaitMs": 30000 |
| } |
| }, |
| "databaseProviderParameters": { |
| "name": "PolicyProviderParameterGroup", |
| "implementation": "org.onap.policy.models.provider.impl.DatabasePolicyModelsProviderImpl", |
| "databaseDriver": "org.h2.Driver", |
| "databaseUrl": "${dbName}", |
| "databaseUser": "policy", |
| "databasePassword": "P01icY", |
| "persistenceUnit": "InstantiationTests" |
| }, |
| "topicParameterGroup": { |
| "topicSources": [ |
| { |
| "topic": "POLICY-CLRUNTIME-PARTICIPANT", |
| "servers": [ |
| "localhost" |
| ], |
| "topicCommInfrastructure": "dmaap", |
| "fetchTimeout": 15000 |
| } |
| ], |
| "topicSinks": [ |
| { |
| "topic": "POLICY-CLRUNTIME-PARTICIPANT", |
| "servers": [ |
| "localhost" |
| ], |
| "topicCommInfrastructure": "dmaap" |
| }, |
| { |
| "topic": "POLICY-NOTIFICATION", |
| "servers": [ |
| "localhost" |
| ], |
| "topicCommInfrastructure": "dmaap" |
| } |
| ] |
| }, |
| "healthCheckRestClientParameters": [ |
| { |
| "clientName": "api", |
| "hostname": "policy-api", |
| "port": 6969, |
| "userName": "healthcheck", |
| "password": "zb!XztG34", |
| "useHttps": true, |
| "basePath": "policy/api/v1/healthcheck" |
| }, |
| { |
| "clientName": "distribution", |
| "hostname": "policy-distribution", |
| "port": 6969, |
| "userName": "healthcheck", |
| "password": "zb!XztG34", |
| "useHttps": true, |
| "basePath": "healthcheck" |
| } |
| ] |
| } |