diff options
author | 2020-04-27 21:53:00 +0000 | |
---|---|---|
committer | 2020-04-28 14:52:48 +0000 | |
commit | 08eddb8df44beacbb7b4047e313a771292030ccc (patch) | |
tree | ede637e3c6725bfd999d115b6ad330f1caa2602f /vnfs/VESreporting_vFW5.0_DANOS/evel/evel-library/readme.md | |
parent | 6610dc1180d0dfbe30a737306d0f059b463aeb26 (diff) |
Initial VES for DANOS vRouter
1. Create vpp_measurement_reporter that use DANOS configd query
to retrieve statistics and libevel to transmit
2. Copy VES evel library to build a debian package under
vpp_measurement_report
3. Add debian files to create a vpp_measurement_reporter + libevel
debian package
4. Add debian install and systemctl start files
5. Add instruction to build VES reporter debian package (that will
include libevel.so)
6. Add instructions to build DANOS ISO with VES reporter debian
package and creating glance image
Issue-ID: INT-1566
Change-Id: If18f16525f07f1b6bae0fc105e0452263b4bf661
Signed-off-by: Brian Freeman <bf1936@att.com>
Diffstat (limited to 'vnfs/VESreporting_vFW5.0_DANOS/evel/evel-library/readme.md')
-rw-r--r-- | vnfs/VESreporting_vFW5.0_DANOS/evel/evel-library/readme.md | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/vnfs/VESreporting_vFW5.0_DANOS/evel/evel-library/readme.md b/vnfs/VESreporting_vFW5.0_DANOS/evel/evel-library/readme.md new file mode 100644 index 00000000..65ce4ef5 --- /dev/null +++ b/vnfs/VESreporting_vFW5.0_DANOS/evel/evel-library/readme.md @@ -0,0 +1,28 @@ +# ECOMP Vendor Event Listener Library + +This project contains a C library that supports interfacing to AT&T's ECOMP +Vendor Event Listener. For an overview of ECOMP, see the +[ECOMP White Paper](http://att.com/ECOMP). + +Developed in 2016 for AT&T by: + * Alok Gupta (https://github.com/ag1367) + * Paul Potochniak (https://github.com/pp8491) + * Gayathri Patrachari(https://github.com/gp2421) + +Current Maintainers: + * Alok Gupta (https://github.com/ag1367) + * Paul Potochniak (https://github.com/pp8491) + * Gayathri Patrachari(https://github.com/gp2421) + +# Installation + +For installation instructions, clone this repo and load the +[installation guide](./docs/source/evel/html/quickstart.html) in your web browser. + +Full source-code documentation is included with the code and can be built from +the included Makefile. See the [readme file](./code/evel_library/readme.md). + +# Use + +Clone this repo and load the [user guide](./docs/source/evel/html/index.html) +in your web browser.
\ No newline at end of file |