190d2a7ebc
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>
17 lines
591 B
Plaintext
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]
|