Add BP input file template for VES 97/21097/1
authorLusheng Ji <lji@research.att.com>
Sat, 28 Oct 2017 01:30:12 +0000 (21:30 -0400)
committerLusheng Ji <lji@research.att.com>
Sat, 28 Oct 2017 01:30:21 +0000 (21:30 -0400)
Issue-Id: DCAEGEN2-128
Change-Id: I5709fd77c7f3f33762cc57aad365943e4f69ca81
Signed-off-by: Lusheng Ji <lji@research.att.com>
input-templates/vesinput.yaml [new file with mode: 0644]

diff --git a/input-templates/vesinput.yaml b/input-templates/vesinput.yaml
new file mode 100644 (file)
index 0000000..6a3d98c
--- /dev/null
@@ -0,0 +1,7 @@
+vesinput.yaml
+{
+  "dh_location_id": "{{ dcae_zone }}",
+  "dh_override": "component_dockerhost",
+  "ves_fault_publish_url": "http://{{ mr_ip_addr }}:3904/events/unauthenticated.SEC_FAULT_OUTPUT/",
+  "ves_measurement_publish_url": "http://{{ mr_ip_addr }}:3904/events/unauthenticated.SEC_MEASUREMENT_OUTPUT/"
+}