diff options
author | vagrant <vv770d@att.com> | 2018-08-02 23:00:25 +0000 |
---|---|---|
committer | vagrant <vv770d@att.com> | 2018-08-02 23:00:37 +0000 |
commit | f129cca0d79cd99357c205e1328a02d5c681e526 (patch) | |
tree | ac28633f0d29506017f0573743d56ec098b61634 /input-templates/vesinput.yaml | |
parent | b1bf07b5d3c32f5db3a658ea71fa9c83bcdfaaea (diff) |
update bp and input template for ves7
Change-Id: If889b324d9904fea26b47869b9f2b4e2bbc7ba91
Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
Issue-ID: DCAEGEN2-600
Diffstat (limited to 'input-templates/vesinput.yaml')
-rw-r--r-- | input-templates/vesinput.yaml | 4 |
1 files changed, 3 insertions, 1 deletions
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/" } |