From: Sage Weil Date: Thu, 29 Jan 2015 14:13:53 +0000 (-0800) Subject: fabfile: cryptsetup[-bin] for ceph-disk dmcrypt make check tests X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F21%2Fhead;p=autobuild-ceph.git fabfile: cryptsetup[-bin] for ceph-disk dmcrypt make check tests For RPM distros also need hdparm and python-flask. Signed-off-by: Sage Weil --- diff --git a/fabfile.py b/fabfile.py index d017456..ffc553f 100644 --- a/fabfile.py +++ b/fabfile.py @@ -649,6 +649,7 @@ def _gitbuilder_ceph(url, flavor): 'xmlstarlet', 'yasm', 'python-nose', + 'cryptsetup-bin', # for kernel build, perf etc 'flex', 'bison', @@ -797,6 +798,8 @@ def _gitbuilder_ceph_rpm(url, flavor): 'expect', 'yasm', 'python-nose', + 'python-flask', + 'hdparm', 'rpm-sign', 'createrepo', 'leveldb-devel', @@ -806,6 +809,7 @@ def _gitbuilder_ceph_rpm(url, flavor): 'python-argparse', 'lttng-ust-devel', 'libbabeltrace-devel', + 'cryptsetup', ] ) with cd('/srv/autobuild-ceph'):