From a514280e2833b24db673fd58269f6fff1b8458a0 Mon Sep 17 00:00:00 2001 From: yanhuanwang Date: Thu, 14 Mar 2019 22:07:29 +0100 Subject: Update default path of ftp certificates Change-Id: I2b8e169e514e5ca1d4f73066fe69d5ccf23a0cd1 Signed-off-by: yanhuanwang Issue-ID: DCAEGEN2-1269 --- blueprints/k8s-datafile-collector.yaml-template | 6 +++--- 1 file 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" -- cgit 1.2.3-korg