2 "name": "ControlLoopParticipantGroup",
3 "clampClientParameters": {
8 "password": "password",
10 "allowSelfSignedCerts": false
12 "consulClientParameters": {
13 "clientName": "Consul",
17 "password": "password",
20 "intermediaryParameters": {
21 "name": "Participant parameters",
22 "reportingTimeInterval": 120000,
23 "description": "Participant Description",
25 "name": "DCAEParticipant0",
29 "name": "org.onap.dcae.controlloop.DCAEMicroserviceControlLoopParticipant",
32 "clampControlLoopTopics": {
35 "topic": "POLICY-CLRUNTIME-PARTICIPANT",
39 "topicCommInfrastructure": "dmaap",
45 "topic": "POLICY-CLRUNTIME-PARTICIPANT",
49 "topicCommInfrastructure": "dmaap"
52 "topic": "POLICY-NOTIFICATION",
56 "topicCommInfrastructure": "dmaap"
61 "databaseProviderParameters": {
62 "name": "PolicyProviderParameterGroup",
63 "implementation": "org.onap.policy.models.provider.impl.DatabasePolicyModelsProviderImpl",
64 "databaseDriver": "org.h2.Driver",
65 "databaseUrl": "jdbc:h2:mem:testdb",
66 "databaseUser": "policy",
67 "databasePassword": "P01icY",
68 "persistenceUnit": "ToscaConceptTest"