Skip to content
This repository has been archived by the owner on May 6, 2021. It is now read-only.

Commit

Permalink
fabfile: cryptsetup[-bin] for ceph-disk dmcrypt make check tests
Browse files Browse the repository at this point in the history
For RPM distros also need hdparm and python-flask.

Signed-off-by: Sage Weil <sage@redhat.com>
  • Loading branch information
liewegas committed Jan 29, 2015
1 parent 7305e1c commit dd2b9f1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions fabfile.py
Expand Up @@ -649,6 +649,7 @@ def _gitbuilder_ceph(url, flavor):
'xmlstarlet',
'yasm',
'python-nose',
'cryptsetup-bin',
# for kernel build, perf etc
'flex',
'bison',
Expand Down Expand Up @@ -797,6 +798,8 @@ def _gitbuilder_ceph_rpm(url, flavor):
'expect',
'yasm',
'python-nose',
'python-flask',
'hdparm',
'rpm-sign',
'createrepo',
'leveldb-devel',
Expand All @@ -806,6 +809,7 @@ def _gitbuilder_ceph_rpm(url, flavor):
'python-argparse',
'lttng-ust-devel',
'libbabeltrace-devel',
'cryptsetup',
]
)
with cd('/srv/autobuild-ceph'):
Expand Down

0 comments on commit dd2b9f1

Please sign in to comment.