Skip to content
Snippets Groups Projects
  • 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
Code owners
Assign users and groups as approvers for specific file changes. Learn more.