This project is mirrored from https://:*****@osm.etsi.org/gerrit/osm/devops.git. Pull mirroring updated .
  1. Mar 11, 2024
  2. Jun 08, 2023
  3. Jun 06, 2023
  4. Jun 01, 2023
  5. May 31, 2023
  6. Apr 14, 2023
  7. Nov 25, 2022
  8. Nov 22, 2022
  9. Nov 14, 2022
  10. Feb 07, 2022
  11. Jan 22, 2022
    • garciadeblas's avatar
      Fixed installation issue with kube-flannel.yml · c2d10ed1
      garciadeblas authored
      
      
      The installation of the local K8s cluster fails when kube-flannel.yml
      is not found in the temp folder. The error that we see in the installation is
      "error reading [/tmp/flannel.*****]: recognized file extensions are [.json .yaml .yml]"
      
      This commit updates the function deploy_cni_provider to remove the silent
      output when getting kube-flannel.yml. In addition, it adds several retries on error.
      Finally, the error message has been modified to be more explicit about the error.
      
      Change-Id: Ic030790e60383b75ebe21c7cb4c60485836fab2e
      Signed-off-by: default avatargarciadeblas <gerardo.garciadeblas@telefonica.com>
      c2d10ed1
  12. Jan 21, 2022
  13. Jan 20, 2022
    • garciadeblas's avatar
      Fixed installation issue with kube-flannel.yml · 5a5c63fa
      garciadeblas authored
      
      
      The installation of the local K8s cluster fails when kube-flannel.yml
      is not found in the temp folder. The error that we see in the installation is
      "error reading [/tmp/flannel.*****]: recognized file extensions are [.json .yaml .yml]"
      
      This commit updates the function deploy_cni_provider to remove the silent
      output when getting kube-flannel.yml. In addition, it adds several retries on error.
      Finally, the error message has been modified to be more explicit about the error.
      
      Change-Id: Ica07bc5b3b76ffb84f7247c436b214b531d8e833
      Signed-off-by: default avatargarciadeblas <gerardo.garciadeblas@telefonica.com>
      5a5c63fa
    • garciadeblas's avatar
      Silent output when deleting ns osm in k8s cluster · 91f26241
      garciadeblas authored
      
      
      The installation of the local k8s cluster with install_kubeadm_cluster.sh
      raised an error message when deleting the namespace "osm". That NS is
      deleted as a previous step to the deployment of OSM pods, just to make sure
      that we start from a clean NS.
      
      In principle, the error from kubectl should appear always in clean
      installations. For that reason, the output of the command is redirected
      to /dev/null to avoid confusion for the end user.
      
      Change-Id: I65b90675194848f3968a9c192427224652e3087f
      Signed-off-by: default avatargarciadeblas <gerardo.garciadeblas@telefonica.com>
      91f26241
  14. Jan 13, 2022
  15. Nov 26, 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>