yatinkarel
79de6969fa
This was added with [1] and broked arm64 unit test jobs as vzctl is only available from amd64[2]. [1] https://review.opendev.org/c/openstack/neutron/+/822253 [2] https://packages.ubuntu.com/focal/vzctl Related-Bug: #1877301 Change-Id: Ie2f8ef9645c5c5331f5ff0da468a9eea508fd246
31 lines
881 B
Plaintext
31 lines
881 B
Plaintext
# This file contains runtime (non-python) dependencies
|
|
# More info at: http://docs.openstack.org/infra/bindep/readme.html
|
|
|
|
python3-devel [platform:rpm]
|
|
|
|
# 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-py35-with-neutron-lib-master.
|
|
libmysqlclient-dev [platform:dpkg test]
|
|
mariadb [platform:rpm test]
|
|
mariadb-devel [platform:rpm test]
|
|
mariadb-server [platform:rpm test]
|
|
mysql-client [platform:dpkg test]
|
|
mysql-server [platform:dpkg test]
|
|
postgresql [test]
|
|
postgresql-client [platform:dpkg test]
|
|
postgresql-devel [platform:rpm test]
|
|
postgresql-server [platform:rpm test]
|
|
|
|
haproxy
|
|
keepalived
|
|
|
|
iproute-tc [platform:rpm]
|