Merge "[AAI] Add model-loader tracing config"
[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                 {{- with (first .Values.kafkaUser.acls) }}
48                 "consumerGroup": "{{ .name }}",
49                 "consumerId": "{{ .name }}-k8s",
50                 {{- end }}
51                 "environmentName": "AUTO",
52                 "keystorePath": "null",
53                 "keystorePassword": "null",
54                 "activeserverTlsAuth": false,
55                 "isFilterinEmptyResources": true,
56                 "isUseHttpsWithSDC": {{ (eq "true" (include "common.needTLS" .)) | ternary true false }},
57                 "httpsproxyHost": "null",
58                 "httpproxyHost": "null",
59                 "httpsproxyPort": 8181,
60                 "httpproxyPort": 8080
61             }
62         }
63     },
64     "artifactForwarderConfigurationParameters":{
65         "k8sConfiguration":{
66             "parameterClassName":"org.onap.policy.distribution.forwarding.k8s.K8sArtifactForwarderParameterGroup",
67             "parameters":{
68                 "useHttps": {{ (eq "true" (include "common.needTLS" .)) | ternary true false }},
69                 "hostname": "pdp",
70                 "port": 8081,
71                 "userName": "testpdp",
72                 "password": "alpha123",
73                 "clientAuth": "cHl0aG9uOnRlc3Q=",
74                 "isManaged": true,
75                 "pdpGroup": "default"
76             }
77         }
78     }
79 }