4a083226345bbb15cbff527a67fe0cb1212b0c39
[oom.git] / kubernetes / multicloud / components / multicloud-k8s / resources / config / config.json
1 {
2     "name":"SDCDistributionGroup",
3     "restServerParameters":{
4         "host":"0.0.0.0",
5         "port":9014,
6         "userName":"healthcheck",
7         "password":"zb!XztG34",
8         "https":{{ (eq "true" (include "common.needTLS" .)) | ternary true false }}
9     },
10     "receptionHandlerParameters":{
11         "SDCReceptionHandler":{
12             "receptionHandlerType":"SDC",
13             "receptionHandlerClassName":"org.onap.policy.distribution.reception.handling.sdc.SdcReceptionHandler",
14         "receptionHandlerConfigurationName":"sdcConfiguration",
15             "pluginHandlerParameters":{
16                 "artifactForwarders":{
17                     "PAPEngineForwarder":{
18                         "forwarderType":"PAPEngine",
19                         "forwarderClassName":"org.onap.policy.distribution.forwarding.k8s.K8sArtifactForwarder",
20                         "forwarderConfigurationName": "k8sConfiguration"
21                     }
22                 }
23             }
24         }
25     },
26     "receptionHandlerConfigurationParameters":{
27         "sdcConfiguration":{
28             "parameterClassName":"org.onap.policy.distribution.reception.handling.sdc.SdcReceptionHandlerConfigurationParameterGroup",
29             "parameters":{
30                 "sdcAddress": "sdc-be.{{ include "common.namespace" . }}:{{ (eq "true" (include "common.needTLS" .)) | ternary 8443 8080 }}",
31                 "user": "multicloud",
32                 "password": "Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U",
33                 "pollingInterval":20,
34                 "pollingTimeout":30,
35                 "artifactTypes": [
36                     "TOSCA_CSAR",
37                     "HEAT",
38                     "HEAT_ARTIFACT",
39                     "HEAT_ENV",
40                     "HEAT_NESTED",
41                     "HEAT_VOL",
42                     "OTHER",
43                     "VF_MODULES_METADATA",
44                     "CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT",
45                     "HELM"
46                 ],
47                 "consumerGroup": "{{ .Values.config.kafka.sdcTopic.consumerGroup }}",
48                 "consumerId": "{{ .Values.config.kafka.sdcTopic.clientId }}",
49                 "environmentName": "AUTO",
50                 "keystorePath": "null",
51                 "keystorePassword": "null",
52                 "activeserverTlsAuth": false,
53                 "isFilterinEmptyResources": true,
54                 "isUseHttpsWithSDC": {{ (eq "true" (include "common.needTLS" .)) | ternary true false }},
55                 "httpsproxyHost": "null",
56                 "httpproxyHost": "null",
57                 "httpsproxyPort": 8181,
58                 "httpproxyPort": 8080
59             }
60         }
61     },
62     "artifactForwarderConfigurationParameters":{
63         "k8sConfiguration":{
64             "parameterClassName":"org.onap.policy.distribution.forwarding.k8s.K8sArtifactForwarderParameterGroup",
65             "parameters":{
66                 "useHttps": {{ (eq "true" (include "common.needTLS" .)) | ternary true false }},
67                 "hostname": "pdp",
68                 "port": 8081,
69                 "userName": "testpdp",
70                 "password": "alpha123",
71                 "clientAuth": "cHl0aG9uOnRlc3Q=",
72                 "isManaged": true,
73                 "pdpGroup": "default"
74             }
75         }
76     }
77 }