From 573499f2324e400699b83289f6d82056954e6ec5 Mon Sep 17 00:00:00 2001 From: Vijay Date: Wed, 1 Nov 2017 21:26:46 +0000 Subject: holmes bp update for pgvm support Issue-ID: DCAEGEN2-181 Change-Id: Iadd1a0018d999f2f47d7f0a5926aafd39710c020 Signed-off-by: Vijay --- input-templates/he-ip.yaml | 8 ++++++-- input-templates/hr-ip.yaml | 9 ++++++--- 2 files changed, 12 insertions(+), 5 deletions(-) (limited to 'input-templates') 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" } diff --git a/input-templates/hr-ip.yaml b/input-templates/hr-ip.yaml index 856f195..c22f0d3 100644 --- a/input-templates/hr-ip.yaml +++ b/input-templates/hr-ip.yaml @@ -1,7 +1,10 @@ { - "dh_location_id": "loc1", + "dh_location_id": "{{ dcae_zone }}", "docker_host_override": "component_dockerhost", "msb_hostname": "{{ openo_ip_addr }}", - "ves_fault_publish_url": "http://{{ mr_ip_addr }}:3904/events/unauthenticated.SEC_FAULT_OUTPUT" + "ves_fault_publish_url": "http://{{ mr_ip_addr }}:3904/events/unauthenticated.SEC_FAULT_OUTPUT", + "location_domain" : "{{ dcae_zone }}.{{ dcae_domain }}", + "location_prefix" : "dcae", + "pgaas_cluster_name" : "pgvm", + "database_name":"holmes" } - -- cgit 1.2.3-korg