Fixed several issues

They are:
an invalid category breaking the agent
Error logging not giving sufficient information in some cases
added an integration test script for the onaap side

Change-Id: I0580b52ceed5dd3aa5c5a800ebdb2cf9f24b8050
Signed-off-by: William Kurkian <wkurkian@cisco.com>
3 files changed
tree: 270a17d505fbd9d1f9f497b57e3d6af560c66e43
  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