Skip to content
This project is mirrored from https://:*****@osm.etsi.org/gerrit/osm/devops.git. Pull mirroring updated .
  1. Jul 29, 2022
  2. Jun 27, 2022
  3. Jun 22, 2022
  4. Jun 16, 2022
  5. Jun 15, 2022
  6. Jun 14, 2022
  7. Jun 01, 2022
  8. May 17, 2022
  9. May 06, 2022
  10. May 05, 2022
  11. Apr 22, 2022
  12. Mar 25, 2022
    • Mark Beierl's avatar
      Bug 1933: Fix ready check · 67a3447f
      Mark Beierl authored
      
      
      Changes to juju result in human readable output no longer
      being applicable for the deployment completion check.
      Changes to use json output instead.
      
      Fixes Bug 1933
      
      Change-Id: I65358c7f472956ed4238a5a61cceb1651d88feff
      Signed-off-by: default avatarbeierlm <mark.beierl@canonical.com>
      67a3447f
  13. Mar 21, 2022
  14. Mar 11, 2022
  15. Mar 10, 2022
  16. Mar 04, 2022
  17. Feb 22, 2022
  18. Feb 11, 2022
  19. Feb 10, 2022
  20. Feb 09, 2022
  21. Feb 07, 2022
  22. Feb 06, 2022
  23. Feb 04, 2022
  24. 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
  25. Jan 21, 2022
  26. 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
  27. Jan 13, 2022
  28. Dec 17, 2021
  29. Dec 10, 2021
    • Mark Beierl's avatar
      Bug 1648: Update Microstack Installation · b403f063
      Mark Beierl authored
      
      
      Change installation to --devmode instead of --classic
      Add --control to the init
      Checks for state before creating some objects
      Use the admin password generated by MicroStack install script
      Update default security group to have fully open access
      Update the initial image laod to 20.04
      Added creation of an osm-ext network with router to external
      
      Fixes bug 1648
      
      Change-Id: I6038be023bf04f99000b0ac8aeec7f7bcf205204
      Signed-off-by: default avatarbeierlm <mark.beierl@canonical.com>
      b403f063
Loading