From d8ab8c0bd3c9c9b06992016192a859d30fac6496 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Han?= Date: Tue, 13 Jan 2015 15:46:47 +0100 Subject: [PATCH] Add yum priority plugin MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Without this plugin if a Ceph version is present in a repo (let's say epel) it will install the epel version and not the ICE version. We install yum-plugin-priorities.noarch to honor the 'priority=1' flag. Signed-off-by: Sébastien Han --- roles/ceph-common/tasks/install_on_redhat.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/ceph-common/tasks/install_on_redhat.yml b/roles/ceph-common/tasks/install_on_redhat.yml index 6b0319067..efb6b9801 100644 --- a/roles/ceph-common/tasks/install_on_redhat.yml +++ b/roles/ceph-common/tasks/install_on_redhat.yml @@ -7,6 +7,7 @@ - python-pycurl - ntp - hdparm + - yum-plugin-priorities.noarch - name: Install the Ceph stable repository key rpm_key: >