1ee2955b965e70d77a977fa4d180d6c180aadfc0
[policy/clamp.git] /
1 {
2     "name": "ControlLoopParticipantGroup",
3     "restServerParameters": {
4         "host": "0.0.0.0",
5         "port": 6969,
6         "userName": "healthcheck",
7         "password": "zb!XztG34",
8         "https": false,
9         "aaf": false
10     },
11     "intermediaryParameters": {
12         "name": "Participant parameters",
13         "reportingTimeInterval": 120000,
14         "description": "Participant Description",
15         "participantId": {
16             "name": "DCAEParticipant0",
17             "version": "1.0.0"
18         },
19         "participantType": {
20             "name": "org.onap.dcae.controlloop.DCAEMicroserviceControlLoopParticipant",
21             "version": "2.3.4"
22         },
23         "clampControlLoopTopics": {
24             "topicSources": [
25                 {
26                     "topic": "POLICY-CLRUNTIME-PARTICIPANT",
27                     "servers": [
28                         "localhost"
29                     ],
30                     "topicCommInfrastructure": "dmaap",
31                     "fetchTimeout": 15000
32                 }
33             ],
34             "topicSinks": [
35                 {
36                     "topic": "POLICY-CLRUNTIME-PARTICIPANT",
37                     "servers": [
38                         "localhost"
39                     ],
40                     "topicCommInfrastructure": "dmaap"
41                 },
42                 {
43                     "topic": "POLICY-NOTIFICATION",
44                     "servers": [
45                         "localhost"
46                     ],
47                     "topicCommInfrastructure": "dmaap"
48                 }
49             ]
50         }
51     },
52     "databaseProviderParameters": {
53         "name": "PolicyProviderParameterGroup",
54         "implementation": "org.onap.policy.models.provider.impl.DatabasePolicyModelsProviderImpl",
55         "databaseDriver": "org.h2.Driver",
56         "databaseUrl": "jdbc:h2:mem:testdb",
57         "databaseUser": "policy",
58         "databasePassword": "P01icY",
59         "persistenceUnit": "ToscaConceptTest"
60     }
61 }