diff options
author | kjaniak <kornel.janiak@nokia.com> | 2019-09-06 15:15:33 +0200 |
---|---|---|
committer | kjaniak <kornel.janiak@nokia.com> | 2019-09-06 15:15:33 +0200 |
commit | 1749103d77ff2d9e4b082e3d910e6aeb94a4db0a (patch) | |
tree | 9de102a1ad9ac89952c7a0714a5f4d996c7be7f2 | |
parent | b41f9dceb7e789c9afa2a33434b2cd91b617f735 (diff) |
Remove of slash in cert directory
Change-Id: Ia6493816a7222b26c02982c1dbcd006622f800fd
Issue-ID: DCAEGEN2-1552
Signed-off-by: kjaniak <kornel.janiak@nokia.com>
-rw-r--r-- | blueprints/k8s-hv-ves.yaml-template | 2 | ||||
-rw-r--r-- | 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 |