This project is mirrored from https://:*****@osm.etsi.org/gerrit/osm/devops.git. Pull mirroring updated .
  1. Nov 26, 2021
  2. Nov 18, 2021
  3. Nov 11, 2021
  4. Nov 08, 2021
  5. 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>
  6. Nov 04, 2021
  7. Nov 03, 2021
  8. Oct 05, 2021
  9. Sep 10, 2021
  10. Sep 09, 2021
  11. Sep 01, 2021
  12. Aug 17, 2021
  13. Jun 30, 2021
    • garciadav's avatar
      Feature 10884: Juju 2.9 support · d68e0b4f
      garciadav authored
      
      
      - 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>
      d68e0b4f
  14. Jun 17, 2021
  15. Jun 03, 2021
  16. Jun 01, 2021
  17. May 07, 2021
    • Mark Beierl's avatar
      Removal of Light-UI · cca9364c
      Mark Beierl authored and sousaedu's avatar sousaedu committed
      
      
      With the only supported UI being the NG-UI, and approval from
      the TSC, the Light UI is being completely removed from the
      build process and installers.
      
      Change-Id: I9a0c099fedcac411a0e31dce4bf64895d1092a37
      Signed-off-by: default avatarbeierlm <mark.beierl@canonical.com>
      cca9364c
  18. May 06, 2021
  19. May 03, 2021
    • garciadav's avatar
      Add --only-vca flag to charmed installer · 1bc71028
      garciadav authored
      
      
      It will help feature 10239, in order to automate the deployment of the
      VCA without needing to deploy OSM.
      
      When the option is enabled in the installation, in the end a string will
      be printed out with the command to be executed in OSM to register the
      installed VCA.
      
      Change-Id: I1b284a5a650b50e89c07a6d08507406823c6cc2d
      Signed-off-by: default avatarDavid Garcia <david.garcia@canonical.com>
      1bc71028
  20. Apr 28, 2021
  21. Apr 27, 2021
  22. Apr 23, 2021
    • Mark Beierl's avatar
      Attempt to remove swap · f7eefb25
      Mark Beierl authored
      
      
      Attempts to persist the deactivation of swap across reboots.
      Note: this can still be overridden by external mechanisms
      such as cloud-init
      
      Fixes Bug 1062
      
      Change-Id: I4b78191da63a1528bfe56d2c3e9a33342b86af21
      Signed-off-by: default avatarbeierlm <mark.beierl@canonical.com>
      f7eefb25
  23. Apr 21, 2021
    • garciadeblas's avatar
      Add option to OSM installer to skip caching juju lxd images · 9a510864
      garciadeblas authored
      
      
      A new option '--nocachelxdimages' has been added to
      'installers/full_install_osm.sh'. If specified, the installer will
      skip caching juju lxd images. The option will also skip crontab
      configuration to guarantee that the images are not cached daily.
      
      The change also modifies 'ci_stage_3.groovy' to use that option in
      OSM pipeline, which will save installation time.
      
      Change-Id: I7bfc4432d9a1c99e39440daaf559db897944bd22
      Signed-off-by: default avatargarciadeblas <gerardo.garciadeblas@telefonica.com>
      2 tags
      9a510864
    • Mark Beierl's avatar
      OSM Client Installation Fix · 920d756b
      Mark Beierl authored
      
      
      Updates stage 3 to present osmclient and IM debian packages.
      Updates installer to also install pip requirements.txt if
      those files are present from the osmclient .deb package
      
      Fixes bug 1510
      
      Change-Id: I9ee44b265615935fee6c869c6c3c261739370183
      Signed-off-by: default avatarbeierlm <mark.beierl@canonical.com>
      920d756b
  24. Apr 14, 2021
    • garciadeblas's avatar
      Fix bug 1151 to install openebs operator · ac08600d
      garciadeblas authored and Mark Beierl's avatar Mark Beierl committed
      
      
      This change updates the method install_k8s_storageclass of
      full_install_osm.sh.
      
      The change creates a temporary folder for downloading the K8s manifest
      file for openebs. The download of the manifest file is decoupled from
      its application with kubectl (in the same way that it isdone for the
      CNI provider). After its application, an additional check is added to
      verify that the storage class openebs-hostpath has been defined. If it
      does not exist, the installation will fail and exit. Otherwise, it will
      proceed. Finally, the timeout for the openebs-hostpath storage class
      has been increased from 300s to 400s.
      
      Change-Id: Ic1da8b9606bd7b3265f38c1da7389e5b2cdc741b
      Signed-off-by: default avatargarciadeblas <gerardo.garciadeblas@telefonica.com>
      ac08600d
  25. Mar 30, 2021
  26. Mar 23, 2021
  27. Mar 19, 2021
  28. Mar 10, 2021
  29. Feb 19, 2021
  30. Jan 20, 2021
  31. Jan 15, 2021
    • marsico's avatar
      Ansible installer update · 75a38c73
      marsico authored and Mark Beierl's avatar Mark Beierl committed
      
      
        * Moved Ansible to version 2.10
        * Python Virtual env
        * New option to use a custom SSH key
        * Use of cloud-init file supported
        * Increased the number of options to be passed to the remote installer
      
      Change-Id: I70131f1a24707656c9390445df91d17abab95763
      Signed-off-by: default avatarAntonio Marsico <antonio.marsico@bt.com>
      75a38c73
  32. Dec 17, 2020
  33. Dec 16, 2020