summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFilip Krzywka <filip.krzywka@nokia.com>2018-09-18 11:53:12 +0200
committerFilip Krzywka <filip.krzywka@nokia.com>2018-09-18 11:53:50 +0200
commit3f268ce1273d5355cb6e8e19e02ff071f7f11f5d (patch)
tree477b096d1866d853d53a9290c9af4c3e8f97139f
parent34c81e5d48fdbb27fc8684637203e83718ab94b4 (diff)
Adapt consul configuration for HV-VES
New configuration format will allow hv-ves to accept more routes if needed. Also fixes consul host name. Change-Id: I869a78273cb961529aa2c7edfa129319c34dfb42 Issue-ID: DCAEGEN2-791 Signed-off-by: Filip Krzywka <filip.krzywka@nokia.com>
-rw-r--r--blueprints/k8s-hv-ves.yaml-template6
1 files changed, 3 insertions, 3 deletions
diff --git a/blueprints/k8s-hv-ves.yaml-template b/blueprints/k8s-hv-ves.yaml-template
index a042bfa..9bb6d32 100644
--- a/blueprints/k8s-hv-ves.yaml-template
+++ b/blueprints/k8s-hv-ves.yaml-template
@@ -45,7 +45,7 @@ inputs:
consul_host:
type: string
description: Consul endpoint address
- default: 'consul-server.onap-consul'
+ default: 'consul-server.onap'
consul_port:
type: integer
description: Consul endpoint port
@@ -75,8 +75,8 @@ node_templates:
application_config:
dmaap.kafkaBootstrapServers: { get_input: kafka_bootstrap_servers }
collector.routing:
- fromDomain: { get_input: hv_meas_domain }
- toTopic: { get_input: hv_meas_kafka_topic }
+ - fromDomain: { get_input: hv_meas_domain }
+ toTopic: { get_input: hv_meas_kafka_topic }
docker_config:
healthcheck:
endpoint: /health/ready