aboutsummaryrefslogtreecommitdiffstats
path: root/UniversalVesAdapter/README.md
diff options
context:
space:
mode:
authorPooja03 <PM00501616@techmahindra.com>2018-04-25 17:11:25 +0530
committerLusheng Ji <lji@research.att.com>2018-04-26 16:18:36 +0000
commit3e1bdb6d7cc02cf753efeb3066a9b73da6380091 (patch)
treea5f1a3a02259cee11347620533451d476cb5e9ab /UniversalVesAdapter/README.md
parentfbb4e65173e5e340d6bd7366a12a12558067690c (diff)
Adding README
Adding README Files in Mapper Change-Id: Ie2b5c953731807d61d8992dee299295e9d7498dc Issue-ID: DCAEGEN2-335 Signed-off-by: Pooja03 <PM00501616@techmahindra.com>
Diffstat (limited to 'UniversalVesAdapter/README.md')
-rw-r--r--UniversalVesAdapter/README.md26
1 files changed, 26 insertions, 0 deletions
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 <image_name>
+
+```
+
+ ### Access
+ <host>:<expose port>/start \ No newline at end of file