diff options
author | Lusheng Ji <lji@research.att.com> | 2017-10-27 21:30:12 -0400 |
---|---|---|
committer | Lusheng Ji <lji@research.att.com> | 2017-10-27 21:30:21 -0400 |
commit | 860058924f5ce3ac94522afe24423242a274601b (patch) | |
tree | 78f188a7c452205158b092607fe33489029c7aff | |
parent | 36e1d4c8a0b0526ac0f1a09607a842f1b6cf8d8b (diff) |
Add BP input file template for VES
Issue-Id: DCAEGEN2-128
Change-Id: I5709fd77c7f3f33762cc57aad365943e4f69ca81
Signed-off-by: Lusheng Ji <lji@research.att.com>
-rw-r--r-- | input-templates/vesinput.yaml | 7 |
1 files changed, 7 insertions, 0 deletions
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/" +} |