From f6e28be8e3fb2b576d500a446d6119bf9f3164b9 Mon Sep 17 00:00:00 2001 From: vagrant Date: Thu, 5 Apr 2018 22:06:13 +0000 Subject: updated k8s bp Change-Id: I66bce45b2aeb7137255c1d4b3bc70eec3455de97 Signed-off-by: Vijay Venkatesh Kumar Issue-ID: DCAEGEN2-428 --- blueprints/k8s-ves.yaml-template | 13 ++++++++++++- 1 file changed, 12 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 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 + -- cgit 1.2.3-korg