From: Vijay Venkatesh Kumar Date: Tue, 27 Nov 2018 23:29:59 +0000 (+0000) Subject: Merge "Use raw configuration endpoint" X-Git-Tag: 4.0.0-ONAP~25 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=b1cb9f40524551788b64220f072bea1b14f851e7;p=dcaegen2%2Fplatform%2Fblueprints.git Merge "Use raw configuration endpoint" --- b1cb9f40524551788b64220f072bea1b14f851e7 diff --cc blueprints/k8s-hv-ves.yaml-template index 7840c94,299d65c..fec97eb --- a/blueprints/k8s-hv-ves.yaml-template +++ b/blueprints/k8s-hv-ves.yaml-template @@@ -71,11 -67,9 +71,11 @@@ node_templates inputs: envs: VESHV_CONFIG_URL: - { concat: [ 'http://', { get_input: consul_host }, ':', { get_input: consul_port }, '/v1/kv/', { get_input: hv_ves_name} ] } + { concat: [ 'http://', { get_input: consul_host }, ':', { get_input: consul_port }, '/v1/kv/', { get_input: hv_ves_name}, '?raw=true' ] } VESHV_LISTEN_PORT: { concat: [ { get_input: container_port }, '' ] } + VESHV_HEALTH_CHECK_API_PORT: + { concat: [ { get_input: healthcheck_port }, '' ] } VESHV_SSL_DISABLE: '' properties: application_config: