summaryrefslogtreecommitdiffstats
path: root/docs/sections/services/snmptrap/installation.rst
AgeCommit message (Collapse)AuthorFilesLines
2022-04-25Deployment updates for J releaseVijay Venkatesh Kumar1-2/+2
Change-Id: Ib2195dd41d62e5db018b20b7a4948ea8e1a16206 Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com> Issue-ID: DCAEGEN2-3140 Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
2020-11-18[DCAE] doc fixes for labelVENKATESH KUMAR1-0/+1
Change-Id: I7d86366d6e063f0d28b3b5855010c47507ab89fb Signed-off-by: VENKATESH KUMAR <vv770d@att.com> Issue-ID: DCAEGEN2-2506
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-10dcae r6 doc updatesVENKATESH KUMAR1-1/+1
Change-Id: I348d9bcf9eb69286fc4a12d8866d102186d26722 Signed-off-by: VENKATESH KUMAR <vv770d@att.com> Issue-ID: DCAEGEN2-1892 Signed-off-by: VENKATESH KUMAR <vv770d@att.com>
2018-10-19expanding docs, including V3 specsLadue, David (dl3158)1-22/+100
Change-Id: Id9aff7c62426d8e695374799df30ef6b12be667b Issue-ID: DCAEGEN2-624 Signed-off-by: Ladue, David (dl3158) <dl3158@att.com>
2018-09-11Add RST Files for SNMPTRAPRich Bennett1-0/+39
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>