This project is mirrored from https://:*****@osm.etsi.org/gerrit/osm/RO.git. Pull mirroring updated .
  1. Jul 06, 2022
  2. Jun 25, 2022
  3. Jun 24, 2022
  4. Jun 23, 2022
    • elumalai's avatar
      RO Unit Tests for Feature: 10910 · c8b3fb65
      elumalai authored
      
      
      Added unit tests in RO for feature 10910 - Migration of
      Openstack based VM instances
      
      Change-Id: I2bbca8db3fd253fccbfcfb1e5aaf732b571dbfb2
      Signed-off-by: default avatarelumalai <deepika.e@tataelxsi.co.in>
      c8b3fb65
    • aticig's avatar
      Find the interface ports regardless of VM's existence · 36cad669
      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's avataraticig <gulsum.atici@canonical.com>
      36cad669
  5. Jun 21, 2022
  6. Jun 20, 2022
  7. Jun 17, 2022
    • aticig's avatar
      Fixing Bug 1376 · fe575727
      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's avataraticig <gulsum.atici@canonical.com>
      fe575727
  8. Jun 13, 2022
  9. Jun 07, 2022
  10. May 30, 2022
    • aticig's avatar
      Fix Bug 2041: Backup VDU interfaces for healing features · 37ecec06
      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's avataraticig <gulsum.atici@canonical.com>
      37ecec06
  11. May 27, 2022
  12. May 24, 2022
  13. May 17, 2022
  14. May 16, 2022
  15. May 12, 2022
  16. May 06, 2022
  17. May 02, 2022
  18. Apr 27, 2022
  19. Apr 24, 2022
  20. Apr 22, 2022
  21. Apr 02, 2022
  22. Mar 25, 2022
  23. Mar 22, 2022
  24. Mar 17, 2022
  25. Mar 15, 2022
  26. Mar 02, 2022
    • gallardo's avatar
      Refactor method deploy · a1c2b40a
      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: default avatargallardo <sgallardor@indra.es>
      a1c2b40a
  27. Feb 08, 2022
  28. Jan 26, 2022
  29. Jan 25, 2022
  30. Jan 18, 2022
    • Mark Beierl's avatar
      Bug 1849: LTS Support · 8348393f
      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: default avatarbeierlm <mark.beierl@canonical.com>
      8348393f