This project is mirrored from https://:*****@osm.etsi.org/gerrit/osm/devops.git. Pull mirroring updated .
  1. Mar 04, 2022
  2. Mar 01, 2022
  3. Feb 28, 2022
  4. Feb 24, 2022
  5. Feb 21, 2022
  6. Feb 15, 2022
  7. Feb 14, 2022
  8. Feb 11, 2022
  9. Feb 10, 2022
  10. Feb 09, 2022
  11. Feb 07, 2022
    • Mark Beierl's avatar
      Bug 1880 Speed up Artifactory search · a63734b2
      Mark Beierl authored
      
      
      The addition of the build parameter to the Artifactory search results
      in what would appear to be a full index scan, taking over 2 minutes
      to complete.  With this change, we still get the exact artifact
      we need, however the search completes in less than 1 second.
      
      Fixes Bug 1880
      
      Change-Id: Ibe5987e06cac39e3651b9dbec61993c0cfb567b8
      Signed-off-by: default avatarbeierlm <mark.beierl@canonical.com>
      (cherry picked from commit 499b442f)
      a63734b2
  12. Feb 03, 2022
    • Mark Beierl's avatar
      Bug 1877: Artifactory times out · 31855114
      Mark Beierl authored
      
      
      Added a lockable resource semaphore around queries to artifactory
      to prevent overloading the server.
      
      Fixes Bug 1877
      
      Change-Id: I17979e7fa5d2ed2405873e7dda588d7104741817
      Signed-off-by: default avatarbeierlm <mark.beierl@canonical.com>
      (cherry picked from commit f83c20ab)
      31855114
    • garciadav's avatar
      Update stage 3 base image · fc706140
      garciadav authored and Mark Beierl's avatar Mark Beierl committed
      
      
      While the base image can be set via the Jenkins job parameters,
      the code to use that parameter was not present in the v10 branch.
      This change uses the OPENSTACK_BASE_IMAGE parameter
      
      Change-Id: I229cdca38e605b419a7528031fec542049311c48
      Signed-off-by: default avatarbeierlm <mark.beierl@canonical.com>
      fc706140
    • garciadav's avatar
      Feature 10884: Juju 2.9 support · c35943ee
      garciadav authored
      
      
      OSM LTS Support
      
      - Update osm bundles (charmed)
      - Update Juju version (snap and agent version) (charmed and k8s)
      - Update to new mongodb charm (charmed and k8s)
      - Fix ingress issue by adding an ingress_class config
      - Charmed installer: point to local bundles until all charms are in
      CharmHub
      Change-Id: I6ff8328e5db6719bbf9d5d4c9b5490f478b2ace8
      Signed-off-by: default avatarDavid Garcia <david.garcia@canonical.com>
      c35943ee
  13. Jan 31, 2022
    • Mark Beierl's avatar
      Bug 1841: LTS Support · 5a6d1128
      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
      Change stage 3 base image to Ubuntu 20.04 so we can use
      python3.8
      
      Fixes bug 1841
      
      Change-Id: I442d0ecf09f033946bbbc3301fd8de54382a4195
      Signed-off-by: default avatarbeierlm <mark.beierl@canonical.com>
      5a6d1128
  14. Dec 14, 2021
  15. Nov 30, 2021
  16. Nov 18, 2021
  17. Nov 17, 2021
  18. Nov 16, 2021
  19. Nov 11, 2021
  20. Nov 03, 2021
  21. Oct 05, 2021
  22. Oct 01, 2021
  23. Sep 30, 2021
  24. Sep 24, 2021
    • garciadeblas's avatar
      Add private key to docker/tests to access OSM instance · 331cd2c4
      garciadeblas authored
      
      
      Some of the tests require access to OSM instance in order
      to run some commands from there. Those commands could be run
      using ssh, but a private key is required to be able connect to
      that OSM instance.
      
      This change gets the private key corresponding to the public key in
      OSM instance and mounts it in docker/tests so that the container can
      access to OSM instance via ssh and run commands there.
      
      Change-Id: Id12ede582d5e519afbc41647b90d192b80cf8fcf
      Signed-off-by: default avatargarciadeblas <gerardo.garciadeblas@telefonica.com>
      331cd2c4
  25. Sep 16, 2021
  26. Sep 13, 2021