This project is mirrored from https://:*****@osm.etsi.org/gerrit/osm/devops.git. Pull mirroring updated .
  1. Jun 16, 2022
  2. Jun 15, 2022
  3. Jun 14, 2022
  4. Jun 01, 2022
  5. May 17, 2022
  6. May 06, 2022
  7. May 05, 2022
  8. Apr 22, 2022
  9. 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
  10. Mar 21, 2022
  11. Mar 11, 2022
  12. Mar 10, 2022
  13. Mar 04, 2022
  14. Feb 22, 2022
  15. Feb 11, 2022
  16. Feb 10, 2022
  17. Feb 09, 2022
  18. Feb 07, 2022
  19. Feb 06, 2022
  20. Feb 04, 2022
  21. 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
  22. Jan 21, 2022
  23. 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
  24. Jan 13, 2022
  25. Dec 17, 2021
  26. 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
    • 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
  27. Dec 03, 2021