]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
added extra packages required by ceph-deploy for rbd and rados tests
authortamil <tamil.muthamizhan@inktank.com>
Sat, 20 Apr 2013 01:13:01 +0000 (18:13 -0700)
committertamil <tamil.muthamizhan@inktank.com>
Sat, 20 Apr 2013 01:13:01 +0000 (18:13 -0700)
Signed-off-by: tamil <tamil.muthamizhan@inktank.com>
teuthology/task/install.py

index 027cf2168663364f6415fc9d78ece57ffde98730..198fee80c0056d69f166efce624a9af2a737920c 100644 (file)
@@ -370,8 +370,8 @@ def install(ctx, config):
 
     extras = config.get('extras')
     if extras is not None:
-        debs = ['ceph-test', 'ceph-test-dbg', 'ceph-fuse', 'ceph-fuse-dbg']
-        rpm = ['ceph-fuse',]
+        debs = ['ceph-test', 'ceph-test-dbg', 'ceph-fuse', 'ceph-fuse-dbg', 'librados2', 'librados2-dbg', 'librbd1', 'librbd1-dbg', 'python-ceph']
+        rpm = ['ceph-fuse', 'librbd1', 'librados2', 'ceph-test', 'python-ceph']
 
     # install lib deps (so we explicitly specify version), but do not
     # uninstall them, as other packages depend on them (e.g., kvm)