620e05552efd1d8fe83f4fb7656b171aba747681
[policy/clamp.git] /
1 {
2     "name": "ControlLoopParticipantK8s",
3     "localChartDirectory": "/var/helm-manager/local-charts",
4     "infoFileName": "CHART_INFO.json",
5
6     "intermediaryParameters":{
7         "name":"Participant parameters",
8         "reportingTimeInterval":120000,
9         "description":"Participant Description",
10         "participantId":{
11             "name":"K8sParticipant0",
12             "version":"1.0.0"
13         },
14         "participantType":{
15             "name":"org.onap.k8s.controlloop.K8SControlLoopParticipant",
16             "version":"2.3.4"
17         },
18         "clampControlLoopTopics":{
19             "topicSources":[
20                 {
21                     "topic":"POLICY-CLRUNTIME-PARTICIPANT",
22                     "servers":[
23                         "localhost"
24                     ],
25                     "topicCommInfrastructure":"dmaap",
26                     "fetchTimeout":15000
27                 }
28             ],
29             "topicSinks":[
30                 {
31                     "topic":"POLICY-CLRUNTIME-PARTICIPANT",
32                     "servers":[
33                         "localhost"
34                     ],
35                     "topicCommInfrastructure":"dmaap"
36                 },
37                 {
38                     "topic":"POLICY-NOTIFICATION",
39                     "servers":[
40                         "localhost"
41                     ],
42                     "topicCommInfrastructure":"dmaap"
43                 }
44             ]
45         }
46     },
47     "databaseProviderParameters":{
48         "name":"PolicyProviderParameterGroup",
49         "implementation":"org.onap.policy.models.provider.impl.DatabasePolicyModelsProviderImpl",
50         "databaseDriver":"org.mariadb.jdbc.Driver",
51         "databaseUrl":"jdbc:mariadb://localhost:3306/controlloop",
52         "databaseUser":"admin",
53         "databasePassword":"passme",
54         "persistenceUnit":"ToscaConceptTest"
55     }
56 }