Debian: enable building Bifrost images on x86-64

https://review.opendev.org/c/openstack/bifrost/+/806328 fixed building
of Bifrost Debian images.

On AArch64 Bifrost tries to install x86-64 grub.

Change-Id: I8e0c55e7995e5269f285c6d9c75e8c4b7b85a38b
This commit is contained in:
Marcin Juszkiewicz 2021-10-20 15:50:34 +02:00 committed by Radosław Piliszek
parent 8cf23a6c31
commit 023b9f3252
3 changed files with 2 additions and 4 deletions

View File

@ -2,7 +2,7 @@ Image,CentOS,,Ubuntu,,Debian
,Binary,Source,Binary,Source,Binary,Source
aodh,C,C,C,C,N,C
barbican,C,C,C,C,N,C
bifrost,N,C,N,N,N,N
bifrost,N,N,N,N,N,N
blazar,N,C,N,C,N,C
ceilometer,C,C,C,C,N,C
cinder,C,C,C,C,N,C

1 Image,CentOS,,Ubuntu,,Debian
2 ,Binary,Source,Binary,Source,Binary,Source
3 aodh,C,C,C,C,N,C
4 barbican,C,C,C,C,N,C
5 bifrost,N,C,N,N,N,N bifrost,N,N,N,N,N,N
6 blazar,N,C,N,C,N,C
7 ceilometer,C,C,C,C,N,C
8 cinder,C,C,C,C,N,C

View File

@ -2,7 +2,7 @@ Image,CentOS,,Ubuntu,,Debian
,Binary,Source,Binary,Source,Binary,Source
aodh,C,C,C,C,C,C
barbican,C,T,C,C,C,C
bifrost,N,T,N,C,N,N
bifrost,N,T,N,C,N,C
blazar,N,C,N,C,N,C
ceilometer,C,C,C,C,C,C
cinder,C,T,C,T,C,C

1 Image,CentOS,,Ubuntu,,Debian
2 ,Binary,Source,Binary,Source,Binary,Source
3 aodh,C,C,C,C,C,C
4 barbican,C,T,C,C,C,C
5 bifrost,N,T,N,C,N,N bifrost,N,T,N,C,N,C
6 blazar,N,C,N,C,N,C
7 ceilometer,C,C,C,C,C,C
8 cinder,C,T,C,T,C,C

View File

@ -111,8 +111,6 @@ UNBUILDABLE_IMAGES = {
},
'debian': {
"bifrost-base", # tries to install 'mysql-server' which is not in
# Debian 'buster' (fixed in Yoga)
"qdrouterd", # no qdrouterd package in Debian bullseye
},