Pooja03 | 91e472c | 2018-11-02 20:20:57 +0530 | [diff] [blame] | 1 | .. This work is licensed under a Creative Commons Attribution 4.0 International License. |
| 2 | .. http://creativecommons.org/licenses/by/4.0 |
| 3 | .. Copyright 2018 Tech Mahindra Ltd. |
| 4 | |
| 5 | Delivery |
| 6 | ======== |
| 7 | 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. |
| 8 | |
| 9 | | In current release, the installation of mapper service is not integrated with DCAE's installation process and needs to be done manually. |
| 10 | |
| 11 | Docker Containers |
| 12 | --------------- |
| 13 | Docker images can be pulled from ONAP Nexus repository with below commands: |
| 14 | |
| 15 | | docker pull nexus3.onap.org:10003/snapshots/onap/org.onap.dcaegen2.services.mapper.vesadapter.universalvesadaptor:latest |
| 16 | |
| 17 | | docker pull nexus3.onap.org:10003/snapshots/onap/org.onap.dcaegen2.services.mapper.vesadapter.snmpmapper:latest |