66b017144f
Change-Id: Id1ec52d14ecac9fd68b261c2be0e1dcdabbf7d81
27 lines
859 B
Plaintext
27 lines
859 B
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/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.
|
|
|
|
# OpenStack-CI's Jenkins needs curl
|
|
# TODO(odyssey4me) remove this once https://review.openstack.org/288634 has merged
|
|
# and the disk images are rebuilt and redeployed.
|
|
curl
|
|
wget
|
|
|
|
# Requirements for Paramiko 2.0
|
|
libssl-dev [platform:dpkg]
|
|
libffi-dev [platform:dpkg]
|
|
libffi-devel [platform:rpm]
|
|
openssl-devel [platform:rpm]
|
|
|
|
# For selinux
|
|
libselinux-python [platform:rpm]
|