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:
parent
8cf23a6c31
commit
023b9f3252
@ -2,7 +2,7 @@ Image,CentOS,,Ubuntu,,Debian
|
|||||||
,Binary,Source,Binary,Source,Binary,Source
|
,Binary,Source,Binary,Source,Binary,Source
|
||||||
aodh,C,C,C,C,N,C
|
aodh,C,C,C,C,N,C
|
||||||
barbican,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
|
blazar,N,C,N,C,N,C
|
||||||
ceilometer,C,C,C,C,N,C
|
ceilometer,C,C,C,C,N,C
|
||||||
cinder,C,C,C,C,N,C
|
cinder,C,C,C,C,N,C
|
||||||
|
|
@ -2,7 +2,7 @@ Image,CentOS,,Ubuntu,,Debian
|
|||||||
,Binary,Source,Binary,Source,Binary,Source
|
,Binary,Source,Binary,Source,Binary,Source
|
||||||
aodh,C,C,C,C,C,C
|
aodh,C,C,C,C,C,C
|
||||||
barbican,C,T,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
|
blazar,N,C,N,C,N,C
|
||||||
ceilometer,C,C,C,C,C,C
|
ceilometer,C,C,C,C,C,C
|
||||||
cinder,C,T,C,T,C,C
|
cinder,C,T,C,T,C,C
|
||||||
|
|
@ -111,8 +111,6 @@ UNBUILDABLE_IMAGES = {
|
|||||||
},
|
},
|
||||||
|
|
||||||
'debian': {
|
'debian': {
|
||||||
"bifrost-base", # tries to install 'mysql-server' which is not in
|
|
||||||
# Debian 'buster' (fixed in Yoga)
|
|
||||||
"qdrouterd", # no qdrouterd package in Debian bullseye
|
"qdrouterd", # no qdrouterd package in Debian bullseye
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user