Replaced vnfsdk ves-aent library

Change-Id: I33b80abe0215eef8818b7bc9004f4de4b4f3aac3
Signed-off-by: William Kurkian <wkurkian@cisco.com>
12 files changed
tree: 58dfb2296a31114cdb8dfb272e214566f7f00b37
  1. Dockerfile
  2. Dockerfile.alpine
  3. Dockerfile.dev
  4. README.md
  5. build.sh
  6. config/
  7. helm-chart/
  8. pom.xml
  9. push_to_foundry.sh
  10. push_to_local.sh
  11. src/
  12. ves-agent.yaml
README.md

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