Merge "Use raw configuration endpoint"
authorVijay Venkatesh Kumar <vv770d@att.com>
Tue, 27 Nov 2018 23:29:59 +0000 (23:29 +0000)
committerGerrit Code Review <gerrit@onap.org>
Tue, 27 Nov 2018 23:29:59 +0000 (23:29 +0000)
1  2 
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: