From: kjaniak Date: Fri, 6 Sep 2019 13:15:33 +0000 (+0200) Subject: Remove of slash in cert directory X-Git-Tag: 5.0.1-ONAP~2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F42%2F95142%2F1;p=dcaegen2%2Fplatform%2Fblueprints.git Remove of slash in cert directory Change-Id: Ia6493816a7222b26c02982c1dbcd006622f800fd Issue-ID: DCAEGEN2-1552 Signed-off-by: kjaniak --- diff --git a/blueprints/k8s-hv-ves.yaml-template b/blueprints/k8s-hv-ves.yaml-template index 12e2697..6b6da48 100644 --- a/blueprints/k8s-hv-ves.yaml-template +++ b/blueprints/k8s-hv-ves.yaml-template @@ -121,6 +121,6 @@ node_templates: log_info: log_directory: { concat: [ '/var/log/ONAP/', { get_input: hv_ves_name } ] } tls_info: - cert_directory: '/etc/ves-hv/ssl/' + cert_directory: '/etc/ves-hv/ssl' use_tls: false type: dcae.nodes.ContainerizedPlatformComponent diff --git a/blueprints/k8s-prh.yaml-template b/blueprints/k8s-prh.yaml-template index 142f162..87a60f6 100644 --- a/blueprints/k8s-prh.yaml-template +++ b/blueprints/k8s-prh.yaml-template @@ -143,6 +143,6 @@ node_templates: log_info: log_directory: "/opt/app/prh/logs" tls_info: - cert_directory: '/opt/app/prh/etc/cert/' + cert_directory: '/opt/app/prh/etc/cert' use_tls: true type: dcae.nodes.ContainerizedPlatformComponent