From 2bbac6e482f1e7b1c7d89c6511fcd737d5ebebcc Mon Sep 17 00:00:00 2001 From: tamil Date: Fri, 19 Apr 2013 18:13:01 -0700 Subject: [PATCH] added extra packages required by ceph-deploy for rbd and rados tests Signed-off-by: tamil --- teuthology/task/install.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/teuthology/task/install.py b/teuthology/task/install.py index 027cf21686..198fee80c0 100644 --- a/teuthology/task/install.py +++ b/teuthology/task/install.py @@ -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) -- 2.39.5