diff options
Diffstat (limited to 'docs/sections/services/mapper/delivery.rst')
-rw-r--r-- | docs/sections/services/mapper/delivery.rst | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/docs/sections/services/mapper/delivery.rst b/docs/sections/services/mapper/delivery.rst new file mode 100644 index 00000000..10968b7e --- /dev/null +++ b/docs/sections/services/mapper/delivery.rst @@ -0,0 +1,17 @@ +.. 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. + +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. + +| In current release, the installation of mapper service is not integrated with DCAE's installation process and needs to be done manually. + +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 |