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