blob: cf818798d4b604d054cff74da7306091995b89e1 [file] [log] [blame]
liboNet80f587a2019-05-17 01:30:16 +08001{
2 "name":"SDCDistributionGroup",
3 "restServerParameters":{
4 "host":"0.0.0.0",
5 "port":9014,
6 "userName":"healthcheck",
7 "password":"zb!XztG34",
Andreas Geisslerdfa23c82022-05-13 16:54:43 +02008 "https":{{ (eq "true" (include "common.needTLS" .)) | ternary true false }}
liboNet80f587a2019-05-17 01:30:16 +08009 },
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":{
Andreas Geisslerdfa23c82022-05-13 16:54:43 +020030 "asdcAddress": "sdc-be.{{ include "common.namespace" . }}:{{ (eq "true" (include "common.needTLS" .)) | ternary 8443 8080 }}",
liboNet80f587a2019-05-17 01:30:16 +080031 "messageBusAddress": [
Konrad Bańkacf5b02e2020-03-19 12:10:26 +010032 "message-router.{{ include "common.namespace" . }}"
liboNet80f587a2019-05-17 01:30:16 +080033 ],
34 "user": "multicloud",
35 "password": "Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U",
36 "pollingInterval":20,
37 "pollingTimeout":30,
38 "consumerId": "multicloud-k8s-id",
39 "artifactTypes": [
40 "TOSCA_CSAR",
41 "HEAT",
42 "HEAT_ARTIFACT",
43 "HEAT_ENV",
44 "HEAT_NESTED",
45 "HEAT_VOL",
46 "OTHER",
47 "VF_MODULES_METADATA",
Lukasz Rajewski966ab942020-08-18 14:54:41 +020048 "CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT",
49 "HELM"
liboNet80f587a2019-05-17 01:30:16 +080050 ],
51 "consumerGroup": "multicloud-k8s-group",
52 "environmentName": "AUTO",
53 "keystorePath": "null",
54 "keystorePassword": "null",
55 "activeserverTlsAuth": false,
56 "isFilterinEmptyResources": true,
Andreas Geisslerdfa23c82022-05-13 16:54:43 +020057 "isUseHttpsWithDmaap": false,
58 "isUseHttpsWithSDC": {{ (eq "true" (include "common.needTLS" .)) | ternary true false }},
59 "httpsproxyHost": "null",
60 "httpproxyHost": "null",
61 "httpsproxyPort": 8181,
62 "httpproxyPort": 8080
liboNet80f587a2019-05-17 01:30:16 +080063 }
64 }
65 },
66 "artifactForwarderConfigurationParameters":{
67 "k8sConfiguration":{
68 "parameterClassName":"org.onap.policy.distribution.forwarding.k8s.K8sArtifactForwarderParameterGroup",
69 "parameters":{
Andreas Geisslerdfa23c82022-05-13 16:54:43 +020070 "useHttps": {{ (eq "true" (include "common.needTLS" .)) | ternary true false }},
liboNet80f587a2019-05-17 01:30:16 +080071 "hostname": "pdp",
72 "port": 8081,
73 "userName": "testpdp",
74 "password": "alpha123",
75 "clientAuth": "cHl0aG9uOnRlc3Q=",
76 "isManaged": true,
77 "pdpGroup": "default"
78 }
79 }
80 }
81}