From 2db4d34bdaafdaab8ca5088ee07da1fc0989e1e7 Mon Sep 17 00:00:00 2001 From: Remigiusz Janeczek Date: Tue, 1 Dec 2020 12:08:56 +0100 Subject: Update HV-VES image, update blueprints to use comma as SANs delimiter HV-VES 1.5.1 was fixed to allow it to recover after exception in CBS communication. Issue-ID: DCAEGEN2-2508 Signed-off-by: Remigiusz Janeczek Change-Id: Iedb0cf7da9d7139943ac1eeb4ae5dbcac7f7fa83 --- blueprints/k8s-hv-ves.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'blueprints/k8s-hv-ves.yaml') diff --git a/blueprints/k8s-hv-ves.yaml b/blueprints/k8s-hv-ves.yaml index a11e696..4efd7d0 100644 --- a/blueprints/k8s-hv-ves.yaml +++ b/blueprints/k8s-hv-ves.yaml @@ -27,7 +27,7 @@ imports: inputs: tag_version: type: string - default: 'nexus3.onap.org:10001/onap/org.onap.dcaegen2.collectors.hv-ves.hv-collector-main:1.5.0' + default: 'nexus3.onap.org:10001/onap/org.onap.dcaegen2.collectors.hv-ves.hv-collector-main:1.5.1' service_component_type: type: string default: 'dcae-hv-ves-collector' @@ -103,9 +103,9 @@ inputs: external_cert_sans: type: string description: "List of Subject Alternative Names (SANs) which should be present - in certificate. Delimiter - : Should contain common_name value and other FQDNs + in certificate. Delimiter - , Should contain common_name value and other FQDNs under which given component is accessible." - default: "dcae-hv-ves-collector:hv-ves-collector:hv-ves" + default: "dcae-hv-ves-collector,hv-ves-collector,hv-ves" external_cert_use_external_tls: type: boolean description: Flag to indicate external tls enable/disable. -- cgit 1.2.3-korg