Add bindep.txt for vmware-nsx

Ensure proper dependencies are installed when running zuul jobs

Change-Id: I629a79625956b452e9c24fea47c996b38c6b47af
(cherry picked from commit 33c7ae15a6)
This commit is contained in:
Salvatore Orlando 2019-06-25 03:12:06 -07:00 committed by Michal Kelner Mishali
parent 838912ea85
commit 32de032928
1 changed files with 30 additions and 0 deletions

30
bindep.txt Normal file
View File

@ -0,0 +1,30 @@
# This file contains runtime (non-python) dependencies
# More info at: http://docs.openstack.org/infra/bindep/readme.html
# tools/misc-sanity-checks.sh validates .po[t] files
gettext [test]
# cffi (required by oslo.privsep) and PyNaCL (required by paramiko)
libffi-dev [platform:dpkg]
libffi-devel [platform:rpm]
# MySQL and PostgreSQL databases since some jobs are set up in
# OpenStack infra that need these like
# periodic-neutron-py27-with-oslo-master and
# periodic-neutron-py35-with-neutron-lib-master.
haproxy
libmysqlclient-dev [platform:dpkg test]
mysql [platform:rpm test]
mysql-client [platform:dpkg test]
mysql-devel [platform:rpm test]
mysql-server [test]
postgresql [test]
postgresql-client [platform:dpkg test]
postgresql-devel [platform:rpm test]
postgresql-server [platform:rpm test]
# Neutron's test-requirements requires tempest which requires paramiko
# which requires cryptography which requires ssl.
libssl-dev [platform:dpkg]
openssl-devel [platform:rpm !platform:suse]
libopenssl-devel [platform:suse !platform:rpm]