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:
parent
3aedd65631
commit
0540bbd6e1
15
bindep.txt
Normal file
15
bindep.txt
Normal 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]
|
Loading…
Reference in New Issue
Block a user