This project is mirrored from https://:*****@osm.etsi.org/gerrit/osm/NBI.git. Pull mirroring updated .
  1. Mar 22, 2022
  2. Jan 28, 2022
  3. Jan 18, 2022
    • Mark Beierl's avatar
      Bug 1844: LTS Support · 0ae051c5
      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 1844
      
      Change-Id: I66a80d649fa5beaaf0821c9e307ca7215ede9fd4
      Signed-off-by: default avatarbeierlm <mark.beierl@canonical.com>
      0ae051c5
  4. Dec 02, 2021
  5. Nov 22, 2021
  6. Nov 16, 2021
  7. Nov 10, 2021
  8. Oct 21, 2021
  9. Oct 14, 2021
  10. Oct 07, 2021
  11. Aug 24, 2021
    • ksaikiranr's avatar
      Bug 1538 Fixed · bb00602b
      ksaikiranr authored and guzman's avatar guzman committed
      
      
      In case if df is not available in an NSD then  nsd.get("df", [[]])[0].get("vnf-profile", ())
      raises an exception. Since [[]][0] returns a list and list does not have a get() function.
      Fix is to change [[]] to [{}] such that when [{}][0] is executed we get a dict instead of
      list.
      
      Change-Id: I7e7ce62a44720dcc368ce7a4fa3d0bc1d7beb43b
      Signed-off-by: default avatarK Sai Kiran <saikiran.k@tataelxsi.co.in>
      bb00602b
    • Mark Beierl's avatar
      Including upstream requirements · 3c417b3e
      Mark Beierl authored and guzman's avatar guzman committed
      
      
      Now that internal OSM software does not specify python modules in
      setup.py, we need to include the requirements.txt from the module
      in the requirements-dev.in to generate the full list properly.
      
      Change-Id: I15a61b1ba000de6acd2e1757a362cc92812c0b0a
      Signed-off-by: default avatarbeierlm <mark.beierl@canonical.com>
      3c417b3e
  12. Aug 03, 2021
  13. Jul 23, 2021
  14. Jul 16, 2021
  15. Jul 08, 2021
  16. Jul 01, 2021
  17. Jun 03, 2021
  18. May 27, 2021
  19. May 18, 2021
  20. May 13, 2021
  21. May 11, 2021
  22. May 05, 2021
  23. Apr 27, 2021
  24. Apr 21, 2021
  25. Apr 19, 2021
    • garciadeblas's avatar
      Fix bug 1479 to check conflicts on deleting vnpkg · f576eb9b
      garciadeblas authored
      
      
      This change affects descriptor_topics.py, specifically the method
      check_conflict_on_del of class VnfdTopic. When deleting a NF package,
      several checks are required. One of them is the search of NS packages
      using that NF package. The filter used for that search was not updated
      when moving to SOL006 descriptors. That filter is updated by this
      change.
      
      In addition, this change updates the messages returned in case of
      conflicts. The terms 'instance' and 'package' are added for
      clarification.
      
      Change-Id: I312e9955347c7b79286a0fb33970441edfc17ff0
      Signed-off-by: default avatargarciadeblas <gerardo.garciadeblas@telefonica.com>
      f576eb9b
  26. Apr 06, 2021
  27. Mar 17, 2021
  28. Mar 05, 2021
  29. Mar 04, 2021
  30. Mar 01, 2021
  31. Feb 25, 2021
  32. Feb 22, 2021
  33. Feb 21, 2021
  34. Feb 19, 2021
  35. Feb 10, 2021
  36. Feb 04, 2021