summaryrefslogtreecommitdiffstats
path: root/input-templates
diff options
context:
space:
mode:
authorLusheng Ji <lji@research.att.com>2017-11-01 21:45:55 +0000
committerGerrit Code Review <gerrit@onap.org>2017-11-01 21:45:55 +0000
commitc108b08611a57100dd62568a11e12dc2a58ef160 (patch)
treea721922ee863e1c64ec5f6a4ec025b7792beed4f /input-templates
parent7a56c3ac5e00ed68ee89d5eaf66143ee4b74bb1d (diff)
parent573499f2324e400699b83289f6d82056954e6ec5 (diff)
Merge "holmes bp update for pgvm support"
Diffstat (limited to 'input-templates')
-rw-r--r--input-templates/he-ip.yaml8
-rw-r--r--input-templates/hr-ip.yaml9
2 files changed, 12 insertions, 5 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"
}
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"
}
-