{ | |
"name": "ControlLoopRuntimeGroup", | |
"restServerParameters": { | |
"host": "0.0.0.0", | |
"port": 6969, | |
"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": "jdbc:h2:mem:testdb", | |
"databaseUser": "policy", | |
"databasePassword": "P01icY", | |
"persistenceUnit": "ToscaConceptTest" | |
}, | |
"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" | |
} | |
] |