This project is mirrored from https://:*****@osm.etsi.org/gerrit/osm/devops.git. Pull mirroring updated .
  1. Feb 07, 2022
    • Mark Beierl's avatar
      Bug 1879 Speed up Artifactory search · 6b220e3b
      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 1879
      
      Change-Id: Ibe5987e06cac39e3651b9dbec61993c0cfb567b8
      Signed-off-by: default avatarbeierlm <mark.beierl@canonical.com>
      (cherry picked from commit 499b442f)
      6b220e3b
  2. Feb 03, 2022
  3. Jan 26, 2022
    • Mark Beierl's avatar
      Bug 1841: LTS Support · 7278f0a6
      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>
      7278f0a6
  4. Dec 14, 2021
  5. Dec 03, 2021
  6. Nov 30, 2021
  7. Nov 26, 2021
  8. Nov 22, 2021
  9. Nov 18, 2021
  10. Nov 17, 2021
  11. Nov 16, 2021
  12. Nov 12, 2021
  13. Nov 11, 2021
  14. Nov 10, 2021
  15. Nov 08, 2021
  16. Nov 05, 2021
    • garciadeblas's avatar
      Feature 10892/10893/8460: refactor of OSM installer · 0bc87527
      garciadeblas authored
      
      
      This change covers:
      
      - Feature 10892. Installation of OSM on top of Ubuntu20.04. Changes
        are mostly in full_install_osm.sh and are related to the use of new
        versions of kubeadm and docker-ce. In addition, changes in Jenkins
        groovy files have been done to indicate the base image to be used,
        either 18.04 or 20.04.
      - Feature 10893. Better tracking of installation. The code for tracking
        in in common/track. There is a function track that it is called in
        the different steps of the installation.
      - Feature 8460: Cleanup old code in full_install_osm.sh. The script
        full_install_osm.sh has been split in different scripts performing
        specific tasks, thus simplifying the installer: install_docker_ce.sh,
        install_juju.sh and install_kubeadm_cluster.sh.
      
      Change-Id: I1e388ec56285337eaf34f68470aa5a9b23ff45ff
      Signed-off-by: default avatargarciadeblas <gerardo.garciadeblas@telefonica.com>
  17. Nov 04, 2021
  18. Nov 03, 2021
  19. Oct 19, 2021
  20. Oct 14, 2021
  21. Oct 11, 2021
    • garciadav's avatar
      (charmed-osm) Add auth to prometheus and update kafka/zk · de440ed8
      garciadav authored
      
      
      - Authentication to prometheus:
        - Update prometheus relation to provide auth credentials (user/pass)
        - Update grafana datasource to include credentials to prometheus
      - Update kafka and zookeeper charms:
        - Add support for the charms to talk to the new kafka charm
        - Add kafka and zookeeper charms in local bundle
      
      Change-Id: Ifb83769583178f3a2069ae6756aa430ec69eecce
      Signed-off-by: default avatarDavid Garcia <david.garcia@canonical.com>
      de440ed8
  22. Oct 08, 2021
  23. Oct 07, 2021
  24. Oct 06, 2021
  25. Oct 05, 2021
  26. Oct 04, 2021
  27. Sep 29, 2021
  28. Sep 28, 2021
  29. Sep 22, 2021