summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2020-07-16Merge "Add documentation for components spec property - tls info"Vijay Venkatesh Kumar3-131/+177
2020-07-15Add documentation for components spec property - tls infoRemigiusz Janeczek3-131/+177
Issue-ID: DCAEGEN2-2251 Signed-off-by: Remigiusz Janeczek <remigiusz.janeczek@nokia.com> Change-Id: I7752e7253815f33e32a1edc80d769a20d4756422
2020-07-15Update the documentation for son-handlerNiranjana1-2/+2
Issue-ID: DCAEGEN2-2216 Signed-off-by: Niranjana <niranjana.y60@wipro.com> Change-Id: Ia2bd73087db58f44cf634049499ef94283ad63da
2020-07-13Merge "Issue-ID: DCAEGEN2-2261 optimization in git clone using --depth"Vijay Venkatesh Kumar2-2/+2
2020-07-10Merge "optimize size and time using "--no-cache-dir""Vijay Venkatesh Kumar4-12/+12
2020-07-06[PMSH] Add enable_tls input to config specefiacor1-0/+4
Signed-off-by: efiacor <fiachra.corcoran@est.tech> Change-Id: Ic7d797673bad5d7b869be1626316d16245b8d1bc Issue-ID: DCAEGEN2-2146
2020-06-12Update the editor used in the PMSH docsERIMROB1-1/+1
Signed-off-by: ERIMROB <robertas.rimkus@est.tech> Change-Id: I00c35c45ba6a381940afe79a86d029207c82c722 Issue-ID: DCAEGEN2-2155
2020-06-10[PMSH] Re-alligning docs with the current state of pmsh logsERIMROB1-4/+19
Signed-off-by: ERIMROB <robertas.rimkus@est.tech> Change-Id: I9f3aa6d70bd925ec54a462beb80665f8b3de21a3 Issue-ID: DCAEGEN2-2155
2020-06-06optimize size and time using "--no-cache-dir"Pratik Raj4-12/+12
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-06-05Merge "Update css file name in conf.py"Vijay Venkatesh Kumar1-1/+1
2020-06-04fix broken linksVENKATESH KUMAR1-4/+5
Change-Id: I47ad3e2f9d425a2165cb0112d58876d479cadb43 Signed-off-by: VENKATESH KUMAR <vv770d@att.com> Issue-ID: DCAEGEN2-2291
2020-05-28Update css file name in conf.pylf-jobbuilder1-1/+1
ribbon.css is the correct name of the css file. Issue-ID: CIMAN-376 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org> Change-Id: I2bbb525350252c28e8f6cab9848c504d7bbae630
2020-05-28fix dl-service linkageVENKATESH KUMAR2-5/+2
Change-Id: I9fe342842e4e540c4eb21e28e73ef0e97fd54111 Signed-off-by: VENKATESH KUMAR <vv770d@att.com> Issue-ID: DCAEGEN2-2024 Signed-off-by: VENKATESH KUMAR <vv770d@att.com>
2020-05-28Issue-ID: DCAEGEN2-2261 optimization in git clone using --depthPratik Raj2-2/+2
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-05-25[PMSH] Adding new endpoint to api docsefiacor3-5/+273
Signed-off-by: efiacor <fiachra.corcoran@est.tech> Change-Id: I97cea22d68155d58462ab801b022890c11790587 Issue-ID: DCAEGEN2-2154
2020-05-13Merge "Align to new rls template"Tony Hansen2-61/+125
2020-05-13Align to new rls templateVENKATESH KUMAR2-61/+125
Change-Id: Ib291eb8fb2d6114186ced44a39e4b54340edfb76 Signed-off-by: VENKATESH KUMAR <vv770d@att.com> Issue-ID: DCAEGEN2-2024 Signed-off-by: VENKATESH KUMAR <vv770d@att.com>
2020-05-12Merge "DCAE r6 rls notes updates"Tony Hansen1-2/+3
2020-05-11DCAE r6 rls notes updatesVENKATESH KUMAR1-2/+3
Change-Id: If25a83cbc5b1b928fad7ab52939dd3d57d03900a Signed-off-by: VENKATESH KUMAR <vv770d@att.com> Issue-ID: DCAEGEN2-2024
2020-05-07Update documentation for son-handlerNiranjana1-0/+21
Issue-ID: DCAEGEN2-2216 Issue-ID: DCAEGEN2-2200 Signed-off-by: Niranjana <niranjana.y60@wipro.com> Change-Id: I4ea8f243c25c911ee8e29377ae65199684dc7b12
2020-05-06Update Documentation for docker componentDeven Panchal1-1437/+1561
Update Documentation for docker component Issue-ID: DCAEGEN2-1668 Change-Id: I1b6f6e3f4b6f89fb9e04773a14e5ebf804564e58 Signed-off-by: PANCHAL <dp023n@att.com>
2020-05-05dcae design doc updatesVENKATESH KUMAR72-2528/+748
Change-Id: I7145f840d9a7de34bb6a615fe992ba22e1ff0380 Signed-off-by: VENKATESH KUMAR <vv770d@att.com> Issue-ID: DCAEGEN2-2024 Issue-ID: DCAEGEN2-1865 Signed-off-by: VENKATESH KUMAR <vv770d@att.com>
2020-04-28Merge "Update PMSH Frankfurt docs"Vijay Venkatesh Kumar2-2/+65
2020-04-28Update PMSH Frankfurt docsdfarrelly2-2/+65
*Add example monitoring policy Issue-ID: DCAEGEN2-1820 Signed-off-by: dfarrelly <david.farrelly@est.tech> Change-Id: Ibfdfbc2877078815a97971c471b20c1e5cb316a4
2020-04-27Add updated DCAE MOD documentationPANCHAL42-3/+3535
Issue-ID: DCAEGEN2-1865 Signed-off-by: PANCHAL <dp023n@att.com> Change-Id: Iaec5bd3fedc4329ffc21f32c4ea3f65bf41ffb06 Signed-off-by: PANCHAL <dp023n@att.com>
2020-04-27Merge "dcae r6 doc updates cont."Tony Hansen28-3009/+235
2020-04-27dcae r6 doc updates cont.VENKATESH KUMAR28-3009/+235
Change-Id: I2303d59ad9491c555adb70de57eb14ab1fa7233c Signed-off-by: VENKATESH KUMAR <vv770d@att.com> Issue-ID: DCAEGEN2-1891 Signed-off-by: VENKATESH KUMAR <vv770d@att.com>
2020-04-24bbs-ep documentation updates for DCAEGEN2-2105 - installation documentationJean-Yves Geury1-11/+13
Updates for bbs-ep installation from blueprint repository. Issue-ID: DCAEGEN2-2105 Signed-off-by: Geury <jean-yves.geury@nokia.com> Change-Id: I1bf163e53fbc3fe6631980e53c2bb95f92ba3d27
2020-04-22[PMSH] Update PMSH Frankfurt docsdfarrelly9-118/+120
Issue-ID: DCAEGEN2-1820 Signed-off-by: dfarrelly <david.farrelly@est.tech> Change-Id: I0ef088ae7f6a97ab101a7097e6ea9bf81424c343
2020-04-13Merge "Add description of turn off TLS"Vijay Venkatesh Kumar3-0/+61
2020-04-10Merge "dcae r6 doc updates"Tony Hansen15-17/+358
2020-04-10dcae r6 doc updatesVENKATESH KUMAR15-17/+358
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-10Merge "Revert "Automation adds dcaegen2-offeredapis.rst""Jessica Wagantall1-78/+15
2020-04-10Revert "Automation adds dcaegen2-offeredapis.rst"Aric Gardner1-78/+15
This reverts commit 86b1ec13b32ccdcfdab5deb6218b855639fcfdbe. The file change should have been 1 label addition Issue-ID: CIMAN-376 Change-Id: Ib98f7eb9b11b96ef96ac233f7f2aac34dfded72f Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
2020-04-09Automation adds release-notes.rstAric Gardner1-0/+1
Add _release_notes hook to allow automation. Fix non valid release notes characters in content. Issue-ID: CIMAN-376 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org> Change-Id: Id91ee5dcdffca1fcd327cc0ffbd354326a38a46c
2020-04-09Add description of turn off TLSTomasz Wrobel3-0/+61
Add description of running insecure hv-ves in test environments by cloudify Issue-ID: DCAEGEN2-2143 Signed-off-by: Tomasz Wrobel <tomasz.wrobel@nokia.com> Change-Id: I02d60b50ebb139fda85f2d79a6a33e3b38547b1c
2020-04-08Automation adds dcaegen2-architecture.rstLF Jenkins CI1-0/+1
Issue-ID: CIMAN-376 Change-Id: Icce76a12231ded9884570b5df5e9267e179fea70 Signed-off-by: lf-jobbuilder <releng+lf-jobbuilder@linuxfoundation.org>
2020-04-08Merge "Automation adds dcaegen2-offeredapis.rst"Jessica Wagantall1-15/+80
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>
2020-04-08Automation adds dcaegen2-offeredapis.rstLF Jenkins CI1-15/+80
Issue-ID: CIMAN-376 Change-Id: I9e6c2bfe083a2c5d3cab33eb2323ece76e3dde3c Signed-off-by: lf-jobbuilder <releng+lf-jobbuilder@linuxfoundation.org>
2020-04-07Automation adds index.rstLF Jenkins CI1-0/+1
Issue-ID: CIMAN-376 Change-Id: I990fc986f83eafcb55745082b0687bf96c32078d Signed-off-by: lf-jobbuilder <releng+lf-jobbuilder@linuxfoundation.org>
2020-04-02dcae doc cleanupVENKATESH KUMAR37-3107/+12
Remove old markdown platform doc Change-Id: I592775a24d17d7d786708cde008703f4d899946c Signed-off-by: VENKATESH KUMAR <vv770d@att.com> Issue-ID: DCAEGEN2-1891 Signed-off-by: VENKATESH KUMAR <vv770d@att.com>
2020-04-02Frankfurt dcae rls notes (firstcut)VENKATESH KUMAR1-1/+172
Change-Id: I68cac82cebcf496f6bada3573ada759a3f419d28 Signed-off-by: VENKATESH KUMAR <vv770d@att.com> Issue-ID: DCAEGEN2-1891 Signed-off-by: VENKATESH KUMAR <vv770d@att.com>
2020-03-30Merge "bbs-ep documentation updates for DCAEGEN2-2105 - flowchart update"Vijay Venkatesh Kumar1-0/+0
2020-03-30Merge "Add datalake deployment guide."Vijay Venkatesh Kumar4-3/+99
2020-03-30Add datalake deployment guide.Kate Hsuan4-3/+99
Issue-ID: DCAEGEN2-2028 Signed-off-by: Kate Hsuan <kate.hsuan@qct.io> Change-Id: I882ad3e9b33f03fe7df98b8cc89c507fbd8062e6
2020-03-27Merge "Add default settings of TLS"Vijay Venkatesh Kumar4-6/+10
2020-03-27bbs-ep documentation updates for DCAEGEN2-2105 - flowchart updateGeury1-0/+0
Remove the check for RGW MAC address from CPE authentication flowchart (aligning with the trigger policy change in event/processor/pipelines/CpeAuthenticationPipeline.java) Change-Id: Ib4b53479d44c5d76dce9bb523d37b7417e7fd86c Issue-ID: DCAEGEN2-2105 Signed-off-by: Geury <jean-yves.geury@nokia.com>
2020-03-26Add default settings of TLSmharazin4-6/+10
Update troubleshooting for consul TLS disable procedure Issue-ID: DCAEGEN2-2143 Signed-off-by: mharazin <mateusz.harazin@nokia.com> Change-Id: I17d14824ba225d02faa1e4771dca42710687655c
2020-03-26Merge "Update DCAE TLS enablement documentation"Vijay Venkatesh Kumar1-9/+70