From: Lusheng Ji Date: Sat, 28 Oct 2017 01:30:12 +0000 (-0400) Subject: Add BP input file template for VES X-Git-Tag: 1.0.0-Amsterdam~17 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F97%2F21097%2F1;p=dcaegen2%2Fplatform%2Fblueprints.git Add BP input file template for VES Issue-Id: DCAEGEN2-128 Change-Id: I5709fd77c7f3f33762cc57aad365943e4f69ca81 Signed-off-by: Lusheng Ji --- 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/" +}