920b2124d9
The hiera roles have been moved into tripleo-ansible and are no longer needed within this repository. This change removes the roles that have been moved. Because this change removes the last of the roles within this repo the setup.cfg file has been modified to remove the no longer relevant install path(s), the molecule related config has been pulled out of the tox.ini file, and the molecule related packages have been purged from the bindep.txt file. Story: 2006044 Task: 34726 Story: 2006044 Task: 34730 Depends-On: I7f9e993735a0347aac12f728393639d88c80ff0f Change-Id: I1bf74a4fb0adcae632c06b38e06a572ebc434201 Signed-off-by: Kevin Carter <kecarter@redhat.com>
34 lines
903 B
Plaintext
34 lines
903 B
Plaintext
# This file facilitates OpenStack-CI package installation
|
|
# before the execution of any tests.
|
|
#
|
|
# See the following for details:
|
|
# - https://docs.openstack.org/infra/bindep/
|
|
# - https://opendev.org/opendev/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.
|
|
|
|
# The gcc compiler
|
|
gcc
|
|
|
|
# Base requirements for RPM distros
|
|
gcc-c++ [platform:rpm]
|
|
git [platform:rpm]
|
|
libffi-devel [platform:rpm]
|
|
openssl-devel [platform:rpm]
|
|
python-devel [platform:rpm]
|
|
python2-dnf [platform:fedora]
|
|
|
|
# For SELinux
|
|
libselinux-python [platform:rpm]
|
|
libsemanage-python [platform:redhat]
|
|
|
|
# Required for compressing collected log files in CI
|
|
gzip
|
|
|
|
# Required to build language docs
|
|
gettext
|
|
|