diff options
author | yanhuanwang <martin.yan.seu@gmail.com> | 2018-10-11 16:40:02 +0200 |
---|---|---|
committer | yanhuanwang <martin.yan.seu@gmail.com> | 2018-10-12 00:37:36 +0200 |
commit | 107e2a47c38449f1118ee8947c925592b13236b8 (patch) | |
tree | 3b77a83b9ed5a971cab356d347a59651b8b57cd9 /blueprints/k8s-datafile-collector.yaml-template | |
parent | adae9dd0b03079fc22aff6b3ff4f2d3d5cb1d9e7 (diff) |
Add configuration for ftp tls
Change-Id: I10ba2937bc4e020007d671603ea391e8c7404cb1
Signed-off-by: yanhuanwang <martin.yan.seu@gmail.com>
Issue-ID: DCAEGEN2-867
Diffstat (limited to 'blueprints/k8s-datafile-collector.yaml-template')
-rw-r--r-- | blueprints/k8s-datafile-collector.yaml-template | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/blueprints/k8s-datafile-collector.yaml-template b/blueprints/k8s-datafile-collector.yaml-template index 572fd9c..93999c3 100644 --- a/blueprints/k8s-datafile-collector.yaml-template +++ b/blueprints/k8s-datafile-collector.yaml-template @@ -58,7 +58,7 @@ inputs: default: "dradmin"
tag_version:
type: string
- default: "{{ ONAPTEMPLATE_DOCKERREGURL_org_onap_dcaegen2_releases }}/onap/org.onap.dcaegen2.collectors.datafile.datafile-app-server:latest"
+ default: "{{ ONAPTEMPLATE_DOCKERREGURL_org_onap_dcaegen2_releases }}/onap/org.onap.dcaegen2.collectors.datafile.datafile-app-server:1.0.2"
replicas:
type: integer
description: number of instances
@@ -100,6 +100,10 @@ node_templates: dmaap.dmaapProducerConfiguration.dmaapUserName: { get_input: dmaap_dr_user }
dmaap.dmaapProducerConfiguration.dmaapUserPassword: { get_input: dmaap_dr_passwd }
dmaap.dmaapProducerConfiguration.dmaapContentType: "application/octet-stream"
+ dmaap.ftp.ftpesConfiguration.keyCert: "/config/ftpKey.jks"
+ dmaap.ftp.ftpesConfiguration.keyPassword: "secret"
+ dmaap.ftp.ftpesConfiguration.trustedCA: "/config/cacerts"
+ dmaap.ftp.ftpesConfiguration.trustedCAPassword: "secret"
docker_config:
healthcheck:
endpoint: /heartbeat
|