Added initial set of files for Ves Agent to gerrit

This version is functional.

Change to use standard vnfsdk ves-agent library, now that the changes to it have been merged

Added License headers

Separated docker commands into a separate script

Change-Id: I802bd50cb6e9b2272317822e94ed29fbdde172b4
Signed-off-by: William Kurkian <wkurkian@cisco.com
17 files changed
tree: ef40869759d507daf87cc451a3d6bb12ed92db56
  1. Dockerfile
  2. Dockerfile.alpine
  3. README.md
  4. build.sh
  5. config/
  6. libs/
  7. pom.xml
  8. push_to_foundry.sh
  9. push_to_local.sh
  10. src/
  11. 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