This project is mirrored from https://:*****@osm.etsi.org/gerrit/osm/devops.git. Pull mirroring updated .
  1. Mar 10, 2022
    • 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
  2. Mar 04, 2022
  3. 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
  4. Feb 22, 2022
  5. Feb 17, 2022
  6. Feb 11, 2022
  7. Feb 10, 2022
  8. Feb 09, 2022
  9. Feb 07, 2022
  10. Feb 06, 2022
  11. Feb 04, 2022
  12. Feb 01, 2022
  13. Jan 28, 2022
  14. 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
  15. Jan 21, 2022
  16. Jan 20, 2022
  17. Jan 14, 2022
    • Mark Beierl's avatar
      Bug 1841: LTS Support · d7449362
      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
      
      Fixes bug 1841
      
      Change-Id: I70af3cfab7484d7b284c143d554bef9f0be51812
      Signed-off-by: default avatarbeierlm <mark.beierl@canonical.com>
      d7449362
    • Mark Beierl's avatar
      Bug 1858: Adding APT proxy · e7646259
      Mark Beierl authored
      
      
      Adds apt proxy to build scripts and dockerfiles.  Backward compatible
      change and proxy will not be used unless environment variable
      is supplied to docker build command.
      
      Fixes bug 1858
      
      Change-Id: Ibd25bd1c145b8d43eeb85c5c952aec30ebcce1fc
      Signed-off-by: default avatarbeierlm <mark.beierl@canonical.com>
      e7646259
  18. Jan 13, 2022
  19. Dec 17, 2021
  20. 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