64708ec7d1
In order to ensure that all logs gathered do not take up too much space on CI systems, the logs are gzipped. In order to make them viewable via a browser from the CI log host, the files are renamed to .txt before compressing them. Closes-Bug: #1620849 Change-Id: I71e629c505770b8e95a6328c79d46ab45ee0300a
24 lines
731 B
Plaintext
24 lines
731 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://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.
|
|
|
|
# Required for compressing collected log files in CI
|
|
gzip
|
|
|
|
# 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]
|