97186f8339
This patch adds the initial support for Fedora 25 in the security role. A non-voting gate job is proposed in the following review: https://review.openstack.org/#/c/467297/ Docs and general cleanup for Fedora/Debian support is coming soon. Change-Id: Ia6c551d2f33255f7f71f7ba9bb328fc8f17f61e0
50 lines
1.5 KiB
Plaintext
50 lines
1.5 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://git.openstack.org/cgit/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 and Debian
|
|
build-essential [platform:dpkg]
|
|
git-core [platform:dpkg]
|
|
libssl-dev [platform:dpkg]
|
|
libffi-dev [platform:dpkg]
|
|
libxslt1-dev [platform:dpkg]
|
|
python2.7 [platform:dpkg]
|
|
python-dev [platform:dpkg]
|
|
python-apt [platform:dpkg]
|
|
|
|
# Base requirements for CentOS and Fedora
|
|
redhat-rpm-config [platform:rpm]
|
|
gcc [platform:rpm]
|
|
gcc-c++ [platform:rpm]
|
|
git [platform:rpm]
|
|
libxslt-devel [platform:rpm]
|
|
python-devel [platform:rpm]
|
|
|
|
# Requirements for Paramiko 2.0
|
|
libffi-devel [platform:rpm]
|
|
openssl-devel [platform:rpm]
|
|
|
|
# For SELinux
|
|
libselinux-python [platform:rpm]
|
|
|
|
# For SSL SNI support
|
|
python-pyasn1 [platform:dpkg]
|
|
python-openssl [platform:dpkg]
|
|
python2-pyasn1 [platform:rpm]
|
|
python2-pyOpenSSL [platform:centos]
|
|
pyOpenSSL [platform:fedora]
|
|
|
|
# Other Ansible requirements
|
|
python2-dnf [platform:fedora]
|
|
|
|
# Required for compressing collected log files in CI
|
|
gzip
|