Comment 2 for bug 1712599

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to tripleo-heat-templates (master)

Reviewed: https://review.openstack.org/496806
Committed: https://git.openstack.org/cgit/openstack/tripleo-heat-templates/commit/?id=c8daedf9b37b65c2fa502f6240e4aa1ff551cebe
Submitter: Jenkins
Branch: master

commit c8daedf9b37b65c2fa502f6240e4aa1ff551cebe
Author: Giulio Fidente <email address hidden>
Date: Wed Aug 23 17:52:05 2017 +0200

    Do not install additional CentOS packages via ceph-ansible

    EPEL is required by the Ceph RPM repo maintained at ceph.com but
    not by the CentOS SIG repo. The other packages should be already
    installed in the infra image.

    This change overrides the list of required packages in ceph-ansible
    so that it does not install epel-release nor additional unneeded
    packages [1].

    1. https://github.com/ceph/ceph-ansible/blob/master/group_vars/all.yml.sample#L67

    Change-Id: I7b6d2794ebfc0df5b3d5ad9de1d1d55740a38ae0
    Closes-Bug: #1712599