]> git.apps.os.sepia.ceph.com Git - ceph-cm-ansible.git/commitdiff
python-rados does not exist in firefly 109/head
authorLoic Dachary <ldachary@redhat.com>
Fri, 14 Aug 2015 12:59:34 +0000 (14:59 +0200)
committerLoic Dachary <ldachary@redhat.com>
Fri, 14 Aug 2015 12:59:34 +0000 (14:59 +0200)
It must be removed if present otherwise a firefly installation will
fail with:

Package python-ceph is obsoleted by python-rados,
  but obsoleting package does not provide for requirements

or similar errors.

Signed-off-by: Loic Dachary <loic@dachary.org>
roles/testnode/vars/apt_systems.yml
roles/testnode/vars/yum_systems.yml

index 88414a45d21f1be491b0502dac9c30c965d6674e..d817e9399c728e2874627f83700f23c0dd435a9f 100644 (file)
@@ -9,6 +9,7 @@ ceph_packages:
   - libcephfs1
   - radosgw
   - python-ceph
+  - python-rados
   - librbd1
   - librados2
 
index f5aaf8d2d1cd6e6fbcc03d95d121f4592680a013..f683cde1a4f620318e9a9617d41a6ebcdb89ac79 100644 (file)
@@ -11,5 +11,6 @@ ceph_packages:
   - libcephfs1
   - ceph-radosgw
   - python-ceph
+  - python-rados
   - librbd1
   - librados2