openstack-ansible-haproxy_s.../bindep.txt

52 lines
1.7 KiB
Plaintext

# 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.
# Base requirements for Ubuntu
build-essential [platform:dpkg]
git-core [platform:dpkg]
libssl-dev [platform:dpkg]
libffi-dev [platform:dpkg]
python2.7 [platform:dpkg]
python-dev [platform:dpkg]
# Base requirements for RPM distros
gcc [platform:rpm]
gcc-c++ [platform:rpm]
python-devel [platform:rpm]
# Base requirements for CentOS
git [platform:centos]
libffi-devel [platform:centos]
openssl-devel [platform:centos]
# Base requirements for openSUSE Leap 42.1
git-core [platform:suselinux]
libffi-devel-gcc5 [platform:suselinux]
libopenssl-devel [platform:suselinux]
# For SELinux
libselinux-python [platform:centos]
libsemanage-python [platform:centos]
# For SSL SNI support
python-pyasn1 [platform:dpkg]
python-openssl [platform:dpkg]
python-ndg-httpsclient [platform:ubuntu]
python2-pyasn1 [platform:rpm !platform:suselinux]
python-pyasn1 [platform:suselinux]
python2-pyOpenSSL [platform:rpm !platform:suselinux]
python-pyOpenSSL [platform:suselinux]
python-ndg_httpsclient [platform:rpm !platform:suselinux]
# Required for compressing collected log files in CI
gzip