liboNet | 80f587a | 2019-05-17 01:30:16 +0800 | [diff] [blame] | 1 | { |
| 2 | "name":"SDCDistributionGroup", |
| 3 | "restServerParameters":{ |
| 4 | "host":"0.0.0.0", |
| 5 | "port":9014, |
| 6 | "userName":"healthcheck", |
| 7 | "password":"zb!XztG34", |
| 8 | "https":true |
| 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":{ |
Konrad Bańka | cf5b02e | 2020-03-19 12:10:26 +0100 | [diff] [blame] | 30 | "asdcAddress": "sdc-be.{{ include "common.namespace" . }}:8443", |
liboNet | 80f587a | 2019-05-17 01:30:16 +0800 | [diff] [blame] | 31 | "messageBusAddress": [ |
Konrad Bańka | cf5b02e | 2020-03-19 12:10:26 +0100 | [diff] [blame] | 32 | "message-router.{{ include "common.namespace" . }}" |
liboNet | 80f587a | 2019-05-17 01:30:16 +0800 | [diff] [blame] | 33 | ], |
| 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 Rajewski | 966ab94 | 2020-08-18 14:54:41 +0200 | [diff] [blame] | 48 | "CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT", |
| 49 | "HELM" |
liboNet | 80f587a | 2019-05-17 01:30:16 +0800 | [diff] [blame] | 50 | ], |
| 51 | "consumerGroup": "multicloud-k8s-group", |
| 52 | "environmentName": "AUTO", |
| 53 | "keystorePath": "null", |
| 54 | "keystorePassword": "null", |
| 55 | "activeserverTlsAuth": false, |
| 56 | "isFilterinEmptyResources": true, |
| 57 | "isUseHttpsWithDmaap": false |
| 58 | } |
| 59 | } |
| 60 | }, |
| 61 | "artifactForwarderConfigurationParameters":{ |
| 62 | "k8sConfiguration":{ |
| 63 | "parameterClassName":"org.onap.policy.distribution.forwarding.k8s.K8sArtifactForwarderParameterGroup", |
| 64 | "parameters":{ |
| 65 | "useHttps": true, |
| 66 | "hostname": "pdp", |
| 67 | "port": 8081, |
| 68 | "userName": "testpdp", |
| 69 | "password": "alpha123", |
| 70 | "clientAuth": "cHl0aG9uOnRlc3Q=", |
| 71 | "isManaged": true, |
| 72 | "pdpGroup": "default" |
| 73 | } |
| 74 | } |
| 75 | } |
| 76 | } |