summaryrefslogtreecommitdiffstats
path: root/docs/sections/services/mapper/delivery.rst
diff options
context:
space:
mode:
authorAleem Raja <AR00500721@techmahindra.com>2019-04-30 13:13:52 +0530
committerAleem Raja <AR00500721@techmahindra.com>2019-05-15 12:07:03 +0530
commit4bea9eea18354bc3d93cfe0aab372c839e40e1f6 (patch)
tree0405bb94c31db838c7914ffc65634c6363883ca6 /docs/sections/services/mapper/delivery.rst
parentb643761e44851acf519fa039e11c2f413e7a25aa (diff)
Update DCAEGEN2, mapper services doc
Changing documentation as per changes made for Dublin release Change-Id: I2ef0e85c235b78ea7eeab6f160d47b16039f3950 Issue-ID: DCAEGEN2-1461 Signed-off-by: Aleem Raja <AR00500721@techmahindra.com> Update DCAEGEN2, mapper services doc Changed File index.rst installation.rst Added File: troubleshooting.rst Issue-ID: DCAEGEN2-1461 Change-Id: I2ef0e85c235b78ea7eeab6f160d47b16039f3950 Signed-off-by: Aleem Raja <AR00500721@techmahindra.com> Update DCAEGEN2, mapper services doc Changed Files: index.rst installation.rst Added File: troubleshooting.rst Change-Id: I2ef0e85c235b78ea7eeab6f160d47b16039f3950 Issue-ID: DCAEGEN2-1461 Signed-off-by: Aleem Raja <AR00500721@techmahindra.com> Update DCAEGEN2, mapper services doc Changed File index.rst Issue-ID: DCAEGEN2-1461 Change-Id: I2ef0e85c235b78ea7eeab6f160d47b16039f3950 Signed-off-by: Aleem Raja <AR00500721@techmahindra.com>
Diffstat (limited to 'docs/sections/services/mapper/delivery.rst')
-rw-r--r--docs/sections/services/mapper/delivery.rst10
1 files changed, 4 insertions, 6 deletions
diff --git a/docs/sections/services/mapper/delivery.rst b/docs/sections/services/mapper/delivery.rst
index 10968b7e..6cb2cf2f 100644
--- a/docs/sections/services/mapper/delivery.rst
+++ b/docs/sections/services/mapper/delivery.rst
@@ -1,17 +1,15 @@
.. This work is licensed under a Creative Commons Attribution 4.0 International License.
.. http://creativecommons.org/licenses/by/4.0
-.. Copyright 2018 Tech Mahindra Ltd.
+.. Copyright 2018-2019 Tech Mahindra Ltd.
Delivery
========
-Mapper is delivered with **2 Docker container** having spring boot microservices, **UniversalVesAdapter** and **SnmMapper**. UniversalVesAdapter converts SNMP trap JSON to VES and snmpmapper is just helper application for uploading the mapping file to DB.
+Mapper is delivered with **1 Docker container** having spring boot microservice, **UniversalVesAdapter**. UniversalVesAdapter converts telementary data to VES.
-| In current release, the installation of mapper service is not integrated with DCAE's installation process and needs to be done manually.
+| In current release, the UniversalVesAdapter is integrated with DCAE's config binding service. On start, it fetches the initial configuration from CBS and uses the same. Currently it is not having functionality to refresh the configuration changes made into Consul KV store.
Docker Containers
---------------
Docker images can be pulled from ONAP Nexus repository with below commands:
-| docker pull nexus3.onap.org:10003/snapshots/onap/org.onap.dcaegen2.services.mapper.vesadapter.universalvesadaptor:latest
-
-| docker pull nexus3.onap.org:10003/snapshots/onap/org.onap.dcaegen2.services.mapper.vesadapter.snmpmapper:latest
+ ``docker pull nexus3.onap.org:10001/onap/org.onap.dcaegen2.services.mapper.vesadapter.universalvesadaptor:1.0.0-SNAPSHOT``