neutron/bindep.txt
Gaudenz Steinlin 9a0814c760 Fixup conntrackd support
This contains several fixups for which did not make it into the original
change before it got merged:

* Removal of the GPL licensed shell script. This is replaced by Python
  code in neutron-keepalived-state-change. This code was rewritten from
  scratch and is Apache licensed.
* Addition of the conntrackd package to bindep.txt for tests. This
  properly documents this new test requirement.
* Several typo and other small fixes suggested by Ihar Hrachyshka.
* Common pgrep utility function as suggested by lajoskatona.

Closes-Bug: #2092907
Change-Id: Ica1c38b3a635d60a08f48272fcda2034b0323d10
2025-01-16 06:08:39 +00:00

28 lines
870 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 database since some jobs are set up in OpenStack infra that need this.
libmariadb-dev-compat [platform:debian]
libmysqlclient-dev [platform:ubuntu]
mariadb [platform:rpm test]
mariadb-devel [platform:rpm test]
mariadb-server [platform:rpm platform:redhat platform:debian test]
mysql-client [platform:dpkg !platform:debian test]
mysql-server [platform:dpkg !platform:debian test]
haproxy
keepalived
conntrackd [platform:dpkg test conntrackd]
conntrack-tools [platform:rpm test conntrackd]
iproute-tc [platform:rpm]