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