summaryrefslogtreecommitdiffstats
path: root/docs/sections/services
AgeCommit message (Collapse)AuthorFilesLines
2020-09-22Improve stndDefined section in VES RTDMichal Banka1-55/+101
Change-Id: I6fe28b7e58bc8feafa0e3dddf18516e4f6ebae9c Issue-ID: DCAEGEN2-2265 Signed-off-by: Michal Banka <michal.banka@nokia.com>
2020-09-17Merge "Update VES Collector stndDefined section RTD"Vijay Venkatesh Kumar1-36/+41
2020-09-09Update VES Collector stndDefined section RTDMichal Banka1-36/+41
Updated RTD by mentioning changes in CFY blueprint and componentspec. Removed not actual notes about some properties. Updated schema-map.json Signed-off-by: Michal Banka <michal.banka@nokia.com> Change-Id: I0d6f68bb8b0cb3dfc0923a1aeab5448b1a2c39ae Issue-ID: DCAEGEN2-2265
2020-09-09Merge "[PMSH] Add enhanced filtering to config spec"Joseph O'Leary1-16/+21
2020-09-08[PMSH] Add enhanced filtering to config specegernug1-16/+21
Issue-ID: DCAEGEN2-2404 Signed-off-by: egernug <gerard.nugent@est.tech> Change-Id: Id6c3dd6656bb4e061cd38974e65bd088394733a6
2020-08-31Add StndDefined validation subsection to VES RTDMichal Banka7-68/+372
Change-Id: I9e9a03ce6786787cf47b15a888d0cfd1bac30d01 Signed-off-by: Michal Banka <michal.banka@nokia.com> Signed-off-by: Edyta Krukowska <edyta.krukowska@nokia.com> Issue-ID: DCAEGEN2-2265
2020-08-05Merge "Update DFC doc page"Tony Hansen2-0/+154
2020-07-31Update DFC doc pageTomasz Wrobel2-0/+154
Add information about Turn on/off StrictHostChecking Issue-ID: DCAEGEN2-2219 Signed-off-by: Tomasz Wrobel <tomasz.wrobel@nokia.com> Change-Id: I58ef44b2c339087dcbec993aae93a57938008a9a
2020-07-31Merge "Clarify that DFC supports only FTPeS"Tony Hansen1-1/+1
2020-07-31Update documentation (Config fetch for VESCollector through DCAE-SDK (CBS ↵Pawel1-6/+3
Client) ) Issue-ID: DCAEGEN2-2212 Signed-off-by: Pawel <pawel.kasperkiewicz@nokia.com> Change-Id: I702884475814ea48a86bd5fabb4d41ccbb6b4028
2020-07-30Clarify that DFC supports only FTPeSRemigiusz Janeczek1-1/+1
Issue-ID: DCAEGEN2-2367 Signed-off-by: Remigiusz Janeczek <remigiusz.janeczek@nokia.com> Change-Id: I23f50a25041928c61341cd9347a6048b1cfb870a
2020-07-23dcae frankfurt maintenance rls updatesVENKATESH KUMAR2-3/+3
Change-Id: I1362b28e0155324c62eb647d701935ebd34a711a Signed-off-by: VENKATESH KUMAR <vv770d@att.com> Issue-ID: DCAEGEN2-2368
2020-07-20Update documentation for PM Mapper filtering (regex support)marcinrzepeckiwroc1-6/+8
Issue-ID: DCAEGEN2-2347 Signed-off-by: marcinrzepeckiwroc <marcin.rzepecki@nokia.com> Change-Id: Id63f28d4ac19db592ee19150b8d9db2d415e9788
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 Kumar2-6/+6
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 Raj2-6/+6
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-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-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-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-27Merge "dcae r6 doc updates cont."Tony Hansen15-215/+59
2020-04-27dcae r6 doc updates cont.VENKATESH KUMAR15-215/+59
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 docsdfarrelly7-102/+119
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 Hansen8-2/+263
2020-04-10dcae r6 doc updatesVENKATESH KUMAR8-2/+263
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-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-offeredapis.rstLF Jenkins CI1-0/+1
Issue-ID: CIMAN-376 Change-Id: I089f97e981ce1e261939732c6e3d2597a16d4434 Signed-off-by: lf-jobbuilder <releng+lf-jobbuilder@linuxfoundation.org>
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-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 "DL-Handler user guid Doc"Vijay Venkatesh Kumar15-2/+79
2020-03-09Update docs for SON-Handler MS for Frankfurt releaseReshmasree3-8/+33
Issue-ID: DCAEGEN2-2104 Signed-off-by: Reshmasree <reshmasree.chamarthi2@wipro.com> Change-Id: Ic1ad13859d2862e9b223c3af39be98307f8925a5
2020-03-04DL-Handler user guid DocEkko Chang15-2/+79
Issue-ID: DCAEGEN2-2028 Signed-off-by: Ekko Chang <ekko.chang@qct.io> Change-Id: Id3a65a8442497e744040acaf40b241b5672f4c0b
2020-02-21Merge "DL-Handler Doc"Vijay Venkatesh Kumar9-1/+122
2020-02-21Merge "Update PMSH Documentation"Vijay Venkatesh Kumar3-57/+90
2020-02-20DL-Handler DocGuobiao Mo9-1/+122
Issue-ID: DCAEGEN2-2028 Change-Id: Ifa26667a9ef1d6d8be711b1454d3e4ff6ea9a74b Signed-off-by: Guobiao Mo <guobiaomo@chinamobile.com>
2020-02-18Update PMSH DocumentationJoeOLeary3-57/+90
* Update PMSH Configuration tables * Update PMSH Logging details Issue-ID: DCAEGEN2-1916 Signed-off-by: JoeOLeary <joseph.o.leary@est.tech> Change-Id: Ife6cf0e26d3047c2d1fed2027eb723f69c4fd727
2020-02-05Update PRH documentationpwielebs1-42/+51
Issue-ID: DCAEGEN2-2044 Signed-off-by: pwielebs <piotr.wielebski@nokia.com> Change-Id: Iaaf81033432f5968a2a45a5b0d5ddbddc7c73539
2019-12-04Add PMSH documentationdfarrelly8-0/+359
*Add base PM Subscription Handler documentation Issue-ID: DCAEGEN2-1837 Change-Id: I17bb587ef56704e0a122d65c7d29a2998489ce9c Signed-off-by: dfarrelly <david.farrelly@est.tech>
2019-11-07Update authentication types descriptionpawel3-22/+4
Issue-ID: DCAEGEN2-1913 Signed-off-by: pawel <pawel.kasperkiewicz@nokia.com> Change-Id: Ic8b611a65c1c7eb781265b2481f60952b7abfb24
2019-10-07El-alto rls notes updates5.0.1-ONAPVijay VK2-5/+5
Change-Id: I07e6e2fcbf8b23c501e954644187a956cc22b161 Signed-off-by: VENKATESH KUMAR <vv770d@att.com> Issue-ID: DCAEGEN2-1669 Signed-off-by: VENKATESH KUMAR <vv770d@att.com>
2019-09-12tca log enablementVijay VK2-1/+93
Change-Id: I0bd4d508da88b3480027f93ed6d5a7417df6946b Signed-off-by: VENKATESH KUMAR <vv770d@att.com> Issue-ID: DCAEGEN2-1669 Issue-ID: OJSI-167 Signed-off-by: VENKATESH KUMAR <vv770d@att.com>
2019-08-27Merge "Update dfc certificates instruction"Tony Hansen2-7/+18