summaryrefslogtreecommitdiffstats
path: root/blueprints/k8s-ves.yaml-template
diff options
context:
space:
mode:
authorLusheng Ji <lji@research.att.com>2018-04-06 14:33:56 +0000
committerGerrit Code Review <gerrit@onap.org>2018-04-06 14:33:56 +0000
commit090a71f319f5e107631968bae5b11cf379af0f10 (patch)
tree5fc5c4c5622101291c54dfe4acc9083645760932 /blueprints/k8s-ves.yaml-template
parentae66f946c806ee8031c938cdc171d195a64c8cab (diff)
parentf6e28be8e3fb2b576d500a446d6119bf9f3164b9 (diff)
Merge "updated k8s bp"
Diffstat (limited to 'blueprints/k8s-ves.yaml-template')
-rw-r--r--blueprints/k8s-ves.yaml-template13
1 files changed, 12 insertions, 1 deletions
diff --git a/blueprints/k8s-ves.yaml-template b/blueprints/k8s-ves.yaml-template
index 021e21e..f30cd69 100644
--- a/blueprints/k8s-ves.yaml-template
+++ b/blueprints/k8s-ves.yaml-template
@@ -43,7 +43,7 @@ inputs:
external_port:
type: string
description: Kubernetes node port on which collector is exposed
- default: "0"
+ default: "32001"
node_templates:
ves:
interfaces:
@@ -78,6 +78,16 @@ node_templates:
topic_url:
get_input: ves_measurement_publish_url
type: message_router
+ ves_heartbeat:
+ dmaap_info:
+ topic_url:
+ get_input: ves_heartbeat_publish_url
+ type: message_router
+ ves_other:
+ dmaap_info:
+ topic_url:
+ get_input: ves_other_publish_url
+ type: message_router
tomcat.maxthreads: "200"
docker_config:
healthcheck:
@@ -91,3 +101,4 @@ node_templates:
log_info:
log_directory: "/opt/app/VESCollector/logs/ecomp"
type: dcae.nodes.ContainerizedServiceComponentUsingDmaap
+