From: Yin Jifeng Date: Thu, 22 Jan 2015 13:35:20 +0000 (+0800) Subject: epel-release is mandatory X-Git-Tag: v1.0.0~262^2~1 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=e13aca8c5f18ef713a9cdb68ecd3979e0db54426;p=ceph-ansible.git epel-release is mandatory see: https://www.mail-archive.com/ceph-users@lists.ceph.com/msg14819.html also: https://github.com/ceph/ceph-deploy/commit/831b130f98a18db09c862f56e80b788bbf094373 --- diff --git a/roles/ceph-common/tasks/install_on_redhat.yml b/roles/ceph-common/tasks/install_on_redhat.yml index 189b02549..85325c442 100644 --- a/roles/ceph-common/tasks/install_on_redhat.yml +++ b/roles/ceph-common/tasks/install_on_redhat.yml @@ -8,6 +8,7 @@ - ntp - hdparm - yum-plugin-priorities.noarch + - epel-release - name: Install the Ceph stable repository key rpm_key: >