debian: add some images to unbuildable list

We do not have package repositories for opendaylight, telegraf,
xtrabackup images.

bifrost tries to install 'mysql-server' package which is not present in
Debian 'buster'

monasca-grafana has some SSL related issues

Change-Id: I795771569a3dcb9730063bd951c230806a08b3c0
This commit is contained in:
Marcin Juszkiewicz
2019-08-16 13:02:54 +02:00
committed by Marcin Juszkiewicz
parent 0ffd3aefda
commit ad16bade33

View File

@ -128,11 +128,17 @@ UNBUILDABLE_IMAGES = {
"ovsdpdk",
},
'debian': {
"bifrost-base", # tries to install 'mysql-server' which is not in
# Debian 'buster'
"cyborg-base",
"monasca-grafana", # FIXME(hrw): some ssl issues to fix
"mongodb",
"opendaylight", # no binary package
"ovsdpdk",
"qdrouterd",
"sensu-base",
"telegraf", # no binary package
"xtrabackup", # no binary package
},
'ubuntu': {
"cyborg-base",
@ -140,7 +146,6 @@ UNBUILDABLE_IMAGES = {
},
'debian+aarch64': {
"bifrost-base", # bifrost tries to install 'mysql-server'
"skydive-base", # no binary package
},
'ubuntu+aarch64': {