2016-03-11 11:38:14 +00:00
|
|
|
# This file facilitates OpenStack-CI package installation
|
|
|
|
# before the execution of any tests.
|
|
|
|
#
|
|
|
|
# See the following for details:
|
2017-08-31 15:19:09 +00:00
|
|
|
# - https://docs.openstack.org/infra/bindep/
|
2019-05-09 11:34:27 +00:00
|
|
|
# - https://opendev.org/openstack-infra/bindep
|
2016-03-11 11:38:14 +00:00
|
|
|
#
|
|
|
|
# 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.
|
2017-06-22 15:19:24 +00:00
|
|
|
#
|
|
|
|
# Note:
|
|
|
|
# This file is maintained in the openstack-ansible-tests repository.
|
2019-05-09 11:34:27 +00:00
|
|
|
# https://opendev.org/openstack/openstack-ansible-tests/src/bindep.txt
|
2017-06-22 15:19:24 +00:00
|
|
|
# If you need to remove or add extra dependencies, you should modify
|
|
|
|
# the central file instead and once your change is accepted then update
|
|
|
|
# this file as well. The purpose of this file is to ensure that Python and
|
|
|
|
# Ansible have all their necessary binary requirements on the test host before
|
|
|
|
# tox executes. Any binary requirements needed by services/roles should be
|
|
|
|
# installed by those roles in their applicable package install tasks, not through
|
|
|
|
# using this file.
|
|
|
|
#
|
2016-05-03 08:55:36 +01:00
|
|
|
|
2017-12-06 00:05:59 +00:00
|
|
|
# The gcc compiler
|
|
|
|
gcc
|
|
|
|
|
2016-08-17 22:23:50 +00:00
|
|
|
# Base requirements for Ubuntu
|
2021-03-12 22:18:34 +00:00
|
|
|
git-core [platform:dpkg]
|
2016-08-17 22:23:50 +00:00
|
|
|
libssl-dev [platform:dpkg]
|
|
|
|
libffi-dev [platform:dpkg]
|
2017-07-31 19:10:53 +00:00
|
|
|
python3 [platform:dpkg]
|
|
|
|
python3-apt [platform:dpkg]
|
|
|
|
python3-dev [platform:dpkg]
|
2016-08-17 22:23:50 +00:00
|
|
|
|
2017-06-22 15:19:24 +00:00
|
|
|
# Base requirements for RPM distros
|
2016-08-17 22:23:50 +00:00
|
|
|
gcc-c++ [platform:rpm]
|
2021-03-12 22:18:34 +00:00
|
|
|
git [platform:rpm]
|
2017-12-06 00:05:59 +00:00
|
|
|
libffi-devel [platform:rpm]
|
|
|
|
openssl-devel [platform:rpm]
|
2020-03-11 12:46:13 +00:00
|
|
|
python3-dnf [platform:fedora]
|
2020-02-24 13:09:32 +00:00
|
|
|
python3-devel [platform:rpm]
|
2016-08-17 22:23:50 +00:00
|
|
|
|
|
|
|
# For SELinux
|
2020-03-11 12:46:13 +00:00
|
|
|
libselinux-python3 [platform:redhat]
|
|
|
|
libsemanage-python3 [platform:redhat]
|
2020-05-22 07:04:14 +00:00
|
|
|
iptables [platform:redhat]
|