ansible-role-zuul/bindep.txt
Paul Belanger 190d2a7ebc
Move ansible dependency to bindep.txt
Our role shouldn't add the required dependencies for ansible, this
should be done before even running of the role.

Change-Id: Ic0bed3f0f73b370eaa0731e34505c19f3a862346
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
2018-03-08 20:57:47 -05:00

17 lines
591 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]
libselinux-python [platform:rpm]
libssl-dev [platform:dpkg]
openssl-devel [platform:rpm]
python2-dnf [platform:fedora]
# 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 [platform:dpkg]
zookeeper [platform:fedora]