Update default path of ftp certificates 08/82308/2
authoryanhuanwang <martin.c.yan@est.tech>
Thu, 14 Mar 2019 21:07:29 +0000 (22:07 +0100)
committeryanhuanwang <martin.c.yan@est.tech>
Tue, 19 Mar 2019 15:14:21 +0000 (16:14 +0100)
Change-Id: I2b8e169e514e5ca1d4f73066fe69d5ccf23a0cd1
Signed-off-by: yanhuanwang <martin.c.yan@est.tech>
Issue-ID: DCAEGEN2-1269

blueprints/k8s-datafile-collector.yaml-template

index 3cabee2..3a3f432 100644 (file)
@@ -2,7 +2,7 @@
 #\r
 # ============LICENSE_START====================================================\r
 # =============================================================================\r
-# Copyright (c) 2018 AT&T Intellectual Property. All rights reserved.\r
+# Copyright (c) 2018-2019 AT&T Intellectual Property. All rights reserved.\r
 # =============================================================================\r
 # Licensed under the Apache License, Version 2.0 (the "License");\r
 # you may not use this file except in compliance with the License.\r
@@ -104,9 +104,9 @@ node_templates:
         dmaap.dmaapProducerConfiguration.dmaapUserName: { get_input: dmaap_dr_user }\r
         dmaap.dmaapProducerConfiguration.dmaapUserPassword: { get_input: dmaap_dr_passwd }\r
         dmaap.dmaapProducerConfiguration.dmaapContentType: "application/octet-stream"\r
-        dmaap.ftp.ftpesConfiguration.keyCert: "/config/ftpKey.jks"\r
+        dmaap.ftp.ftpesConfiguration.keyCert: "/opt/app/datafile/config/ftpKey.jks"\r
         dmaap.ftp.ftpesConfiguration.keyPassword: "secret"\r
-        dmaap.ftp.ftpesConfiguration.trustedCA: "/config/cacerts"\r
+        dmaap.ftp.ftpesConfiguration.trustedCA: "/opt/app/datafile/config/cacerts"\r
         dmaap.ftp.ftpesConfiguration.trustedCAPassword: "secret"\r
         dmaap.security.trustStorePath: "/opt/app/datafile/etc/cert/trust.jks"\r
         dmaap.security.trustStorePasswordPath: "/opt/app/datafile/etc/cert/trust.pass"\r