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:
committed by
Marcin Juszkiewicz
parent
0ffd3aefda
commit
ad16bade33
@@ -128,11 +128,17 @@ UNBUILDABLE_IMAGES = {
|
|||||||
"ovsdpdk",
|
"ovsdpdk",
|
||||||
},
|
},
|
||||||
'debian': {
|
'debian': {
|
||||||
|
"bifrost-base", # tries to install 'mysql-server' which is not in
|
||||||
|
# Debian 'buster'
|
||||||
"cyborg-base",
|
"cyborg-base",
|
||||||
|
"monasca-grafana", # FIXME(hrw): some ssl issues to fix
|
||||||
"mongodb",
|
"mongodb",
|
||||||
|
"opendaylight", # no binary package
|
||||||
"ovsdpdk",
|
"ovsdpdk",
|
||||||
"qdrouterd",
|
"qdrouterd",
|
||||||
"sensu-base",
|
"sensu-base",
|
||||||
|
"telegraf", # no binary package
|
||||||
|
"xtrabackup", # no binary package
|
||||||
},
|
},
|
||||||
'ubuntu': {
|
'ubuntu': {
|
||||||
"cyborg-base",
|
"cyborg-base",
|
||||||
@@ -140,7 +146,6 @@ UNBUILDABLE_IMAGES = {
|
|||||||
},
|
},
|
||||||
|
|
||||||
'debian+aarch64': {
|
'debian+aarch64': {
|
||||||
"bifrost-base", # bifrost tries to install 'mysql-server'
|
|
||||||
"skydive-base", # no binary package
|
"skydive-base", # no binary package
|
||||||
},
|
},
|
||||||
'ubuntu+aarch64': {
|
'ubuntu+aarch64': {
|
||||||
|
|||||||
Reference in New Issue
Block a user