Comment 5 for bug 1653947

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

Reviewed: https://review.openstack.org/417362
Committed: https://git.openstack.org/cgit/openstack/openstack-ansible-galera_server/commit/?id=2aa7f1ca8ac399b71bc3d106d9548aafdca2a663
Submitter: Jenkins
Branch: master

commit 2aa7f1ca8ac399b71bc3d106d9548aafdca2a663
Author: Jean-Philippe Evrard <email address hidden>
Date: Fri Jan 6 12:08:30 2017 +0000

    Remove percona repo if not used

    If the ``use_percona_upstream`` value is changed from True to False,
    don't remove the existing repository. This is also the source of a bug
    in Mitaka: We were installing the repo by default and installed the
    percona-xtrabackup tool with a deb file. If another playbook/role
    installed percona-xtrabackup, it would override (and probably upgrade)
    the deb installed version, which is undesired.

    Change-Id: I2ccc2904d0d4244dc0792411b49763cc3f7e2e22
    Closes-Bug: 1653947
    Signed-off-by: Jean-Philippe Evrard <email address hidden>