This project is mirrored from https://:*****@osm.etsi.org/gerrit/osm/devops.git. Pull mirroring updated .
  1. 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>
  2. Nov 04, 2021
  3. Nov 03, 2021
  4. Oct 19, 2021
  5. Oct 14, 2021
  6. 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
  7. Oct 08, 2021
  8. Oct 07, 2021
  9. Oct 06, 2021
  10. Oct 05, 2021
  11. Oct 04, 2021
  12. Sep 29, 2021
  13. Sep 28, 2021
  14. Sep 22, 2021
  15. Sep 15, 2021
  16. Sep 13, 2021
    • garciadav's avatar
      Minor fixes and enhancements in local-build.sh · f0014df1
      garciadav authored and Mark Beierl's avatar Mark Beierl committed
      
      
      - Typo in the --help: --install-local-regitstry --> --install-local-registry
      - Fix conditional. When VIM_AUTH_URL does not exist, the script was
      showing this error message: "bash: [: too many arguments"
      - Change from xip.io to nip.io
      - Parameterize the osm/tests image tag. This allows to use the published
      osm/tests image without needing to execute the stage-3 command
      - Add print_section function: Cleaner way of printing section
      information
      - Add --vim-vca option. Allows to attach an existing VCA (registered in
      OSM) to be used by the VIM account.
      
      Change-Id: I2c1375e031f042f505f126586c0e819c21e1dd4c
      Signed-off-by: default avatarDavid Garcia <david.garcia@canonical.com>
      f0014df1
    • garciadeblas's avatar
      Fix bug 1652 to update osm_health increasing time_for_failure · 6e2e007e
      garciadeblas authored
      
      
      Recent tests showed that the 5 minutes assigned to the time for checking
      failures in pods were not enough. This change increases the time to 7
      minutes, which will be enough even for the long tail cases.
      
      Change-Id: Ic9c721811a187292c1da6f421f2ed4311b7f4622
      Signed-off-by: default avatargarciadeblas <gerardo.garciadeblas@telefonica.com>
      6e2e007e
  17. Sep 10, 2021
  18. Sep 09, 2021
  19. Sep 06, 2021
  20. Sep 02, 2021
  21. Sep 01, 2021
  22. Aug 31, 2021
  23. Aug 30, 2021
  24. Aug 26, 2021
    • garciadeblas's avatar
      Add private key to docker/tests to access OSM instance · 2ad64322
      garciadeblas authored and Mark Beierl's avatar Mark Beierl committed
      
      
      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>
      2ad64322
    • garciadav's avatar
      Add charmcraft.yaml debug_mode to charmed-osm · d680be4f
      garciadav authored
      
      
      - Added a debug_mode option to lcm, mon, nbi, pol, and ro charms
      - Added a script to prepare pods for debugging:
        - setup .ssh/config to easily ssh from vscode to the pods
      - Added a README that explains how to prepare the environment for
      testing
      
      Change-Id: Ieb56b565c15e61c68ad000b60897abd27e1eeb0e
      Signed-off-by: default avatarDavid Garcia <david.garcia@canonical.com>
      d680be4f
  25. Aug 25, 2021
  26. Aug 17, 2021
  27. Aug 12, 2021
  28. Aug 05, 2021