efbfbe29ff9ea34c3be5fb155b6c3a8a2b7bfc0b
[policy/clamp.git] /
1 {
2     "name": "ControlLoopRuntimeGroup",
3     "participantParameters": {
4         "heartBeatMs": 120000,
5         "updateParameters": {
6             "maxRetryCount": 1,
7             "maxWaitMs": 30000
8         },
9         "stateChangeParameters": {
10             "maxRetryCount": 1,
11             "maxWaitMs": 30000
12         }
13     },
14     "databaseProviderParameters": {
15         "name": "PolicyProviderParameterGroup",
16         "implementation": "org.onap.policy.models.provider.impl.DatabasePolicyModelsProviderImpl",
17         "databaseDriver": "org.h2.Driver",
18         "databaseUrl": "jdbc:h2:mem:testdb",
19         "databaseUser": "policy",
20         "databasePassword": "P01icY",
21         "persistenceUnit": "ToscaConceptTest"
22     },
23     "topicParameterGroup": {
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     "healthCheckRestClientParameters": [
52         {
53             "clientName": "api",
54             "hostname": "policy-api",
55             "port": 6969,
56             "userName": "healthcheck",
57             "password": "zb!XztG34",
58             "useHttps": true,
59             "basePath": "policy/api/v1/healthcheck"
60         },
61         {
62             "clientName": "distribution",
63             "hostname": "policy-distribution",
64             "port": 6969,
65             "userName": "healthcheck",
66             "password": "zb!XztG34",
67             "useHttps": true,
68             "basePath": "healthcheck"
69         }
70     ]
71 }
72
73