This project is mirrored from https://:*****@osm.etsi.org/gerrit/osm/LCM.git. Pull mirroring updated .
  1. Feb 02, 2022
  2. Jan 26, 2022
    • Mark Beierl's avatar
      Bug 1863: LTS Support · 82372ebf
      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>
      82372ebf
  3. Nov 30, 2021
  4. Nov 12, 2021
  5. 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>
  6. Oct 21, 2021
  7. Aug 16, 2021
  8. Jul 29, 2021
  9. Jul 26, 2021
  10. Jun 21, 2021
  11. Jun 03, 2021
  12. May 31, 2021
  13. 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
  14. May 19, 2021
  15. May 14, 2021
  16. May 06, 2021
  17. May 04, 2021
    • aktas's avatar
      Bug 1526 Fix · 45966a0a
      aktas authored and bravof's avatar bravof committed
      
      
      If vnfd:id and vnfd:df:lcm-operations-configuration:operate-vnf-op-config:day1-2:id
      are not the same, it fails to add the relation defined in NSD.
      
      Change-Id: I15e0a23c726fe4257c1b628faae2b2b50c0675e9
      Signed-off-by: default avataraktas <emin.aktas@ulakhaberlesme.com.tr>
      45966a0a
    • aktas's avatar
      Fix 1462 · c458bf58
      aktas authored
      asyncio.sleep is not needed with the changes on https://osm.etsi.org/gerrit/c/osm/N2VC/+/10399
      
      .
      
      Change-Id: Ie7179140011c0c13d4957b8b7824125ac0cac4dd
      Signed-off-by: default avataraktas <emin.aktas@ulakhaberlesme.com.tr>
      c458bf58
    • garciadav's avatar
      Fix bug 1525 · 02ae5404
      garciadav authored
      
      
      This patch adds **kwargs in the LCMHelmConn methods that are not used.
      The feature 10239 added the vca_id parameter for the LCM and N2VC
      communication for Juju related execution environments. The current patch
      will avoid having to add extra parameters that are not needed nor used
      in the LCMHelmmConn.
      
      Change-Id: I673a36c7c13891a53de1d7dc547f13c81616d373
      Signed-off-by: default avatarDavid Garcia <david.garcia@canonical.com>
      02ae5404
  18. May 03, 2021
  19. Apr 22, 2021
  20. Apr 19, 2021
  21. Apr 06, 2021
    • Mark Beierl's avatar
      Feature 10296 Pip Standardization · acf83f8f
      Mark Beierl authored and bravof's avatar bravof committed
      
      
      Creates standard template for tox.ini
      Introduces 'safety' for listing upstream CVEs
      Pins all versions of all upstream modules
      Removes Makefile step and places all build logic into tox.ini
      
      Change-Id: I15c8ec22ad911d5bfa67df5a85175642a59da971
      Signed-off-by: default avatarbeierlm <mark.beierl@canonical.com>
      acf83f8f
  22. Mar 26, 2021
  23. Mar 18, 2021
  24. Mar 15, 2021
  25. Mar 05, 2021
  26. Mar 04, 2021
  27. Mar 02, 2021
  28. Feb 26, 2021
  29. Feb 25, 2021
  30. Feb 23, 2021
  31. Feb 22, 2021