This project is mirrored from https://:*****@osm.etsi.org/gerrit/osm/devops.git. Pull mirroring updated .
  1. Apr 02, 2018
  2. Mar 28, 2018
  3. Mar 27, 2018
  4. Mar 22, 2018
  5. Mar 20, 2018
  6. Mar 19, 2018
  7. Mar 16, 2018
  8. Mar 07, 2018
    • israelad's avatar
      Fix upgrades in cached lxd image creation · 3f761ada
      israelad authored
      
      
      A recent update to vmware-tools in trusty caused dpkg to prompt the user
      to keep their existing configuration or use the new version, which
      caused the update-lxd-image script to fail.
      
      This instructs dpkg to choose which configuration file to keep,
      defaulting to the existing configuration.
      
      Signed-off-by: default avatarAdam Israel <adam.israel@canonical.com>
      3f761ada
  9. Mar 05, 2018
  10. Feb 23, 2018
  11. Feb 22, 2018
    • israelad's avatar
      Fix itermittent error installing Juju · 1dd7bdd8
      israelad authored
      
      
      We originally made the decision to disable apt update and upgrades for
      faster machine provisioning, but we've experienced the scenario where
      the provisioning of a container will fail because the apt cache in the
      lxd image is stale. This can cause the cloud-init used by Juju to get
      stuck in a loop trying to install packages that no longer exist in the
      Ubuntu Archive.
      
      This patch enables the run of `apt-get update` when Juju provisions a
      container. This will add some time to the provisioning process, but
      ensures greater reliability in the process.
      
      Signed-off-by: default avatarAdam Israel <adam.israel@canonical.com>
      1dd7bdd8
  12. Feb 21, 2018
  13. Feb 15, 2018
    • israelad's avatar
      Fix race condition · b88f4949
      israelad authored
      
      
      This fixes a race condition where cloud-init may not be finished before
      we try to run apt-get update, causing the script to fail.
      
      Fixes bug #463
      
      Signed-off-by: default avatarAdam Israel <adam.israel@canonical.com>
      Change-Id: I241d769bb5d3f07d1ede628df58f7949649eefd9
      b88f4949
  14. Feb 07, 2018
  15. Jan 24, 2018
  16. Jan 17, 2018
  17. Jan 16, 2018
  18. Dec 22, 2017
    • peusterm's avatar
      Added vim-emu install option to installer. · 3a3e7a5f
      peusterm authored
      
      
      Installer can now (optionally) install and deploy the emulator
      at the end of the installation process so that a user
      could directly connect OSM to an emulated VIM.
      
      Usage: ./install_osm.sh --lxdimages --vimemu
      
      The emulator is locally build and deployed inside of
      a Docker container.
      
      Change-Id: I5f5898fe557fb379506afbca23349f9a193b0711
      Signed-off-by: default avatarpeusterm <manuel.peuster@uni-paderborn.de>
      3a3e7a5f
  19. Dec 19, 2017
  20. Dec 16, 2017
  21. Dec 15, 2017
    • israelad's avatar
      Pin the libjuju version · 46d18d54
      israelad authored
      
      
      There is a pending release of libjuju that will break compatibility with
      the version we're currently using. This won't be a problem when we
      switch to using the version within N2VC, but there's more work involved
      with that.
      
      This patch just installs the specific version we've been using, 0.6.1,
      so that new installs won't get the new version.
      
      Signed-off-by: default avatarAdam Israel <adam.israel@canonical.com>
      46d18d54
  22. Dec 05, 2017