tagging 1.0.0 release

Change-Id: I2ee961e807a747ba12fd2222eb65302634ab435c
3 files changed
tree: dbc37175770c9b785947fa58e62cbce609a54f2f
  1. Dockerfile
  2. Dockerfile.alpine
  3. Dockerfile.dev
  4. README.md
  5. VERSION
  6. build.sh
  7. config/
  8. helm-chart/
  9. pom.xml
  10. push_to_foundry.sh
  11. push_to_local.sh
  12. src/
  13. 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