This project is mirrored from https://:*****@osm.etsi.org/gerrit/osm/osmclient.git. Pull mirroring updated .
  1. May 10, 2023
  2. Feb 24, 2023
  3. Feb 22, 2023
  4. Jan 27, 2023
  5. Dec 01, 2022
  6. Nov 25, 2022
  7. Nov 11, 2022
  8. Oct 29, 2022
  9. Oct 21, 2022
  10. Sep 19, 2022
  11. Aug 31, 2022
  12. Jul 21, 2022
  13. Jul 15, 2022
  14. Jul 04, 2022
  15. Jun 25, 2022
  16. Jun 22, 2022
  17. Jun 20, 2022
  18. Jun 18, 2022
    • garciadeblas's avatar
      Support of several VNF and VDU in ns-heal and vnf-heal commands · 12b478cb
      garciadeblas authored
      
      
      Click does not allow advanced patterns for positional options.
      This makes impossible to request the healing of several VNF or VDU
      with different options like --count-index or --run-day1.
      
      This change introduces a processing of the args used in ns-heal and
      vnf-heal commands to allow those patterns.
      
      In addition, the change introduces the logic to use either the VNF
      instance ID or the identifier of a VNF inside a NS, known as
      "member-vnf-index-ref".
      
      Change-Id: I8b2f18aff6146ce579da33e67054f4a0f98c706a
      Signed-off-by: default avatargarciadeblas <gerardo.garciadeblas@telefonica.com>
      12b478cb
  19. Jun 15, 2022
  20. Jun 13, 2022
  21. Jun 10, 2022
  22. Jun 09, 2022
  23. Jun 08, 2022
  24. May 27, 2022
  25. May 18, 2022
  26. May 02, 2022
  27. Apr 08, 2022
  28. Mar 31, 2022
  29. Mar 11, 2022
  30. Jan 19, 2022
    • Mark Beierl's avatar
      Bug 1846: LTS Support · d13d599e
      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 1846
      
      Change-Id: I589199979818b0fe5892df1d40849da8f6e06ded
      Signed-off-by: default avatarbeierlm <mark.beierl@canonical.com>
      d13d599e
  31. Nov 24, 2021
  32. Nov 22, 2021
  33. Nov 05, 2021
    • garciadeblas's avatar
      Update vim-create and vim-update to accept config and credential files · e7c24981
      garciadeblas authored
      
      
      vim-create will accept both a config dict and a config file, with respective
      options "--config" and "--config_file". If a key is present in both, the
      value in the config dict will prevail.
      
      In addition, vim-create command will accept a new option --creds, required
      for Google Cloud Platform (GCP) due to the way the authentication works in
      GCP. That option is codified directly in the config dict that is sent to the
      NBI, under config["credentials"]. The RO connector for GCP will receive it
      and will expect those credentials in that dictionary. In the future, other
      RO connectors might use a similar approach.
      
      Finally, this change also adds the option --literal to vim-show command.
      
      Change-Id: Ifb4c284593b171353b6c180bdc7af75e8a25dfac
      Signed-off-by: default avatargarciadeblas <gerardo.garciadeblas@telefonica.com>
      2 tags
      e7c24981
  34. Oct 26, 2021