diff options
Diffstat (limited to 'input-templates/he-ip.yaml')
-rw-r--r-- | input-templates/he-ip.yaml | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/input-templates/he-ip.yaml b/input-templates/he-ip.yaml index 2d0fd6e..a5f1e39 100644 --- a/input-templates/he-ip.yaml +++ b/input-templates/he-ip.yaml @@ -1,6 +1,10 @@ { - "dh_location_id": "loc1", + "dh_location_id": "{{ dcae_zone }}", "docker_host_override": "component_dockerhost", "msb_hostname": "{{ openo_ip_addr }}", - "dcae_CL_publish_url": "http://{{ mr_ip_addr }}:3904/events/unauthenticated.DCAE_CL_OUTPUT" + "dcae_CL_publish_url": "http://{{ mr_ip_addr }}:3904/events/unauthenticated.DCAE_CL_OUTPUT", + "location_domain" : "{{ dcae_zone }}.{{ dcae_domain }}", + "location_prefix" : "dcae", + "pgaas_cluster_name" : "pgvm", + "database_name":"holmes" } |