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
This commit is contained in:
Fei Long Wang 2017-11-30 10:29:15 +13:00 committed by Feilong Wang
parent 3aedd65631
commit 0540bbd6e1
1 changed files with 15 additions and 0 deletions

15
bindep.txt Normal file
View File

@ -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]