commit | 1bedb417b4418f8c46d5074ce6e5ed221aa91bd9 | [log] [tgz] |
---|---|---|
author | William Kurkian <wkurkian@cisco.com> | Thu Jul 19 12:55:41 2018 -0400 |
committer | William Kurkian <wkurkian@cisco.com> | Wed Aug 15 15:27:30 2018 -0400 |
tree | d21e8ef4cb11c5e64f0ca64c6c708bbced2ca6a6 | |
parent | bde6fc9331fdc379e4387abe7774428a71828dfc [diff] |
A set of fixes and features Some updates to handle errors in certain scenarios. Formatted code Initial work to parse json. Added code to map certain json values from incoming data into parts of the VES format. Added lines to map type and severity to VES Completed support for mapping alarm messages. Also added timing functionality for tracking message send times Change-Id: Iaf9ce372552fce3f744476719f5fd79548d22ef4 Signed-off-by: William Kurkian <wkurkian@cisco.com>
This project is a VES agent for the SEBA project.
This reads messages off Kafka, and post them to the VES, which is the event REST API of ONAP's DCAE.
To build the project, run build.sh
To push the docker images to a repository, see the push_to_local.sh and push_to_foundry.sh scripts
To run the project on a kubernetes cluster, run kubectl apply -f ves-agent.yaml