Comment 117 for bug 1750656

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to openstack-ansible-galera_server (stable/newton)

Reviewed: https://review.openstack.org/553335
Committed: https://git.openstack.org/cgit/openstack/openstack-ansible-galera_server/commit/?id=4f6c0f1053ce639eb07dbd3cb980e8db43fabd21
Submitter: Zuul
Branch: stable/newton

commit 4f6c0f1053ce639eb07dbd3cb980e8db43fabd21
Author: Jesse Pretorius <email address hidden>
Date: Thu Mar 15 11:17:29 2018 +0000

    Add retries to apt cache update

    Updating the apt cache sometimes fails due to it being
    an operation that uses mirrors on the internet. The
    task should be retried to reduce the chance of a
    transient failure causing the playbook to fail.

    Change-Id: Ie23891b3fd8d8503044769a51b9b3fc5caf02eba
    Partial-Bug: #1750656