From 0540bbd6e1a390fa365561d3c9040ec485d6ee33 Mon Sep 17 00:00:00 2001 From: Fei Long Wang Date: Thu, 30 Nov 2017 10:29:15 +1300 Subject: [PATCH] Fix gate job failure Due to the infra change https://review.openstack.org/#/c/519533/, some "non-standard" things have been removed which include mongoDB and Redis. Now based on the policy, we have to keep one in Zaqar repo. Change-Id: I4505af56b015a004f9f1ba7f6aaddd5ca31a30b0 --- bindep.txt | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 bindep.txt diff --git a/bindep.txt b/bindep.txt new file mode 100644 index 000000000..5afd238c5 --- /dev/null +++ b/bindep.txt @@ -0,0 +1,15 @@ +# This is the fallback list for packages to install. Do not add +# additional packages here. Repositories should use bindep and create +# their own bindep.txt files if the list below is not +# working for them. + +mongodb [platform:dpkg] +mongodb-server [platform:rpm !platform:opensuseproject] +dev-db/mongodb [platform:gentoo] +redis [platform:rpm] +redis-server [platform:dpkg] +dev-db/redis [platform:gentoo] +libmysqlclient-dev [platform:dpkg] +libmysqlclient-devel [platform:suse] +mysql-client [platform:dpkg] +mysql-server [platform:dpkg]