From 3e1bdb6d7cc02cf753efeb3066a9b73da6380091 Mon Sep 17 00:00:00 2001 From: Pooja03 Date: Wed, 25 Apr 2018 17:11:25 +0530 Subject: Adding README Adding README Files in Mapper Change-Id: Ie2b5c953731807d61d8992dee299295e9d7498dc Issue-ID: DCAEGEN2-335 Signed-off-by: Pooja03 --- UniversalVesAdapter/README.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 UniversalVesAdapter/README.md (limited to 'UniversalVesAdapter') diff --git a/UniversalVesAdapter/README.md b/UniversalVesAdapter/README.md new file mode 100644 index 0000000..e3d30fe --- /dev/null +++ b/UniversalVesAdapter/README.md @@ -0,0 +1,26 @@ +# DCAE Universal VES Adapter + +DCAE Universal VES Adapter is a micro-service consume snmp trap from dmaap topic and reads uploaded mapper file of the specific vendor, using SNMP mapper. After reading mapper file, converts snmp trap (JSON format) to VES format and publish on dmaap topic. + + +### Build Docker image + +The following Maven command will build the mapper JAR, build the Docker image to the local machine registry and then push the same image to the specified remote registry. + +``` +mvn clean package docker:build -DpushImageTag +``` + +The image will be tagged with the project version found in the `pom.xml`. + +### Run via Docker + +Execute this to run. + +``` +docker run -p 8082:8080 + +``` + + ### Access + :/start \ No newline at end of file -- cgit 1.2.3-korg