This project is mirrored from https://:*****@osm.etsi.org/gerrit/osm/RO.git.
Pull mirroring updated .
- Jun 23, 2022
-
-
aticig authored
This patch will find and delete the network interface ports regardless of VM's existence. In healing feature, when the VM is deleted manually, network interfaces ports still exist in the Openstack Cloud. If we check the network ports' presence according to vm_id, those ports are not deleted and heal operation fails. This patch will find all the ports, than deletion required interface will be deleted. Change-Id: I139559844aa148109588f70f1472ee2e07d7df67 Signed-off-by: aticig <gulsum.atici@canonical.com>
-
- Jun 21, 2022
-
-
sritharan authored
Change-Id: Ie52edb13367a253ed3fc1a434ca2a170803035e4 Signed-off-by: sritharan <priyadarshini@tataelxsi.co.in>
-
Added support for feature start stop rebuild of VNF instances Added unit test case for start stop rebuil of VNF instances Change-Id: I09d2512084268c190f5ae9cfdaae41269c6bc069 Signed-off-by: k4.rahul <rahul.k4@tataelxsi.co.in>
-
- Jun 20, 2022
-
-
aticig authored
This fix provides to attach interfaces to VNF according to the position order which is defined in the VNFD. Change-Id: Ibe17d63548c8b753f791de2440fec4c763fd8fe2 Signed-off-by: aticig <gulsum.atici@canonical.com>
-
- Jun 17, 2022
-
-
aticig authored
This fix will check the port existence before deleting the port. It will solve the error "Error deleting port: PortNotFoundClient". Change-Id: I2b0b841c6111578e0d1a0cde9057eb3ab0b5a86a Signed-off-by: aticig <gulsum.atici@canonical.com>
-
- Jun 13, 2022
-
-
garciadeblas authored
Change-Id: Idb2d950963754259163e23a0ed9ef1aafc3ce45e Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
-
Feature 10909: Heal operation for VDU. Fix virtual machine deletion and volume deletion when terminating network service Change-Id: Iffe66e3dcb87b0b24ee09fd74129b26dfd87c320 Signed-off-by: palaciosj <jmpalacios@indra.es>
-
- Jun 07, 2022
-
-
aticig authored
Release notes checking in stage-test.sh causes the failure in merge and revert jobs. So it is added as an separate script. Change-Id: Ie20878cb4822ba72e9d81f3e6ede8dcd1f65d99e Signed-off-by: aticig <gulsum.atici@canonical.com>
-
- May 30, 2022
-
-
aticig authored
If a VDU is manually deleted in Openstack, the RO overwrites the interfaces as an empty list. However, healing features (10909 and 10923) need the interfaces information to heal the VDU again. This fix backups the interfaces of VDU under interfaces_backup keyword. Change-Id: I17ea28c2c4f486d0bbecdcbc5005413222bfeed9 Signed-off-by: aticig <gulsum.atici@canonical.com>
-
- May 27, 2022
-
-
aticig authored
Update paramiko version and increase auth_timeout and log paramiko operations in order to fix Authentication Failed error during ssh key injection Change-Id: I544850ae3ca5ff826b71deeacb71c5ab2308ee5a Signed-off-by: aticig <gulsum.atici@canonical.com>
-
- May 24, 2022
-
-
elumalai authored
Added feature support for Migration of Openstack based VM instances from OSM Change-Id: I1e16c3ba323d284c30e4761aec614b18119691af Signed-off-by: elumalai <deepika.e@tataelxsi.co.in>
-
- May 17, 2022
-
-
Change-Id: I2ca791474b9a717413964f1b85d7659489702f14 Signed-off-by: rodriguezgar <frodriguezg@indra.es>
-
- May 16, 2022
-
-
aticig authored
Add traceback for key injection error in robot tests and increase the paramiko ssh client timeout from 10s to 30s. Change-Id: I4f0c24f550e98dc072210cebb36a57b4530818ac Signed-off-by: aticig <gulsum.atici@canonical.com>
-
- May 12, 2022
-
-
romeromonser authored
Change-Id: I1f4161aa4f7b294e1acf2b33ba3208480f09eacc Signed-off-by: Alexis Romero <garomero@indra.es>
-
- May 06, 2022
-
-
aticig authored
This patch prevents to override the vim_details when VM is in error state. By this way, vim_details could be used for healing operations. The messages regarding with the failure is kept in another key names "vim_message". Change-Id: Ie0b73040074865a89d9ab2d447e20a8f3d38d520 Signed-off-by: aticig <gulsum.atici@canonical.com>
-
- May 02, 2022
-
-
aticig authored
Change-Id: I401c94bc8bd67e03e2f039d69237187fd77c10f4 Signed-off-by: aticig <gulsum.atici@canonical.com>
-
Change-Id: I4f15fca7874cfc443f09fa65855579e1318a899d Signed-off-by: gallardo <sgallardor@indra.es> Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com> Signed-off-by: palaciosj <jmpalacios@indra.es>
-
- Apr 27, 2022
-
-
romeromonser authored
Change-Id: I4c14ef26cd78547cb74a19cdd50dbec9b40a0a93 Signed-off-by: Alexis Romero <garomero@indra.es>
-
- Apr 24, 2022
-
-
aticig authored
By this fix, VNFs could have persistent root disk if the disk type is defined as persistent-storage. Besides, the problem of creating unnecessary empty persistent volume is solved. Change-Id: Id032701bba4ce71080c338bc7f112261ec98861e Signed-off-by: aticig <gulsum.atici@canonical.com>
-
- Apr 22, 2022
-
-
aticig authored
This patch fixes bug 1785 the Openstack VIM connector failed Unittests. Openstack VIM unittests and coverage are also enabled in tox.ini. Change-Id: I136a53a6f59c48a1681cfe3c87dbe9aada253a98 Signed-off-by: aticig <gulsum.atici@canonical.com>
-
- Apr 02, 2022
-
-
Change-Id: I5eabb222faf9a5422bfb729ff50984f23ac4b9ba Signed-off-by: Alexis Romero <garomero@indra.es>
-
- Mar 25, 2022
-
-
garciadeblas authored
Change-Id: Id6d0fb10e7bd56574c18a8c6750b2920353ea12f Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
-
- Mar 22, 2022
-
-
gallardo authored
Change-Id: I3e75de24a12b7fc88ee63f68dfea0c6c87877905 Signed-off-by: gallardo <sgallardor@indra.es>
-
- Mar 17, 2022
-
-
aticig authored
Change-Id: I9d8fd2104916a1b16fccb68d21126891ac512b9f Signed-off-by: aticig <gulsum.atici@canonical.com>
-
- Mar 15, 2022
-
-
Change-Id: Ia2f2b71812e46f33144178d342c3559e54d8a03c Signed-off-by: gallardo <sgallardor@indra.es>
-
- Mar 02, 2022
-
-
gallardo authored
This change removes the method `_process_items` and refactors the method `deploy` to do the following tasks: - `calculate_all_differences_to_deploy`: returns the list of items to be created and deleted - `define_all_tasks`: creates all the task structures - `upload_all_tasks`: saves all tasks in the common DB Change-Id: I5cb59dd697875634a4a92df8673c9842a4578d5f Signed-off-by: gallardo <sgallardor@indra.es>
-
- Feb 08, 2022
-
-
gallardo authored
Change-Id: I7f65766ca22dad2f9cc3d2968bc10bc8f7a2779d Signed-off-by: gallardo <sgallardor@indra.es>
-
- Jan 26, 2022
-
-
Change-Id: I350e0e8cbfb7818dcd26ffcb23799c16ff8282a2 Signed-off-by: gallardo <sgallardor@indra.es>
-
Change-Id: Iaddd2515995eb4c49977c7c705b7634638bb3071 Signed-off-by: gallardo <sgallardor@indra.es>
-
Change-Id: I0025b2be85c4153f1812ebbb9108ea14b92770c8 Signed-off-by: preethika.p <preethika.p@tataelxsi.co.in>
-
- Jan 25, 2022
-
-
sousaedu authored
Change-Id: I66726de18610a4405f519371d0ca3edcec1eb252 Signed-off-by: sousaedu <eduardo.sousa@canonical.com>
-
ppree authored
Change-Id: I188fa8e7cbbd3ae5a02523c7ba68ffe2af870bb8 Signed-off-by: preethika.p <preethika.p@tataelxsi.co.in>
-
- Jan 18, 2022
-
-
Mark Beierl authored
Updates base to Ubuntu 20.04 Updates python to 3.8 Updates pip dependencies to more recent versions Adds apt cache to stage 2 dockerfile Fixes bug 1849 Change-Id: I8a589bbc76bb11f4bc0c42ebb727729da5c5c906 Signed-off-by: beierlm <mark.beierl@canonical.com>
-
- Jan 12, 2022
-
-
aticig authored
If there is mgmt-network in the descriptor, there is no mapping of that network to a VIM network in the descriptor, also there is no mapping in the "--config" parameter or at VIM creation; that mgmt-network will be created. Change-Id: Ic3ba8bed0417c49bf7d205b91c04703c6aa1b6a3 Signed-off-by: aticig <gulsum.atici@canonical.com>
-
- Jan 11, 2022
-
-
sousaedu authored
Change-Id: Ie5bf2a57d85114d3eacc9a416004423a18d1f27c Signed-off-by: sousaedu <eduardo.sousa@canonical.com>
-
- Jan 07, 2022
-
-
aticig authored
Unit tests are added for TestVIMInteractionNet Class which belongs to osm_ng_ro.ns_thread Change-Id: I66a096083667c0c25f663b15cd5080850b69212b Signed-off-by: aticig <gulsum.atici@canonical.com>
-
- Jan 05, 2022
-
-
sousaedu authored
Enabling flake8 verifications in tox.ini and adding import sorting. All the plugins have been fixed for flake8 errors and the imports have been sorted. Change-Id: Icdefe9a877e891a683cc833315e4c3f94fffbab9 Signed-off-by: sousaedu <eduardo.sousa@canonical.com>
-
- Jan 04, 2022
-
-
sousaedu authored
Change-Id: I90e81463ac804d52ea65635f5da6386c2cc3e7df Signed-off-by: sousaedu <eduardo.sousa@canonical.com>
-
- Dec 07, 2021
-
-
sousaedu authored
Change-Id: I97165a76371cdf46e472642e3d75d95ef5256650 Signed-off-by: sousaedu <eduardo.sousa@canonical.com>
-
- Dec 05, 2021
-
-
sousaedu authored
Change-Id: I0a04a7b2cbe24660529389926f7b4d51f010ca7d Signed-off-by: sousaedu <eduardo.sousa@canonical.com>
-