summaryrefslogtreecommitdiff
path: root/bindep.txt
diff options
context:
space:
mode:
authorElod Illes <elod.illes@est.tech>2019-06-26 16:03:39 +0200
committerElod Illes <elod.illes@est.tech>2019-06-26 16:03:39 +0200
commitf34e53ebf7670f51f16d5d96412a42fa7f3a8232 (patch)
tree6e86c69759d07b0aa2414a8bfcdb9c3e9fc9b08a /bindep.txt
parent459de143578367c00fb508edeea68eb96531724c (diff)
downloadoslo-db-f34e53ebf7670f51f16d5d96412a42fa7f3a8232.tar.gz
Add local bindep.txt
As it was announced [1] global bindep-fallback.txt was removed and now projects need to have a local bindep.txt to be able to install binary dependencies for testing. In test jobs the script tools/test-setup.sh is called which requires mysql and postgres servers and clients to be installed. [1] http://lists.openstack.org/pipermail/openstack-discuss/2019-June/007272.html Change-Id: I6b237ecf55ff440b5f5c956ee849a1927bb15441
Diffstat (limited to 'bindep.txt')
-rw-r--r--bindep.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/bindep.txt b/bindep.txt
new file mode 100644
index 0000000..cba81a4
--- /dev/null
+++ b/bindep.txt
@@ -0,0 +1,8 @@
+# This is a cross-platform list tracking distribution packages needed for install and tests;
+# see https://docs.openstack.org/infra/bindep/ for additional information.
+
+mysql-client [platform:dpkg]
+mysql-server [platform:dpkg]
+postgresql
+postgresql-client [platform:dpkg]
+