summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoryanhuanwang <martin.c.yan@est.tech>2019-03-14 22:07:29 +0100
committeryanhuanwang <martin.c.yan@est.tech>2019-03-19 16:14:21 +0100
commita514280e2833b24db673fd58269f6fff1b8458a0 (patch)
treebd39d92dd8381018738723221d1dd8a2b09ddbc1
parentb5634d558d12253bc0fd110139dcab1c27ce9ba6 (diff)
Update default path of ftp certificates
Change-Id: I2b8e169e514e5ca1d4f73066fe69d5ccf23a0cd1 Signed-off-by: yanhuanwang <martin.c.yan@est.tech> Issue-ID: DCAEGEN2-1269
-rw-r--r--blueprints/k8s-datafile-collector.yaml-template6
1 files changed, 3 insertions, 3 deletions
diff --git a/blueprints/k8s-datafile-collector.yaml-template b/blueprints/k8s-datafile-collector.yaml-template
index 3cabee2..3a3f432 100644
--- a/blueprints/k8s-datafile-collector.yaml-template
+++ b/blueprints/k8s-datafile-collector.yaml-template
@@ -2,7 +2,7 @@
#
# ============LICENSE_START====================================================
# =============================================================================
-# Copyright (c) 2018 AT&T Intellectual Property. All rights reserved.
+# Copyright (c) 2018-2019 AT&T Intellectual Property. All rights reserved.
# =============================================================================
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -104,9 +104,9 @@ 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.keyCert: "/opt/app/datafile/config/ftpKey.jks"
dmaap.ftp.ftpesConfiguration.keyPassword: "secret"
- dmaap.ftp.ftpesConfiguration.trustedCA: "/config/cacerts"
+ dmaap.ftp.ftpesConfiguration.trustedCA: "/opt/app/datafile/config/cacerts"
dmaap.ftp.ftpesConfiguration.trustedCAPassword: "secret"
dmaap.security.trustStorePath: "/opt/app/datafile/etc/cert/trust.jks"
dmaap.security.trustStorePasswordPath: "/opt/app/datafile/etc/cert/trust.pass"