From f129cca0d79cd99357c205e1328a02d5c681e526 Mon Sep 17 00:00:00 2001 From: vagrant Date: Thu, 2 Aug 2018 23:00:25 +0000 Subject: update bp and input template for ves7 Change-Id: If889b324d9904fea26b47869b9f2b4e2bbc7ba91 Signed-off-by: Vijay Venkatesh Kumar Issue-ID: DCAEGEN2-600 --- input-templates/vesinput.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'input-templates/vesinput.yaml') diff --git a/input-templates/vesinput.yaml b/input-templates/vesinput.yaml index d11e630..8ddfb2c 100644 --- a/input-templates/vesinput.yaml +++ b/input-templates/vesinput.yaml @@ -21,5 +21,7 @@ "ves_other_publish_url": "http://{{ mr_ip_addr }}:3904/events/unauthenticated.SEC_OTHER_OUTPUT/", "ves_heartbeat_publish_url": "http://{{ mr_ip_addr }}:3904/events/unauthenticated.SEC_HEARTBEAT_OUTPUT/", "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/" + "ves_measurement_publish_url": "http://{{ mr_ip_addr }}:3904/events/unauthenticated.SEC_MEASUREMENT_OUTPUT/", + "ves_pnfRegistration_publish_url": "http://{{ mr_ip_addr }}:3904/events/unauthenticated.VES_PNFREG_OUTPUT/", + "ves_notification_publish_url": "http://{{ mr_ip_addr }}:3904/events/unauthenticated.VES_NOTIFICATION_OUTPUT/" } -- cgit 1.2.3-korg