blob: 2be642943b925786dfabdf053a1d37b251b2e484 [file] [log] [blame]
{
"name": "PapGroup",
"supervisionScannerIntervalSec": 1000,
"participantStateChangeIntervalSec": 1000,
"participantClUpdateIntervalSec": 1000,
"participantClStateChangeIntervalSec": 1000,
"restServerParameters": {
"host": "0.0.0.0",
"port": 6969,
"userName": "healthcheck",
"password": "zb!XztG34"
},
"pdpParameters": {
"heartBeatMs": 1,
"updateParameters": {
"maxRetryCount": 1,
"maxWaitMs": 1
},
"stateChangeParameters": {
"maxRetryCount": 1,
"maxWaitMs": 1
}
},
"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": "PdpGroupTest"
},
"topicParameterGroup": {
"topicSources": [
{
"topic": "POLICY-PDP-PAP",
"servers": [
"message-router"
],
"topicCommInfrastructure": "dmaap"
}
],
"topicSinks": [
{
"topic": "POLICY-PDP-PAP",
"servers": [
"message-router"
],
"topicCommInfrastructure": "dmaap"
}
]
}
}