ovn: Add Debian x86 images
aarch64 still has no installation candidate Change-Id: I645f5d04ff2be3a5857765e901eccfe0b56ff199
This commit is contained in:
parent
6014b503dd
commit
3df1a1dde9
@ -49,7 +49,7 @@ nova,T,T,T,T,C,T
|
||||
nova-spicehtml5proxy,N,N,T,T,C,T
|
||||
octavia,C,C,N,C,C,C
|
||||
openvswitch,T,T,T,T,C,T
|
||||
ovn,C,C,C,C,N,N
|
||||
ovn,C,C,C,C,C,C
|
||||
ovsdpdk,N,N,C,C,C,C
|
||||
placement,T,T,T,T,C,T
|
||||
prometheus,C,C,C,C,C,C
|
||||
|
|
@ -12,13 +12,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
|
||||
'openvswitch-ovn-common',
|
||||
] %}
|
||||
|
||||
{% elif base_distro in ['debian'] %}
|
||||
# NOTE(hrw): 'ovn-common' is provided by 'openvswitch-common'
|
||||
{% set ovn_base_packages = [
|
||||
'openvswitch-common',
|
||||
] %}
|
||||
|
||||
{% elif base_distro in ['ubuntu'] %}
|
||||
{% elif base_package_type == 'deb' %}
|
||||
{% set ovn_base_packages = [
|
||||
'ovn-common',
|
||||
] %}
|
||||
|
@ -113,7 +113,6 @@ UNBUILDABLE_IMAGES = {
|
||||
'debian': {
|
||||
"bifrost-base", # tries to install 'mysql-server' which is not in
|
||||
# Debian 'buster' (fixed in Yoga)
|
||||
"ovn-base", # no OVN package in Debian bullseye
|
||||
"qdrouterd", # no qdrouterd package in Debian bullseye
|
||||
},
|
||||
|
||||
@ -121,6 +120,10 @@ UNBUILDABLE_IMAGES = {
|
||||
"qdrouterd", # There is no qdrouterd package for Ubuntu
|
||||
},
|
||||
|
||||
'debian+aarch64': {
|
||||
"ovn-base", # no binary package
|
||||
},
|
||||
|
||||
'ubuntu+aarch64': {
|
||||
"kibana", # no binary package
|
||||
},
|
||||
|
4
releasenotes/notes/ovn-debian-x86-d584f88b9e94b226.yaml
Normal file
4
releasenotes/notes/ovn-debian-x86-d584f88b9e94b226.yaml
Normal file
@ -0,0 +1,4 @@
|
||||
---
|
||||
features:
|
||||
- |
|
||||
OVN images are now buildable for Debian x86.
|
Loading…
Reference in New Issue
Block a user