2016-03-03 15:12:21 +00:00
|
|
|
# This file facilitates OpenStack-CI package installation
|
|
|
|
# before the execution of any tests.
|
|
|
|
#
|
|
|
|
# See the following for details:
|
|
|
|
# - http://docs.openstack.org/infra/bindep/
|
|
|
|
# - https://github.com/openstack-infra/bindep
|
|
|
|
#
|
|
|
|
# Even if the role does not make use of this facility, it
|
|
|
|
# is better to have this file empty, otherwise OpenStack-CI
|
|
|
|
# will fall back to installing its default packages which
|
|
|
|
# will potentially be detrimental to the tests executed.
|
|
|
|
|
2016-08-17 21:16:47 +00:00
|
|
|
# Base requirements for Ubuntu
|
|
|
|
build-essential [platform:dpkg]
|
|
|
|
git-core [platform:dpkg]
|
2016-05-10 11:00:15 -05:00
|
|
|
libffi-dev [platform:dpkg]
|
2016-10-18 13:32:35 -07:00
|
|
|
libjpeg-dev [platform:dpkg]
|
|
|
|
libssl-dev [platform:dpkg]
|
2016-08-17 21:16:47 +00:00
|
|
|
python2.7 [platform:dpkg]
|
|
|
|
python-dev [platform:dpkg]
|
|
|
|
|
|
|
|
# Base requirements for CentOS
|
2016-10-18 13:32:35 -07:00
|
|
|
gcc [platform:rpm]
|
|
|
|
gcc-c++ [platform:rpm]
|
|
|
|
git [platform:rpm]
|
|
|
|
python-devel [platform:rpm]
|
|
|
|
libffi-devel [platform:rpm]
|
|
|
|
libjpeg-turbo-devel [platform:rpm]
|
|
|
|
openssl-devel [platform:rpm]
|
2016-05-10 11:00:15 -05:00
|
|
|
|
2016-08-17 21:16:47 +00:00
|
|
|
# For SELinux
|
2016-05-10 11:00:15 -05:00
|
|
|
libselinux-python [platform:rpm]
|
2016-08-17 21:16:47 +00:00
|
|
|
|
|
|
|
# For SSL SNI support
|
|
|
|
python-pyasn1 [platform:dpkg]
|
|
|
|
python-openssl [platform:dpkg]
|
2016-12-15 10:49:48 +00:00
|
|
|
python-ndg-httpsclient [platform:ubuntu]
|
2016-08-17 21:16:47 +00:00
|
|
|
python2-pyasn1 [platform:rpm]
|
|
|
|
pyOpenSSL [platform:rpm]
|
|
|
|
python-ndg_httpsclient [platform:rpm]
|
2016-09-09 10:10:38 +01:00
|
|
|
|
|
|
|
# Required for compressing collected log files in CI
|
|
|
|
gzip
|