This project is mirrored from https://:*****@osm.etsi.org/gerrit/osm/devops.git. Pull mirroring updated .
  1. Sep 22, 2022
  2. Sep 21, 2022
  3. Sep 20, 2022
  4. Sep 13, 2022
  5. Sep 07, 2022
  6. Aug 17, 2022
  7. Jul 21, 2022
  8. Jul 20, 2022
  9. Jun 22, 2022
  10. Jun 21, 2022
  11. Jun 17, 2022
  12. Jun 16, 2022
  13. Jun 15, 2022
  14. Jun 14, 2022
  15. Jun 01, 2022
  16. May 24, 2022
  17. May 17, 2022
  18. May 16, 2022
  19. May 11, 2022
    • Mark Beierl's avatar
      Adding TCP Dump · b04e188d
      Mark Beierl authored
      
      
      Captures all network traffic (with a maximum packet size) so that if
      anything happens during the initial configuration and installation
      we can analyze it to determine what is happening in the network.
      
      Change-Id: Ia941d0a8b7610e4ad3a9d1f6ef1b53ac437e6a54
      Signed-off-by: default avatarbeierlm <mark.beierl@canonical.com>
      b04e188d
  20. May 06, 2022
  21. May 05, 2022
  22. May 04, 2022
  23. Apr 22, 2022
  24. Apr 15, 2022
  25. Mar 30, 2022
  26. 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
  27. Mar 21, 2022
  28. 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
  29. Mar 11, 2022
  30. 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
  31. Mar 04, 2022