From: Samuel Just Date: Tue, 29 Mar 2016 17:33:21 +0000 (-0700) Subject: testnode: remove python-rbd and python-cephfs as well X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=02f9248fc6ed1861477076fdfe7c90e1fc503aae;p=ceph-cm-ansible.git testnode: remove python-rbd and python-cephfs as well Signed-off-by: Samuel Just --- diff --git a/roles/testnode/vars/apt_systems.yml b/roles/testnode/vars/apt_systems.yml index 4a004cb8..15a12252 100644 --- a/roles/testnode/vars/apt_systems.yml +++ b/roles/testnode/vars/apt_systems.yml @@ -14,6 +14,8 @@ ceph_packages_to_remove: - radosgw - python-ceph - python-rados + - python-cephfs + - python-rbd - librbd1 - librados2 - ceph-fs-common-dbg diff --git a/roles/testnode/vars/yum_systems.yml b/roles/testnode/vars/yum_systems.yml index ad4fa8b9..e6652a60 100644 --- a/roles/testnode/vars/yum_systems.yml +++ b/roles/testnode/vars/yum_systems.yml @@ -18,6 +18,8 @@ ceph_packages_to_remove: - ceph-radosgw - python-ceph - python-rados + - python-rbd + - python-cephfs - librbd1 - librados2 - mod_fastcgi