From 939daa0ccccdaa278ff9b19f1a8a14f3566f9923 Mon Sep 17 00:00:00 2001 From: Vijay Venkatesh Kumar Date: Thu, 4 Apr 2019 23:08:05 +0000 Subject: Bulk blueprint update 1) Moved older bluerpints from build dir 2) Modified snmp and ves blueprint port mapping 3) Added helm and Dashboard blueprint Change-Id: If4739901d754fa6fea81024917fb425e82c20657 Signed-off-by: Vijay Venkatesh Kumar Issue-ID: DCAEGEN2-1270 Signed-off-by: Vijay Venkatesh Kumar --- blueprints/k8s-ves.yaml-template | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'blueprints/k8s-ves.yaml-template') diff --git a/blueprints/k8s-ves.yaml-template b/blueprints/k8s-ves.yaml-template index d29de01..29071f4 100644 --- a/blueprints/k8s-ves.yaml-template +++ b/blueprints/k8s-ves.yaml-template @@ -2,7 +2,7 @@ # # ============LICENSE_START==================================================== # ============================================================================= -# Copyright (c) 2018 AT&T Intellectual Property. All rights reserved. +# Copyright (c) 2018-2019 AT&T Intellectual Property. All rights reserved. # ============================================================================= # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -49,6 +49,10 @@ inputs: type: string description: Kubernetes node port on which collector is exposed default: "30235" + external_tls_port: + type: string + description: Kubernetes node port on which collector is exposed for https + default: "30417" replicas: type: integer description: number of instances @@ -61,6 +65,7 @@ node_templates: inputs: ports: - concat: ["8080:", { get_input: external_port }] + - concat: ["8443:", { get_input: external_tls_port }] properties: application_config: collector.dmaap.streamid: fault=ves-fault|syslog=ves-syslog|heartbeat=ves-heartbeat|measurementsForVfScaling=ves-measurement|mobileFlow=ves-mobileflow|other=ves-other|stateChange=ves-statechange|thresholdCrossingAlert=ves-thresholdCrossingAlert|voiceQuality=ves-voicequality|sipSignaling=ves-sipsignaling|notification=ves-notification|pnfRegistration=ves-pnfRegistration -- cgit 1.2.3-korg