summaryrefslogtreecommitdiffstats
path: root/docs/sections/services/snmptrap
AgeCommit message (Collapse)AuthorFilesLines
2020-07-13Merge "Issue-ID: DCAEGEN2-2261 optimization in git clone using --depth"Vijay Venkatesh Kumar1-1/+1
2020-06-06optimize size and time using "--no-cache-dir"Pratik Raj1-2/+2
Using "--no-cache-dir" flag in pip install ,make sure dowloaded packages by pip don't cached on system . This is a best practise which make sure to fetch ftom repo instead of using local cached one . Further , in case of Docker Containers , by restricing caching , we can reduce image size. In term of stats , it depends upon the number of python packages multiplied by their respective size . e.g for heavy packages with a lot of dependencies it reduce a lot by don't caching pip packages. Further , more detail information can be found at https://medium.com/sciforce/strategies-of-docker-images-optimization-2ca9cc5719b6 Issue-ID: DCAEGEN2-2294 Signed-off-by: Pratik Raj <rajpratik71@gmail.com> Change-Id: Ifeda4876507f89279c550e15ec76508277098ca6
2020-05-28Issue-ID: DCAEGEN2-2261 optimization in git clone using --depthPratik Raj1-1/+1
optimize the git clone using --depth flag in term of size of clone and also in term's of time taken to fetch the files and commit history of whole repository. Respective jira issue created at https://jira.onap.org/browse/DCAEGEN2-2261 with Issue-ID: DCAEGEN2-2261 More detail can be found at blog https://www.atlassian.com/git/tutorials/big-repositories Signed-off-by: Pratik Raj <rajpratik71@gmail.com> Change-Id: Ie6dbf4823709154443e604262fe64be02a97d5a0
2020-04-10Merge "dcae r6 doc updates"Tony Hansen3-2/+34
2020-04-10dcae r6 doc updatesVENKATESH KUMAR3-2/+34
Change-Id: I348d9bcf9eb69286fc4a12d8866d102186d26722 Signed-off-by: VENKATESH KUMAR <vv770d@att.com> Issue-ID: DCAEGEN2-1892 Signed-off-by: VENKATESH KUMAR <vv770d@att.com>
2020-04-08Automation adds dcaegen2-offeredapis.rstLF Jenkins CI1-0/+1
Issue-ID: CIMAN-376 Change-Id: I089f97e981ce1e261939732c6e3d2597a16d4434 Signed-off-by: lf-jobbuilder <releng+lf-jobbuilder@linuxfoundation.org>
2019-05-20DCAE doc updates for DublinVijay VK1-2/+2
Change-Id: Icca8fb3d36939102638c3dac3de8e01e220e94e3 Signed-off-by: VENKATESH KUMAR <vv770d@att.com> Issue-ID: DCAEGEN2-1505 Signed-off-by: VENKATESH KUMAR <vv770d@att.com>
2018-11-21fix typosStanislav Chlebec1-1/+1
Change-Id: I0afbd4b41f0d502549d3b4a3b58e7702e7f80fc0 Signed-off-by: Stanislav Chlebec <stanislav.chlebec@pantheon.tech> Issue-ID: DOC-342
2018-10-19expanding docs, including V3 specsLadue, David (dl3158)10-174/+670
Change-Id: Id9aff7c62426d8e695374799df30ef6b12be667b Issue-ID: DCAEGEN2-624 Signed-off-by: Ladue, David (dl3158) <dl3158@att.com>
2018-09-11updated block diagramLadue, David (dl3158)1-7/+6
Change-Id: Ia810a2d82eb7f3fb68201ad0a60209c066280596 Issue-ID: DCAEGEN2-624 Signed-off-by: Ladue, David (dl3158) <dl3158@att.com>
2018-09-11Add RST Files for SNMPTRAPRich Bennett10-1/+710
Submitting RST files from abandoned patch https://gerrit.onap.org/r/57071 With updates to remove sphinx warnings Change-Id: I18da62f59943bb932bcfdd6bddfc9164d8ae9b93 Issue-ID: DCAEGEN2-624 Signed-off-by: Rich Bennett <rb2745@att.com>
2018-07-14Create component specific doc structurevagrant1-0/+11
Change-Id: I6ad1056b3a21e8c448840ef2682e4cbd7bdb7585 Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com> Issue-ID: DCAEGEN2-617