]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
ceph: install ceph-mds, ceph-common
authorSage Weil <sage@inktank.com>
Fri, 15 Feb 2013 23:17:25 +0000 (15:17 -0800)
committerSage Weil <sage@inktank.com>
Mon, 18 Feb 2013 21:39:04 +0000 (13:39 -0800)
Signed-off-by: Sage Weil <sage@inktank.com>
teuthology/task/ceph.py

index b881a5266b59e2d3f7a46209e5c29dd1cd7c9f71..fb9e3985cd85989a43486da683eaad751423b7d9 100644 (file)
@@ -287,7 +287,7 @@ def remove_sources(ctx):
 @contextlib.contextmanager
 def binaries(ctx, config):
 
-    debs = ['ceph', 'python-ceph', 'ceph-test']
+    debs = ['ceph', 'ceph-mds', 'ceph-common', 'python-ceph', 'ceph-test']
     branch = config.get('branch', 'master')
     log.info('branch: {b}'.format(b=branch))
     install_debs(ctx, debs, branch)