This project is mirrored from https://:*****@osm.etsi.org/gerrit/osm/LCM.git. Pull mirroring updated .
  1. Jun 27, 2022
  2. Jun 25, 2022
  3. Jun 22, 2022
  4. Jun 21, 2022
  5. Jun 10, 2022
  6. Jun 07, 2022
  7. May 31, 2022
  8. May 30, 2022
  9. May 27, 2022
  10. May 25, 2022
  11. May 24, 2022
    • escaleira's avatar
      added namespace argument to the N2VC's KDU uninstall function call · e1ea267e
      escaleira authored and garciadeblas's avatar garciadeblas committed
      
      
      This is needed for the fix to the N2VC's bug 1995. This because when
      uninstalling a KDU based on Helm Charts, we need to know thenamespace/model
      associated to the Juju Bundle. However, if we try to obtain the
      namespace from the database in the uninstall method on N2VC, most of the
      times the nsrs associated data was already removed, which means that
      N2VC will not be able to obtain it there (in the end, the
      model/namespace is not removed). The most easy way is to pass the
      namespace to the method, as done here.
      
      Change-Id: I70bf67b301aa3036c9456f5c2c9c5d3176f7b58e
      Signed-off-by: escaleira's avatarPedro Escaleira <escaleira@av.it.pt>
      e1ea267e
  12. May 20, 2022
  13. May 18, 2022
  14. May 10, 2022
  15. May 03, 2022
  16. Apr 21, 2022
  17. Apr 05, 2022
  18. Mar 22, 2022
  19. Mar 15, 2022
  20. Mar 07, 2022
  21. Feb 10, 2022
  22. Feb 02, 2022
  23. Feb 01, 2022
  24. Jan 28, 2022
  25. Jan 18, 2022
    • Mark Beierl's avatar
      Bug 1863: LTS Support · d213eba8
      Mark Beierl authored
      
      
      Updates base to Ubuntu 20.04
      Adds apt cache to stage 2 dockerfile
      Updates python to 3.8
      Updates pip dependencies to more recent versions
      
      Fixes bug 1863
      
      Change-Id: If82a6f3169f7e800c6284c7f3e7f232b7fc73ea5
      Signed-off-by: default avatarbeierlm <mark.beierl@canonical.com>
      d213eba8
  26. Jan 10, 2022
  27. Dec 01, 2021
  28. Nov 12, 2021
  29. Nov 09, 2021
  30. Nov 03, 2021
    • garciadav's avatar
      Feature 10887: Add cross-model relations support · b4ebcd0d
      garciadav authored
      Changes:
      - Update the `osm_lcm.ns.NsLcm._add_vca_relations` function, and
      decouple it into simpler and smaller functions.
      - Get relation data for the descriptor taking into account the changes
      introduced here: https://osm.etsi.org/gerrit/11212/
      
      
      - Add `osm_lcm.data_utils.vca` module to take care of VCA related parts
      in the IM
      - Add a couple of functions into the `osm_lcm.data_utils` package:
        - nsd: get_vnf_profile(), get_ns_configuration(),
      get_ns_configuration_relation_list()
        - nsr: get_nsd(), get_deployed_vca_list(), get_deployed_vca()
        - vnfd: get_relation_list()
      - Rename `osm_lcm.data_utils.vnfd.get_kdu_profile` to `osm_lcm.data_utils.vnfd.get_kdu_resource_profile`
      
      Change-Id: I6da29e656d092e17c85b44f5b3960a6ca3aa3ad8
      Signed-off-by: default avatarDavid Garcia <david.garcia@canonical.com>