]> git.apps.os.sepia.ceph.com Git - autobuild-ceph.git/commitdiff
fabfile: cryptsetup[-bin] for ceph-disk dmcrypt make check tests 21/head
authorSage Weil <sage@redhat.com>
Thu, 29 Jan 2015 14:13:53 +0000 (06:13 -0800)
committerSage Weil <sage@redhat.com>
Thu, 29 Jan 2015 14:13:53 +0000 (06:13 -0800)
For RPM distros also need hdparm and python-flask.

Signed-off-by: Sage Weil <sage@redhat.com>
fabfile.py

index d01745684fd2f31cb002b476d21d94f777f04e60..ffc553ffa85a2d7ebd9b2724acd2279aaa459524 100644 (file)
@@ -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'):