580eea73416bd7ac236da284389e1cb9d9724545
[policy/clamp.git] /
1 {
2     "name": "ControlLoopParticipantGroup",
3     "clampClientParameters": {
4         "clientName": "Clamp",
5         "hostname": "0.0.0.0",
6         "port": 8443,
7         "userName": "admin",
8         "password": "password",
9         "useHttps": true,
10         "allowSelfSignedCerts": false
11     },
12     "consulClientParameters": {
13         "clientName": "Consul",
14         "hostname": "consul",
15         "port": 31321,
16         "userName": "admin",
17         "password": "password",
18         "useHttps": false
19     },
20     "intermediaryParameters": {
21         "name": "Participant parameters",
22         "reportingTimeInterval": 120000,
23         "description": "Participant Description",
24         "participantId": {
25             "name": "DCAEParticipant0",
26             "version": "1.0.0"
27         },
28         "participantType": {
29             "name": "org.onap.dcae.controlloop.DCAEMicroserviceControlLoopParticipant",
30             "version": "2.3.4"
31         },
32         "clampControlLoopTopics": {
33             "topicSources": [
34                 {
35                     "topic": "POLICY-CLRUNTIME-PARTICIPANT",
36                     "servers": [
37                         "localhost"
38                     ],
39                     "topicCommInfrastructure": "dmaap",
40                     "fetchTimeout": 15000
41                 }
42             ],
43             "topicSinks": [
44                 {
45                     "topic": "POLICY-CLRUNTIME-PARTICIPANT",
46                     "servers": [
47                         "localhost"
48                     ],
49                     "topicCommInfrastructure": "dmaap"
50                 },
51                 {
52                     "topic": "POLICY-NOTIFICATION",
53                     "servers": [
54                         "localhost"
55                     ],
56                     "topicCommInfrastructure": "dmaap"
57                 }
58             ]
59         }
60     },
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"
69     }
70 }