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