From e493a9213def73b2615c8cc13c8accbe576bce39 Mon Sep 17 00:00:00 2001 From: Tomasz Wrobel Date: Fri, 4 Sep 2020 12:28:06 +0200 Subject: Update bootstrap container blueprints 1. Update HV-VES and PRH default image tag - HV-VES top up to 1.5.0 - PRH top up to 1.5.4 Issue-ID: DCAEGEN2-2242 2. [DCAE] Adapt DCAE blueprints to CFY DCAE K8S plugin version 3.x.x - fix for static FQDN override Issue-ID: DCAEGEN2-2386 3. Update VES CFY blueprint Updated VES image version to 1.7.4. Updated some properties format to match supported format in VES. Issue-ID: DCAEGEN2-2264 4. Adjust VES and HV-VES collectors to use certificates from CMPv2 - Modify VES blueprint - Modify HV-VES blueprint Issue-ID: DCAEGEN2-1794 Issue-ID: DCAEGEN2-2195 Signed-off-by: Krzysztof Kuzmicki Change-Id: I6abadcaa0bd8a51f1f4bba7923c382312baa4224 Signed-off-by: Joanna Jeremicz --- blueprints/k8s-prh.yaml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'blueprints/k8s-prh.yaml') diff --git a/blueprints/k8s-prh.yaml b/blueprints/k8s-prh.yaml index f31cf8f..f625912 100644 --- a/blueprints/k8s-prh.yaml +++ b/blueprints/k8s-prh.yaml @@ -2,8 +2,8 @@ # # ============LICENSE_START==================================================== # ============================================================================= -# Copyright (c) 2018-2020 AT&T, NOKIA -# Copyright (c) 2020 NOKIA +# Copyright (c) 2018-2020 AT&T +# Copyright (c) 2018-2020 NOKIA # ============================================================================= # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -63,7 +63,7 @@ inputs: default: "admin" tag_version: type: string - default: "nexus3.onap.org:10001/onap/org.onap.dcaegen2.services.prh.prh-app-server:1.5.2" + default: "nexus3.onap.org:10001/onap/org.onap.dcaegen2.services.prh.prh-app-server:1.5.4" replicas: type: integer description: number of instances @@ -85,6 +85,9 @@ inputs: type: boolean description: enable certificate base connection with AAI and DMaap default: false + service_component_name_override: + type: string + default: "dcae-prh" node_templates: prh: properties: @@ -151,6 +154,7 @@ node_templates: replicas: {get_input: replicas} service_component_type: { get_input: service_component_type } service_id: { get_input: service_id } + service_component_name_override: { get_input: service_component_name_override } log_info: log_directory: "/opt/app/prh/logs" tls_info: -- cgit 1.2.3-korg