From 1749103d77ff2d9e4b082e3d910e6aeb94a4db0a Mon Sep 17 00:00:00 2001 From: kjaniak Date: Fri, 6 Sep 2019 15:15:33 +0200 Subject: Remove of slash in cert directory Change-Id: Ia6493816a7222b26c02982c1dbcd006622f800fd Issue-ID: DCAEGEN2-1552 Signed-off-by: kjaniak --- blueprints/k8s-hv-ves.yaml-template | 2 +- blueprints/k8s-prh.yaml-template | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- cgit 1.2.3-korg