New packages that were missing from the fabfile. Formatting fixes on others
and also some changes to user creation
Signed-off-by: Sandon Van Ness <sandon@inktank.com>
'adduser',
'--system',
'--home', '/nonexistent',
- '--no-create-home',
'--comment', '"Ceph autobuild"',
'--user-group',
#'--disabled-password',
'adduser',
'--system',
'--home', '/nonexistent',
- '--no-create-home',
'--gecos', '"Ceph autobuild"',
'--group',
'--disabled-password',
'libkeyutils-dev',
'uuid-dev',
'libblkid-dev',
- 'libbz2-dev',
+ 'libbz2-dev',
'libudev-dev',
'python-pip',
'python-virtualenv',
'uuid-dev',
'uuid-runtime',
'libblkid-dev',
- 'libbz2-dev',
+ 'libbz2-dev',
'libudev-dev',
'libaio-dev',
'libxml2-dev',
'libblkid-devel',
'libudev',
'libudev-devel',
- 'bzip2-devel',
+ 'bzip2-devel',
'fcgi',
'fcgi-devel',
'xfsprogs',
'leveldb-devel',
'snappy-devel',
'zlib-devel',
+ 'python-virtualenv',
+ 'python-argparse',
+ 'lttng-ust-devel',
+ 'libbabeltrace-devel',
]
)
with cd('/srv/autobuild-ceph'):