This project is mirrored from https://:*****@osm.etsi.org/gerrit/osm/devops.git. Pull mirroring updated .
  1. May 06, 2022
  2. May 05, 2022
  3. Feb 22, 2022
  4. Feb 10, 2022
  5. Feb 07, 2022
  6. Feb 06, 2022
  7. Dec 10, 2021
    • Mark Beierl's avatar
      Bug 1530: Limit IP addresses · 4aad47b0
      Mark Beierl authored
      
      
      Adds an exit to the awk command so that only the first IP address is used on
      a system that might have more than one IP address on the chosen interface
      
      Fixes bug 1530
      
      Change-Id: I7d5775ed1c1e801a338e048576d5106dc6c3d23a
      Signed-off-by: default avatarbeierlm <mark.beierl@canonical.com>
      4aad47b0
    • Mark Beierl's avatar
      Bug 1531: Check for packages · 2ce2b004
      Mark Beierl authored
      
      
      Fixes logic to check for packages.  Originally based on dpkg -l, which could
      return packages that were once installed, then removed.  Instead a new function
      has been created that takes a list of packages to check and uses dpkg -L, which
      will return an error if a package is not, or no longer, installed
      
      Fixes bug 1531
      
      Change-Id: Id096cf969aacca62dc7783b803e7925c796e325d
      Signed-off-by: default avatarbeierlm <mark.beierl@canonical.com>
      2ce2b004
  8. Dec 03, 2021
  9. Nov 26, 2021
  10. Nov 18, 2021
  11. Nov 11, 2021
  12. Nov 08, 2021
  13. 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>
  14. Nov 04, 2021
  15. Nov 03, 2021
  16. Oct 05, 2021
  17. Sep 10, 2021
  18. Sep 09, 2021
  19. Sep 01, 2021
  20. Aug 17, 2021
  21. 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
  22. Jun 17, 2021
  23. Jun 03, 2021
  24. Jun 01, 2021
  25. 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
  26. May 06, 2021
  27. 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
  28. Apr 28, 2021
  29. Apr 27, 2021
  30. 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
  31. 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
  32. 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
  33. Mar 30, 2021
  34. Mar 23, 2021