]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
Add yum priority plugin 182/head
authorSébastien Han <sebastien.han@enovance.com>
Tue, 13 Jan 2015 14:46:47 +0000 (15:46 +0100)
committerSébastien Han <sebastien.han@enovance.com>
Tue, 13 Jan 2015 14:46:47 +0000 (15:46 +0100)
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 <sebastien.han@enovance.com>
roles/ceph-common/tasks/install_on_redhat.yml

index 6b0319067dafdbd6e0de75089caefbd36bc818c4..efb6b9801477e3df6d25cde1b4dd457ad99fdc1f 100644 (file)
@@ -7,6 +7,7 @@
     - python-pycurl
     - ntp
     - hdparm
+    - yum-plugin-priorities.noarch
 
 - name: Install the Ceph stable repository key
   rpm_key: >