b3b56d8127
lsscsi is needed for some of the SCSI device identification. This identification is actually done in os-brick, but due to the way devstack and potentially other things install from source, os-brick's bindep.txt file may not be used. Since Nova needs the package in order for os-brick to operate, we can just add it to nova so we can make sure it is available. Change-Id: Iba5307a6c644ae0fe5eb754f1b1e5dbdfc541cb9 Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
57 lines
2.0 KiB
Plaintext
57 lines
2.0 KiB
Plaintext
# This is a cross-platform list tracking distribution packages needed for install and tests;
|
|
# see https://docs.openstack.org/infra/bindep/ for additional information.
|
|
|
|
build-essential [platform:dpkg test]
|
|
# fonts-freefont-otf is needed for pdf docs builds with the 'xelatex' engine
|
|
fonts-freefont-otf [pdf-docs]
|
|
gcc [platform:rpm test]
|
|
# gettext and graphviz are needed by doc builds only. For transition,
|
|
# have them in both doc and test.
|
|
# TODO(jaegerandi): Remove test once infra scripts are updated.
|
|
gettext [doc test]
|
|
graphviz [doc test]
|
|
# libsrvg2 is needed for sphinxcontrib-svg2pdfconverter in docs builds.
|
|
librsvg2-tools [doc platform:rpm]
|
|
librsvg2-bin [doc platform:dpkg]
|
|
language-pack-en [platform:ubuntu]
|
|
latexmk [pdf-docs]
|
|
libffi-dev [platform:dpkg test]
|
|
libffi-devel [platform:rpm test]
|
|
libmysqlclient-dev [platform:dpkg]
|
|
libpq-dev [platform:dpkg test]
|
|
libsqlite3-dev [platform:dpkg test]
|
|
libxml2-dev [platform:dpkg test]
|
|
libxslt-devel [platform:rpm test]
|
|
libxslt1-dev [platform:dpkg test]
|
|
locales [platform:debian]
|
|
mysql [platform:rpm]
|
|
mysql-client [platform:dpkg]
|
|
mysql-devel [platform:rpm test]
|
|
mysql-server
|
|
openssh-client [platform:dpkg]
|
|
openssh-clients [platform:rpm]
|
|
openssl
|
|
pkg-config [platform:dpkg test]
|
|
pkgconfig [platform:rpm test]
|
|
postgresql
|
|
postgresql-client [platform:dpkg]
|
|
postgresql-devel [platform:rpm test]
|
|
postgresql-server [platform:rpm]
|
|
python-dev [platform:dpkg test]
|
|
python-devel [platform:rpm test]
|
|
python3-all [platform:dpkg]
|
|
python3-all-dev [platform:dpkg]
|
|
python3-devel [platform:fedora]
|
|
python34-devel [platform:centos]
|
|
sqlite-devel [platform:rpm test]
|
|
texlive [pdf-docs]
|
|
texlive-latex-recommended [pdf-docs]
|
|
texlive-xetex [pdf-docs]
|
|
libpcre3-dev [platform:dpkg test]
|
|
pcre-devel [platform:rpm test]
|
|
# Nova uses lsscsi via os-brick. Due to bindep usage in devstack and
|
|
# elsewhere, we add it here to make sure it is picked up and available at
|
|
# runtime and in unit tests. Net result is the same that lsscsi will be
|
|
# installed for any nova installation.
|
|
lsscsi
|