summaryrefslogtreecommitdiffstats
path: root/blueprints/k8s-ves.yaml-template
diff options
context:
space:
mode:
authorVijay Venkatesh Kumar <vv770d@att.com>2019-04-04 23:08:05 +0000
committerVijay Venkatesh Kumar <vv770d@att.com>2019-04-08 17:09:21 +0000
commit939daa0ccccdaa278ff9b19f1a8a14f3566f9923 (patch)
tree2d5df7deda87541b9771907c38b3a587fe23a091 /blueprints/k8s-ves.yaml-template
parente403deacfc8987d9366ec15acfcda07310df3152 (diff)
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 <vv770d@att.com> Issue-ID: DCAEGEN2-1270 Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
Diffstat (limited to 'blueprints/k8s-ves.yaml-template')
-rw-r--r--blueprints/k8s-ves.yaml-template7
1 files changed, 6 insertions, 1 deletions
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