581ce8f4fb4687cfa3168c470f4d39985c00f965
[policy/clamp.git] /
1 {
2     "name": "ControlLoopRuntimeGroup",
3     "restServerParameters": {
4         "host": "0.0.0.0",
5         "port": ${port},
6         "userName": "healthcheck",
7         "password": "zb!XztG34",
8         "https": false,
9         "aaf": false
10     },
11     "participantParameters": {
12         "heartBeatMs": 120000,
13         "updateParameters": {
14             "maxRetryCount": 1,
15             "maxWaitMs": 30000
16         },
17         "stateChangeParameters": {
18             "maxRetryCount": 1,
19             "maxWaitMs": 30000
20         }
21     },
22     "databaseProviderParameters": {
23         "name": "PolicyProviderParameterGroup",
24         "implementation": "org.onap.policy.models.provider.impl.DatabasePolicyModelsProviderImpl",
25         "databaseDriver": "org.h2.Driver",
26         "databaseUrl": "${dbName}",
27         "databaseUser": "policy",
28         "databasePassword": "P01icY",
29         "persistenceUnit": "ToscaConceptTest"
30     },
31     "topicParameterGroup": {
32         "topicSources": [
33             {
34                 "topic": "POLICY-CLRUNTIME-PARTICIPANT",
35                 "servers": [
36                     "localhost"
37                 ],
38                 "topicCommInfrastructure": "dmaap",
39                 "fetchTimeout": 15000
40             }
41         ],
42         "topicSinks": [
43             {
44                 "topic": "POLICY-CLRUNTIME-PARTICIPANT",
45                 "servers": [
46                     "localhost"
47                 ],
48                 "topicCommInfrastructure": "dmaap"
49             },
50             {
51                 "topic": "POLICY-NOTIFICATION",
52                 "servers": [
53                     "localhost"
54                 ],
55                 "topicCommInfrastructure": "dmaap"
56             }
57         ]
58     },
59     "healthCheckRestClientParameters": [
60         {
61             "clientName": "api",
62             "hostname": "policy-api",
63             "port": 6969,
64             "userName": "healthcheck",
65             "password": "zb!XztG34",
66             "useHttps": true,
67             "basePath": "policy/api/v1/healthcheck"
68         },
69         {
70             "clientName": "distribution",
71             "hostname": "policy-distribution",
72             "port": 6969,
73             "userName": "healthcheck",
74             "password": "zb!XztG34",
75             "useHttps": true,
76             "basePath": "healthcheck"
77         }
78     ]
79 }
80
81