From: Filip Krzywka Date: Tue, 18 Sep 2018 09:53:12 +0000 (+0200) Subject: Adapt consul configuration for HV-VES X-Git-Tag: 3.0.0-ONAP~17^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F45%2F67245%2F1;p=dcaegen2%2Fplatform%2Fblueprints.git 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 --- 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