aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2022-11-16Fix DOC config fileskohnmarineMD7-60/+101
Issue-ID: DOC-798 Signed-off-by: marineMD <marine.de.dorlodot@intl.att.com> Change-Id: I957caa5fb808d623c1d3c12255c0f587a81064a7 (cherry picked from commit 122d630f1703c51b73676ecf0c1622fd3f882d78)
2022-11-14Finalizing E2E network slicing use case release notes for Kohn release.deepikasatheesh1-27/+9
Issue-ID: REQ-1366 Signed-off-by: deepikasatheesh <deepika.s84@wipro.com> Change-Id: I52b2aab0d4d58156fbe2c21a4a72c4977028546f (cherry picked from commit 6004a811d4ee78e81d51da226e9e0bec8c543ba4)
2022-11-14[DOC] Fix broken links on documentationMichal Jagiello5-8/+69
After release of documentation on another projects there are some changes which needs to be done on int doc. Issue-ID: REQ-1366 Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl> Change-Id: I8b9e1cd568f94c230d144888f309d4e117c94b0e (cherry picked from commit eaebcef6d5dad376a24a39b90309ac6a9f213118)
2022-11-03noheat: Updates for KohnMaciej Wereski6-9/+9
Issue-ID: INT-1601 Signed-off-by: Maciej Wereski <m.wereski@partner.samsung.com> Change-Id: I86a813380de30c2e30c2275d3555f7e231929415
2022-11-03Dockerizing simulatorsxuegao1-0/+1
Add version in the yaml file for Jenkins job. Issue-ID: INT-2162 Signed-off-by: xuegao <xue.gao@intl.att.com> Change-Id: Id94161a1678570f0e13e73c7c8e6f8ebed0ea70c
2022-11-02Integration Kohn release doc updateMichal Jagiello24-226/+109
Update doc for ONAP Kohn release Issue-ID: INT-2159 Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl> Change-Id: I0b0082cb460dfa46c587dff48a84317c27515260
2022-10-26Updated Kohn release notes for 5G SON use casekevin.tang1-4/+6
Issue-ID: REQ-1335 Signed-off-by: Kevin Tang <kzytang@gmail.com> Change-Id: Id13e01ef2d9e0ff383d776654df9d1659ad25ef5
2022-10-24[INTEGRATION] Update committers listMichal Jagiello1-32/+6
That change was done by automated integration tool to maintain commiters list in INFO.yaml Issue-ID: INT-2146 Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl> Change-Id: I8b337000065b51f929ce2481d6a666efd3c2716e
2022-10-24Dockerizing simulatorsxuegao1-0/+25
Create docker images for Ran nssmf simulator. Issue-ID: INT-2162 Signed-off-by: xuegao <xue.gao@intl.att.com> Change-Id: Ia66c637b24c2422877a6310ecd16946eeda6416c Signed-off-by: xuegao <xue.gao@intl.att.com>
2022-10-12noheat: Upgrades, refactor, deploy DevstackMaciej Wereski58-243/+715
* Revert "Enable VID" (this reverts commit 2223bfaffa8fe5fb90c578ec71a035f001b9ce22) * make sure ca-certificates is current * add ability to configure Docker daemon * upgrade Ubuntu to 20.04 * update tools, dependencies, Ansible Galaxy collections, Docker, RKE, k8s & charts * make Prometheus & MetalLB optional * deploy Istio * use copy instead of ansible.posix.synchronize * Allow to set IP address pools in OpenStack * fix ansible-lint issues * split big tasks files into smaller ones * migrate to ansible-core * add 'make onap' task * add Devstack deployment * fix NFS exports * add Strimzi * install Docker on operator * override Nexus only on hosts that need it * ability to set override file (sm-onap is default) * ability to set ONAP (OOM) branch * ability to set Devstack version * add playbook to deploy everything * describe how to run playbooks * save operator0 access information * install Galaxy deps with dedicated module Issue-ID: INT-1601 Signed-off-by: Maciej Wereski <m.wereski@partner.samsung.com> Change-Id: I88cfeeaf281c175340b63909983251ecd62eeb00
2022-09-30noheat: improvements for infra setup and Helm push pluginRado Chmiel6-8/+26
* set remote_src in helm installation * add umount to clean up nfs mountpoint * fix pip executable error for Ubuntu 20.04 * make separate volume usage for instances optional * add ability to set public DNS servers to network creation * change installation method to command since current stable release of kubernetes.core doesnt support versioning * hardcode helm push plugin version to 0.9.0 Issue-ID: INT-1601 Signed-off-by: Maciej Wereski <m.wereski@partner.samsung.com> Change-Id: I5d374db779f6fc1f165eb5efe9b69b8a05c9f388
2022-09-22Updating the release notes for the CCVPN use-case enhancements in Kohn release.Hesam Rahimi1-0/+32
Issue-ID: INT-2153 Signed-off-by: Hesam Rahimi <hesam.rahimi@huawei.com> Change-Id: I1b8f0f7d3387db06c5d7ee27518fa78fdd749f48
2022-09-22Fix a few RST warningsCédric Ollivier4-7/+11
They were detected during a deep dive in ONAP doc issues. Issue-ID: DOC-782 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com> Change-Id: Ib668d427e32a12a1d63b5405f79b99c69daf4007
2022-09-22Update docs for 5G SON use case Kohn releasekevin.tang1-9/+20
Issue-ID: REQ-1304 Signed-off-by: Kevin Tang <kevin.tang@stl.tech> Change-Id: I9a845149c29bf1dfb0b84d19662e84b5f5be991d
2022-09-22Updated E2E Network Slicing use case docs for Kohn releasekevin.tang1-0/+42
Issue-ID: REQ-1298 Signed-off-by: Kevin Tang <kevin.tang@stl.tech> Change-Id: I982e0c247dadb015a6679659729412fce16c4313
2022-09-22Describe NS preparation scriptsxuegao4-5/+48
Add description of how to use Network Slicing Option2 preparation scripts to automate the step. Issue-ID: DOC-803 Signed-off-by: xuegao <xue.gao@intl.att.com> Change-Id: If83cb144a1b6e7b73b4e8bcebe25a7e86100a326
2022-09-22Force py3.8 in tox.iniLukasz Rajewski2-7/+7
It allows leveraging on OpenStack Yoga's upper-contraints without any exception. Issue-ID: DOC-782 Signed-off-by: Lukasz Rajewski <lukasz.rajewski@t-mobile.pl> Change-Id: Ie87d28c90e4284f25c3015f7d64ba3238929c118
2022-09-22Fix a former wiki.opnfv.org pageCédric Ollivier1-1/+2
Now wiki.opnfv.org redirects to wiki.anuket.io. Some pages had not been copied to the new website which breaks both Anuket and ONAP gates. Issue-ID: DOC-765 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com> Change-Id: Ic0e5fc62c2d2796f853e266409e3dec9f3f9e316
2022-09-02Force py3.8 in tox.iniCédric Ollivier1-4/+4
It allows leveraging on OpenStack Yoga's upper-contraints without any exception. Issue-ID: DOC-782 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com> Change-Id: I4ba6e62364a31e240d25f5f4405202eea27ef8a6
2022-08-29FIX Datafile collector (DFC) CSITs failingTomasz Wrobel2-6/+6
Issue-ID: DCAEGEN2-3244 Signed-off-by: Tomasz Wrobel <tomasz.wrobel@nokia.com> Change-Id: Id4149573ff55140e920c752ddbb8d0946d2c75c4
2022-06-10[DOC] Fix URL to UNH lab wikiMaciej Wereski1-1/+1
Issue-ID: INT-2102 Signed-off-by: Maciej Wereski <m.wereski@partner.samsung.com> Change-Id: I80cfb648bc71a7b9a08df47ec06511e72e20140a
2022-06-02Finalizing release notes for E2E Network Slicing use case Jakarta releaseKevin Tang1-9/+1
Issue-ID: REQ-1219 Signed-off-by: Kevin Tang <kevin.tang@stl.tech> Change-Id: Ib4d6207e52f0af4390829f556b9b06ab50c1612b
2022-05-30Update doc with Jakarta daily dashboardsMichal Jagiello4-15/+15
After creation integration pipelines for Jakarta update doc with screenshots of Jakarta daily tests result dashboard Issue-ID: INT-2108 Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl> Change-Id: I2a024984ed59a32b2184dcfa12e98f8eeaa56bfb
2022-05-23Updated Jakarta release notes for OOF-SON use caseKevin Tang2-16/+15
Issue-ID: REQ-1185 Signed-off-by: Kevin Tang <kevin.tang@stl.tech> Change-Id: I62279079b8a3e6a941f8d7f6c67b7a62e64e1ab9
2022-05-11Updated Jakarta release notes for E2E Network Slicing use caseKevin Tang1-21/+86
Issue-ID: REQ-1167 Signed-off-by: Kevin Tang <kevin.tang@stl.tech> Change-Id: Idc3cb66d313cd4022d18221737c40229127873c8
2022-05-11Fix broken links in docMichal Jagiello6-22/+16
Jenkins verify job is failing due to invalid links on the doc Issue-ID: INT-2108 Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl> Change-Id: I3015eb02533a3c2f9115d82f8d5b9c68f7043a40
2022-05-05[INTEGRATION] Update committers listMichal Jagiello1-0/+8
That change was done by automated integration tool to maintain commiters list in INFO.yaml Issue-ID: INT-2106 Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl> Change-Id: Idb88ed0b6ca573fcde1f15320cdd55cfe04b7f07
2022-05-05[DOC] Jakarta release docMichal Jagiello23-345/+165
Integration doc for Jakarta release Issue-ID: INT-2102 Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl> Change-Id: Iff2cbf3a0ff41614f10f6e7775c6a0d42cd3258f
2022-04-14Add bounds to sphinx requirementCédric Ollivier1-6/+2
As ONAP was created before Oct 20 2020 in RTD, we must set bounds to enforce a compatible Sphinx version (see manual). Issue-ID: DOC-782 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com> Change-Id: I17aa594f08a64c2b20e41671d27ddf88860a2ffd
2022-03-31[DOC] Changes for vFW CNF use case and CNFOLukasz Rajewski2-187/+58
Issue-ID: REQ-1147 Signed-off-by: Lukasz Rajewski <lukasz.rajewski@orange.com> Change-Id: I39e69dcc16191e334f006bcebffbbbe73d232d4d
2022-03-31Updating the release notes for the CCVPN use-case enhancements in Jakarta ↵Hesam Rahimi1-0/+43
release. Issue-ID: INT-2096 Signed-off-by: Hesam Rahimi <hesam.rahimi@huawei.com> Change-Id: I7986292d108daba1a5448039e3debfe7ae9562ed
2022-03-30Update docs for OOF-SON use casenkshankar1-21/+45
- Added notes for Jakarta release Issue-ID: REQ-1129 Signed-off-by: nkshankar <nkshankar@gmail.com> Change-Id: Ic8aaa0728a43936cd4c6e1ed590e01ba8f0fbf5b
2022-03-30[DOC] Check the documentation Jenkins jobMichal Jagiello2-16/+13
Issue-ID: INT-2089 Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl> Change-Id: I412c61e849c5bd366d321b0e6b4a184299b03a62
2022-03-29[DOC] Fix URL to 5gbulkpm test caseMaciej Wereski1-1/+1
Issue-ID: INT-2095 Signed-off-by: Maciej Wereski <m.wereski@partner.samsung.com> Change-Id: I4f8dc9a98cc6e00dc343fc160a4bcf5bcc9123b0
2022-03-29[STRIMZI_CA] Add strimzi ca to cert checkefiacor1-1/+2
Signed-off-by: efiacor <fiachra.corcoran@est.tech> Change-Id: I246820e8d101834cbee43300a818c68dc03b2f14 Issue-ID: INT-2097
2022-03-04Add the support of activate/deactivate events to RAN NSSMF simulatorYogendra Pal3-1/+94
Issue-ID: INT-2080 Signed-off-by: yogendrapal <yogendra@aarnanetworks.com> Change-Id: If4e7bd29c4350e41ef2a1c2bf7ce40cea0bd2a66
2022-03-01[INTEGRATION] Support additions in committers automation toolMichal Jagiello1-40/+151
Issue-ID: INT-2077 Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl> Change-Id: I89d3b134fc6f99d83f78b3d64a72cdf2c2907038
2022-02-28[INTEGRATION] Update committers listMichal Jagiello1-10/+16
That change was done by automated integration tool to maintain commiters list in INFO.yaml Issue-ID: INT-2077 Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl> Change-Id: I80a7723274d6902d48f4f1781618b20f15a670a6
2022-02-02[CERT] Update check_certificate testmrichomme1-1/+1
The test was not working since the update of the kubernetes version nobody remarked it.. In fact Ingress have been promoted and the kubernetes client API changed accordinggly Issue-ID: TEST-381 Signed-off-by: mrichomme <morgan.richomme@orange.com> Change-Id: I3a4691be7c9ffbf385e851d905181e4b5ec1f2f8
2021-12-14[DOC] Update documentation with recent additionsBartek Grzybowski4-1/+7
Add info about data-provider tool Add info about edit_committers_info Fix broken link Change-Id: I56f02ae4e82e066877b080ba39b22d33e84d2054 Issue-ID: INT-2035 Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
2021-11-25[INTEGRATION] Automate INFO.yaml file maintenanceMichal Jagiello4-0/+570
Edit commiters list tool to automate commiters deletion on multiple repositories Issue-ID: INT-2009 Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl> Change-Id: I1afd6f3a6b3539ad0a5e9273c6baee2f1e25ad19
2021-11-25[INTEGRATION] Remove Bartosz Gardziejewski from commiters listMichal Jagiello1-5/+3
That change was done by automated integration tool to maintain commiters list in INFO.yaml Issue-ID: INT-2008 Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl> Change-Id: I844ca3cab4248fcdb8014ed5680d181d2875f46a
2021-11-24minor update of docs_E2E_network_slicing.rst after reviewthmsdt1-8/+9
Issue-ID: INT-2007 Signed-off-by: thmsdt <thomas.kulik@telekom.de> Change-Id: I04f87da1693495c218ea785863323327c3d89ba1
2021-11-23Add description to register the 3rd party controllersthmsdt1-1/+63
End-to-End Network Slicing Usecase / docs_E2E_network_slicing.rst Issue-ID: INT-2007 Signed-off-by: thmsdt <thomas.kulik@telekom.de> Change-Id: I4fe29a016a44b8f7568726eb1e9a15634e42d6c6
2021-11-16[S3P] Add S3P Istanbul documentationmrichomme11-344/+172
This section includes the results of - CI tests - stability tests - resiliency tests Issue-ID: INT-1988 Signed-off-by: mrichomme <morgan.richomme@orange.com> Change-Id: I1ccaf28014e6e68022caf723796ffd166363f02b
2021-11-05[DOC] vFW CNF Use Case Istanbul documentationLukasz Rajewski6-96/+1407
Update documentation of vFW CNF Use Case for Istanbul Issue-ID: REQ-931 Signed-off-by: Lukasz Rajewski <lukasz.rajewski@orange.com> Change-Id: If6ee8586f5a07c934cd8d502b10f16d0a6371748
2021-11-03[INTEGRATION] Update the doc with the Istanbul name instead of HonoluluMichal Jagiello1-4/+4
Update the doc on Use Cases page where we still have "Honolulu" branch name Issue-ID: INT-1966 Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl> Change-Id: I20814b94caf25feb831bc6cf305e404af457b7ba
2021-11-03E2E Network Slicing Doc - formatting updatesAhila1-23/+21
Issue-ID: INT-1979 Signed-off-by: Ahila <ahila.pandaram@wipro.com> Change-Id: Ic8c1acbdac2e3b77551e738e2f83274a64e5b6db
2021-10-14Update docs for 5G SON usecasekrishnaa962-35/+23
Issue-ID: REQ-970 Signed-off-by: krishnaa96 <krishna.moorthy6@wipro.com> Change-Id: I2a4e8e7706c1853e691f65c3bf008f431ff6d343
2021-10-13[INTEGRATION] Istanbul release doc updateMichal Jagiello15-164/+147
Issue-ID: INT-1988 Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl> Change-Id: I1055a28d07ace22f29c5e230561643733d606f7b