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