This project is mirrored from https://:*****@osm.etsi.org/gerrit/osm/devops.git. Pull mirroring updated .
  1. Apr 22, 2022
    • escaleira's avatar
      Bug 1991 fixed: modified LCM charm secret name to a standardized one · 8a00e59f
      escaleira authored and garciadav's avatar garciadav committed
      
      
      Previously, the LCM charm was creating a Kubernetes secret with the name
      `lcm-lcm-secret`, to save the credentials for accessing Mongo, while the
      other modules' charms where using a name with the format
      `<mod_name>-mongodb-secret` to do so. This modification updates the LCM charm
      to create this secret in a compliant way with this name format.
      
      Change-Id: I4d91e760e44d1703f246e605d9b70625967556c5
      Signed-off-by: escaleira's avatarPedro Escaleira <escaleira@av.it.pt>
      8a00e59f
  2. Apr 15, 2022
  3. Mar 30, 2022
  4. 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
  5. Mar 21, 2022
  6. Mar 17, 2022
    • Mark Beierl's avatar
      Bug 1912 Update GPG Signing · 0678de06
      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>
      0678de06
  7. Mar 11, 2022
  8. Mar 10, 2022
    • Mark Beierl's avatar
      Revert "Fix bug 1702 Adding non-root user to run NG-UI" · 8400395b
      Mark Beierl authored
      This reverts commit b147d712
      
      .
      
      Reason for revert: NG-UI Container does not start up due to non-root user
      
      nginx: [warn] the "user" directive makes sense only if the master process runs with super-user privileges, ignored in /etc/nginx/nginx.conf:1
      nginx: [emerg] bind() to 0.0.0.0:80 failed (13: Permission denied)
      
      Change-Id: Ibc44fdfe57ca576df70f12f5bb868fe9045990b8
      Signed-off-by: default avatarbeierlm <mark.beierl@canonical.com>
      8400395b
    • Mark Beierl's avatar
      Bug 1903: Better SSH check · 49c46337
      Mark Beierl authored
      
      
      Changes the ssh port ready check from a simple 'is the port open?' to
      a full ssh login check to ensure that sshd is actually running on the
      target server.
      
      Adds timeout to ssh check
      
      Fixes bug 1903
      
      Change-Id: I8c3f0d8e1ac450726bc3336c00e7fbdf405fe067
      Signed-off-by: default avatarbeierlm <mark.beierl@canonical.com>
      49c46337
  9. Mar 04, 2022
  10. Mar 03, 2022
    • Mark Beierl's avatar
      Fix Docker Push · 92ab9187
      Mark Beierl authored
      
      
      The variables for module, moduleName, etc are not being created in local
      scope, causing the final docker push to re-use the last set value for
      the modules.
      
      Change-Id: I635955e5edcc2d94a50cec7749ac87813b5ac6c7
      Signed-off-by: default avatarMark Beierl <mark.beierl@canonical.com>
      92ab9187
  11. Feb 22, 2022
  12. Feb 17, 2022
  13. Feb 11, 2022
  14. Feb 10, 2022
  15. Feb 09, 2022
  16. Feb 07, 2022
  17. Feb 06, 2022
  18. Feb 04, 2022
  19. Feb 01, 2022
  20. Jan 28, 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