This project is mirrored from https://:*****@osm.etsi.org/gerrit/osm/devops.git. Pull mirroring updated .
  1. May 09, 2022
  2. Apr 20, 2022
  3. Apr 18, 2022
  4. Mar 30, 2022
  5. Mar 25, 2022
    • Mark Beierl's avatar
      Bug 1932: Fix ready check · 8ddd03bd
      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 1932
      
      Change-Id: I65358c7f472956ed4238a5a61cceb1651d88feff
      Signed-off-by: default avatarbeierlm <mark.beierl@canonical.com>
      (cherry picked from commit 67a3447f)
      8ddd03bd
  6. Mar 18, 2022
    • Mark Beierl's avatar
      Bug 1912 Update GPG Signing · 3fcfbe0e
      Mark Beierl authored
      
      
      Update the CLI arguments for GPG signing so that it reads the passphrase
      passed in via the CLI.  This is needed as the version of GPG has been updated
      and no longer accepts the old CLI arguments.
      
      Fixes bug 1912
      
      Change-Id: I0a850b3f1641edb917624be8fd94be78667d01fd
      Signed-off-by: default avatarbeierlm <mark.beierl@canonical.com>
      (cherry picked from commit 0678de06)
      v11.0.2
      3fcfbe0e
  7. Mar 04, 2022
  8. Feb 24, 2022
  9. Feb 21, 2022
  10. Feb 15, 2022
    • garciadeblas's avatar
      Fixed installation issue with kube-flannel.yml · 37230193
      garciadeblas authored and Mark Beierl's avatar Mark Beierl committed
      
      
      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: Ie979dc599d959bed778b3bd1e2c69257fcb51f63
      Signed-off-by: default avatargarciadeblas <gerardo.garciadeblas@telefonica.com>
      37230193
    • garciadeblas's avatar
      Silent output when deleting ns osm in k8s cluster · 66d2361a
      garciadeblas authored and Mark Beierl's avatar Mark Beierl committed
      
      
      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: I4e38cb2c727683215d8b331a4780feeec98fbe5d
      Signed-off-by: default avatargarciadeblas <gerardo.garciadeblas@telefonica.com>
      66d2361a
  11. Feb 14, 2022
  12. Feb 11, 2022
  13. Feb 10, 2022
  14. Feb 09, 2022
  15. Feb 07, 2022
    • Mark Beierl's avatar
      Bug 1879 Speed up Artifactory search · 6b220e3b
      Mark Beierl authored
      
      
      The addition of the build parameter to the Artifactory search results
      in what would appear to be a full index scan, taking over 2 minutes
      to complete.  With this change, we still get the exact artifact
      we need, however the search completes in less than 1 second.
      
      Fixes Bug 1879
      
      Change-Id: Ibe5987e06cac39e3651b9dbec61993c0cfb567b8
      Signed-off-by: default avatarbeierlm <mark.beierl@canonical.com>
      (cherry picked from commit 499b442f)
      6b220e3b
  16. Feb 03, 2022
  17. Jan 26, 2022
    • Mark Beierl's avatar
      Bug 1841: LTS Support · 7278f0a6
      Mark Beierl authored
      
      
      Updates base to Ubuntu 20.04
      Updates python to 3.8
      Updates pip dependencies to more recent versions
      Adds apt cache to stage 2 dockerfile
      Change stage 3 base image to Ubuntu 20.04 so we can use
      python3.8
      
      Fixes bug 1841
      
      Change-Id: I442d0ecf09f033946bbbc3301fd8de54382a4195
      Signed-off-by: default avatarbeierlm <mark.beierl@canonical.com>
      7278f0a6
  18. Dec 14, 2021
  19. Dec 03, 2021
  20. Nov 30, 2021
  21. Nov 26, 2021
  22. Nov 22, 2021
  23. Nov 18, 2021
  24. Nov 17, 2021