From 860058924f5ce3ac94522afe24423242a274601b Mon Sep 17 00:00:00 2001 From: Lusheng Ji Date: Fri, 27 Oct 2017 21:30:12 -0400 Subject: Add BP input file template for VES Issue-Id: DCAEGEN2-128 Change-Id: I5709fd77c7f3f33762cc57aad365943e4f69ca81 Signed-off-by: Lusheng Ji --- input-templates/vesinput.yaml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 input-templates/vesinput.yaml diff --git a/input-templates/vesinput.yaml b/input-templates/vesinput.yaml new file mode 100644 index 0000000..6a3d98c --- /dev/null +++ b/input-templates/vesinput.yaml @@ -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/" +} -- cgit 1.2.3-korg