53c3920c6b
This adds a database connection for testing, which will be required in 4.0+. Change-Id: I3c9ba6aac023a0018d857bd3d34f54cdc26e4b79 Signed-off-by: Paul Belanger <pabelanger@redhat.com>
20 lines
671 B
Plaintext
20 lines
671 B
Plaintext
# This is a cross-platform list tracking distribution packages needed by tests;
|
|
# see http://docs.openstack.org/infra/bindep/ for additional information.
|
|
|
|
git
|
|
libffi-dev [platform:dpkg]
|
|
libffi-devel [platform:rpm]
|
|
libssl-dev [platform:dpkg]
|
|
mysql-client [test !platform:rpm]
|
|
mysql-server [test]
|
|
openssl-devel [platform:rpm]
|
|
python3-dnf [platform:fedora]
|
|
python3-libselinux [platform:rpm]
|
|
python3-pip [test]
|
|
python3-setuptools [test]
|
|
|
|
# NOTE(pabelanger): This is because of a bug in zuul, when zuul-scheduler starts
|
|
# it will fail unless it cannot connect to zookeeper. However, zuul should be
|
|
# smart enough to try forever to connect.
|
|
zookeeperd [ansible platform:dpkg]
|