This project is mirrored from https://:*****@osm.etsi.org/gerrit/osm/LCM.git. Pull mirroring updated .
  1. May 30, 2022
  2. May 27, 2022
  3. May 25, 2022
  4. 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
  5. May 20, 2022
  6. May 18, 2022
  7. May 10, 2022
  8. May 03, 2022
  9. Apr 21, 2022
  10. Apr 05, 2022
  11. Mar 22, 2022
  12. Mar 15, 2022
  13. Mar 07, 2022
  14. Feb 10, 2022
  15. Feb 02, 2022
  16. Feb 01, 2022
  17. Jan 28, 2022
  18. 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
  19. Jan 10, 2022
  20. Dec 01, 2021
  21. Nov 12, 2021
  22. Nov 09, 2021
  23. 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>
  24. Oct 21, 2021
  25. Aug 16, 2021
  26. Jul 29, 2021
  27. Jul 26, 2021
  28. Jun 21, 2021
  29. Jun 03, 2021
  30. May 31, 2021
  31. May 28, 2021
    • garciadav's avatar
      Fix 1533 (nscharms): read juju from descriptor · 9ad54a4e
      garciadav authored
      
      
      In the VNFD, the juju section has been removed and included inside the
      execution environment list. Since then basic_12 (nscharms) has not been
      properly working because we are only looking for the
      execution-environment-liist key inside the descriptor, but that does not
      apply to the NSD.
      
      Additionally, I fixed the deletion of the nscharm, that was failing due
      to the member-vnf-index key not existing in the deployed VCA.
      
      Change-Id: Icb3220f28e373cf8ac3f978c9a3a83b179540512
      Signed-off-by: default avatarDavid Garcia <david.garcia@canonical.com>
      9ad54a4e