Comment 5 for bug 1742206

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

Reviewed: https://review.openstack.org/534819
Committed: https://git.openstack.org/cgit/openstack/openstack-ansible-galera_server/commit/?id=72057200ffe740cfd15cf9914540568491901b06
Submitter: Zuul
Branch: master

commit 72057200ffe740cfd15cf9914540568491901b06
Author: Markos Chandras <email address hidden>
Date: Wed Jan 17 11:59:19 2018 +0000

    RedHat: Ensure that conflicting MariaDB packages are removed

    When the galera_server role is deployed along with other roles, some
    of them may pull mariadb packages as a dependency for the services
    they deploy. However, this role uses MariaDB packages from the upstream
    repository which conflict with those provided by the EPEL or the RDO
    ones so we need to ensure that they are gone before we install the
    upstream ones.

    Change-Id: Ie800c1f4628eff24954f392fe6318206adfabddb
    Closes-Bug: #1742206