aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2024-08-26Revert the upgrade of python in toxMarek Szwałkiewicz1-1/+1
Issue-ID: INT-2287 Change-Id: I532bf1c9e4034dd26b8c9bc2a9b64da713e34da1 Signed-off-by: Marek Szwałkiewicz <marek.szwalkiewicz@external.t-mobile.pl>
2024-08-23Fix issues with tox runs on docsMarek Szwałkiewicz2-3/+2
Changed python version from 3.8 to 3.10 due to package availability. Fixed anuket link that blocked rendering of html. Removed openstack upper constraints as they were removed from openstack repo. Issue-ID: INT-2286 Change-Id: I9c436087830b3442788e7b70622b5d46f04db017 Signed-off-by: Marek Szwałkiewicz <marek.szwalkiewicz@external.t-mobile.pl>
2024-02-27update link to upper-constraints.txtthmsdt1-3/+3
Issue-ID: DOC-823 Change-Id: Ib3e79dee2867a0ce1e3a662bd39b5767b4645c10 Signed-off-by: thmsdt <thomas.kulik@telekom.de>
2024-02-20add python compatibility modulethmsdt1-0/+1
Issue-ID: DOC-823 Change-Id: Ia5eee34e08cb0d3152e598fc79d2f3b01e8bb013 Signed-off-by: thmsdt <thomas.kulik@telekom.de>
2024-01-09Change onap-k8s-toolbox base image to ubuntuMarek Szwałkiewicz2-4/+4
Previous image versions were based on alpine which was not tested against the OOM makefiles. Switch to Ubuntu should fix compatibility issues with the installer. Issue-ID: INT-2276 Change-Id: Ia249bd1b5708c65e15e18b6d6c2b90c5f369ddeb Signed-off-by: Marek Szwałkiewicz <marek.szwalkiewicz@external.t-mobile.pl>
2024-01-08Add make to k8s toolbox imageMarek Szwałkiewicz2-2/+2
Issue-ID: INT-2276 Change-Id: Ib98a8f5ca5e6827dc2be0cfc9b1634ab297a312e Signed-off-by: Marek Szwałkiewicz <marek.szwalkiewicz@external.t-mobile.pl>
2023-12-19Add bash to alpine toolbox imageMarek Szwałkiewicz2-2/+2
Issue-ID: INT-2276 Change-Id: I8409e55f536af1f5d43667fdf6785ef24195a35b Signed-off-by: Marek Szwałkiewicz <marek.szwalkiewicz@external.t-mobile.pl>
2023-12-14Add git to toolbox imageMarek Szwałkiewicz2-2/+2
Issue-ID: INT-2276 Change-Id: Ib0a9cc85af7aebf1c64bcfbb177c7939fd23eb48 Signed-off-by: Marek Szwałkiewicz <marek.szwalkiewicz@external.t-mobile.pl>
2023-12-07Add docker image with tools required by gating pipelineMarek Szwałkiewicz3-0/+25
The docker image is needed to handle all gating pipeline operations this commit provides the docker and release files, the build and push operations will be commited to ci-management repo. Issue-ID: INT-2276 Change-Id: I74b70126d1dbc68a2998fa292a713534ee8677a7 Signed-off-by: Marek Szwałkiewicz <marek.szwalkiewicz@external.t-mobile.pl>
2023-12-06Remove docs link that returns 404Marek Szwałkiewicz1-1/+0
Issue-ID: INT-2276 Change-Id: Ic49769986ce5db9bf33f500ad8d831c70caf1a49 Signed-off-by: Marek Szwałkiewicz <marek.szwalkiewicz@external.t-mobile.pl>
2023-07-13Revert "Appended London Release Notes"Vishal Varvate1-10/+0
This reverts commit b1971b6090809e064230c60484d78a79f5dd0ad5. Reason for revert: <Need to move the changes to the London Release> Issue-ID: REQ-1445 Change-Id: I947ae96cb1a75923cf57927c21e0d70a8fa06958 Signed-off-by: vvarvate <vishal-vasantrao.varvate@capgemini.com>
2023-07-12Appended London Release Notesvvarvate1-0/+10
For 5G SON Use Case Project ,added release notes for London release mentioning the major work done for London release. Issue-ID: REQ-1445 Signed-off-by: vvarvate <vishal-vasantrao.varvate@capgemini.com> Change-Id: I1ea93e16757fd7839aee5de8b593bf498c9d8db2
2023-07-12Finalizing requirement documentation for E2E network slicing use case London ↵kevin.tang1-1/+1
releasee Issue-ID: REQ-1565 Signed-off-by: Kevin Tang <kzytang@gmail.com> Change-Id: Ib095c1a4772a6603d97120b98ff857c72ebbc9bb
2023-07-12Updating preliminary release notes for E2E network slicing use case London ↵kevin.tang1-4/+0
release Issue-ID: REQ-1518 Signed-off-by: Kevin Tang <kzytang@gmail.com> Change-Id: I6fcff8edf443d090e955a792e81e91cb5d348083
2023-07-12Creating preliminary documentation for E2E Network Slicing use case London ↵kevin.tang1-0/+23
release Issue-ID: REQ-1460 Signed-off-by: Kevin Tang <kzytang@gmail.com> Change-Id: I8ce72f5539bd05f8002c8385a90871195a537034
2023-07-12Fix broken link to oom docsMarek Szwałkiewicz1-1/+1
Issue-ID: INT-2248 Change-Id: I0408d7636e55082f7fbb47243140e0b058bd3bc9 Signed-off-by: Marek Szwałkiewicz <marek.szwalkiewicz@external.t-mobile.pl>
2023-07-03Set Python and Ubuntu versions in .readthedocs.yamlCédric Ollivier1-7/+5
It now follows the ONAP gate configurations. It also fixes the settings and formats it. Issue-ID: DOC-811 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com> Change-Id: Ifa0529c63c5fc4a1896a0bc9bd3f65f52a741371
2023-05-29Fix mix of tabs and spacesMarek Szwałkiewicz1-61/+60
In some parts of s3p/generator/locustfile.py tabs were used as 8 spaces Issue-ID: INT-2238 Change-Id: I7982db3abeefbc2f4ef1219a64be3fc962cadd18 Signed-off-by: Marek Szwałkiewicz <marek.szwalkiewicz@external.t-mobile.pl>
2023-05-04Updating the release notes for the CCVPN use-case enhancements in London ↵Hesam Rahimi1-0/+30
release. Issue-ID: INT-2223 Signed-off-by: Hesam Rahimi <hesam.rahimi@huawei.com> Change-Id: I3987f504673849a809e9b27ea7272290bb8d4bbf
2023-04-24[Secrity] Add missing templates files into packageMichal Jagiello2-1/+4
After migration to use pyproject.toml I forget to add templates into package. There is also change needed to use new package name on jinja env loading Issue-ID: TEST-394 Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl> Change-Id: Ia9f2a26f00f83f92a9a6d01f25e663bddf1fa098
2023-04-21Fix security test case scriptMichal Jagiello1-1/+1
After change of script I didn't change the test case execution (sadly) Issue-ID: TEST-394 Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl> Change-Id: Iec8118e06ccc51e17107e8965eec8464e334d06f
2023-04-19Fix security versions scriptMichal Jagiello19-310/+815
That script was usused on security versions tests, so I updated it with the latest changes from repo which was really used, created needed files and after we merge it we could use that on security tests. Issue-ID: TEST-394 Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl> Change-Id: I8e5daa7d43e2723bbe3308cf85b1cae2b2f587ad
2023-04-18Pin tox.ini basepython to 3.8Marek Szwałkiewicz5-5/+5
Issue-ID: INT-2222 Change-Id: Id4577f676d914b1925949586771880fde1fa32e1 Signed-off-by: Marek Szwałkiewicz <marek.szwalkiewicz@external.t-mobile.pl>
2023-04-17Changes on security versions scriptMichal Jagiello1-3/+47
Limit namespace to ONAP Disable istio sidecars check by default Issue-ID: INT-2193 Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl> Change-Id: Ie307ecca1eb88a80582172ce292113217944c9ff
2023-04-17Fix integration stability tests settings templateMichal Jagiello1-0/+1
Add missing SDC_CLEANUP flag Issue-ID: INT-2193 Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl> Change-Id: Ia2708433501820f871c0b92e2bf05395291def38
2023-04-14Update INFO.yaml with new PTLMarek Szwałkiewicz1-4/+7
Marek Szwalkiewicz was added as the new INT PTL and committer. Issue-ID: INT-2218 Change-Id: I71c32623d4aec02a7884db90be6a88e98ddc5028 Signed-off-by: Marek Szwałkiewicz <marek.szwalkiewicz@external.t-mobile.pl>
2023-04-13Update tox.ini with allowlist_externals for 4.x compatibilityMarek Szwałkiewicz1-1/+4
Change to tox 4.x forced deprecation of whitelist_externals which now need to be called allowlist_externals. Issue-ID: INT-2220 Change-Id: I1884945d8f46653dc08e141b4f27f68de98874d1 Signed-off-by: Marek Szwałkiewicz <marek.szwalkiewicz@external.t-mobile.pl>
2023-04-13Remove broken link to dcaemod robot tests from docsMarek Szwałkiewicz1-1/+0
Linking to missing file was breaking docs link tests. Issue-ID: INT-2220 Change-Id: Ia67d6dcb47a07381c53d1111a82614204555d4cf Signed-off-by: Marek Szwałkiewicz <marek.szwalkiewicz@external.t-mobile.pl>
2023-03-24Fix onaptests_benchMichal Jagiello1-1/+1
Add missing comma Issue-ID: INT-2214 Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl> Change-Id: I4267012c8ec32d3f3da313ce2979656ec45c5370
2023-03-24Change on onaptests_bench to run stability tests on sm envMichal Jagiello6-16/+28
Change settings and hosts on launcher script Issue-ID: INT-2214 Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl> Change-Id: If62d43f2e103629e35a313847ae97e5a6b90e13d
2022-12-01Fix onap tests bench library to run stability tests with customized service ↵Michal Jagiello1-3/+5
definition Stability tests are executed with custom service definiton only. Issue-ID: INT-2150 Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl> Change-Id: I78c4e72536b5bf9b116c5e164259b7bd0a398234
2022-11-25Add onaptests_bench into integration project repositoryMichal Jagiello12-0/+1104
Migrate ONAP GitLab project into integration ONAP project Issue-ID: INT-2150 Signed-off-by: Michal Jagiello <michal.jagiello@t-mobile.pl> Change-Id: I5748c47931c8cf37a2fc88d89e117445d6987010
2022-11-16Fix DOC config filesmarineMD7-60/+101
Issue-ID: DOC-798 Signed-off-by: marineMD <marine.de.dorlodot@intl.att.com> Change-Id: I957caa5fb808d623c1d3c12255c0f587a81064a7
2022-11-16noheat: Add workaround for SDC case-sensivity in IstioMaciej Wereski2-0/+56
As described in 'Add an EnvoyFilter for HTTP header case' section of https://wiki.onap.org/display/DW/ONAP+on+ServiceMesh+setup+guide Issue-ID: INT-1601 Signed-off-by: Maciej Wereski <m.wereski@partner.samsung.com> Change-Id: I7d52794a9679bdb4c27afa3ebddecd41e561a0a2
2022-11-10Finalizing 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
2022-11-10[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
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