Set up repo for multistage builds, in order to work with docker build .

Change-Id: I83a2d67c42dec0ac0dafc036647a9335d0b5cb06
Signed-off-by: William Kurkian <wkurkian@cisco.com>
3 files changed
tree: 656108182e405ea34bef8b7c44c5bdfe6d8a58b3
  1. Dockerfile
  2. Dockerfile.alpine
  3. Dockerfile.dev
  4. README.md
  5. build.sh
  6. config/
  7. helm-chart/
  8. libs/
  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