ironic-neutron-agent: enable for Debuntu binary
Packages are available for focal and bullseye. Change-Id: I61623748d1149adb1b096adf2fffb5a902df3181
This commit is contained in:
parent
cf78abccc0
commit
928c4648a4
@ -26,8 +26,6 @@ heat,C,C,C,C,N,C
|
||||
horizon,C,C,C,C,N,C
|
||||
influxdb,N,N,C,C,N,C
|
||||
ironic,C,C,C,C,N,C
|
||||
ironic-neutron-agent,N,N,N,N,N,N
|
||||
ironic-inspector,N,N,N,N,N,N
|
||||
iscsid,C,C,C,C,N,C
|
||||
kafka,C,C,C,C,N,C
|
||||
keepalived,C,C,C,C,N,C
|
||||
|
|
@ -27,8 +27,6 @@ heat,T,T,N,T,C,T
|
||||
horizon,T,T,T,T,C,T
|
||||
influxdb,C,C,C,C,C,C
|
||||
ironic,T,T,C,T,C,C
|
||||
ironic-neutron-agent,T,T,N,T,N,C
|
||||
ironic-inspector,T,T,C,T,C,C
|
||||
iscsid,T,T,T,T,C,C
|
||||
kafka,C,C,C,C,C,C
|
||||
keepalived,T,T,T,T,C,C
|
||||
|
|
@ -18,8 +18,9 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
|
||||
|
||||
{% elif base_package_type == 'deb' %}
|
||||
|
||||
RUN echo '{{ install_type }} not yet available for {{ base_distro }}' \
|
||||
&& /bin/false
|
||||
{% set ironic_neutron_agent_packages = [
|
||||
'ironic-neutron-agent',
|
||||
] %}
|
||||
|
||||
{% endif %}
|
||||
|
||||
|
@ -17,6 +17,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
|
||||
{% elif base_package_type == 'deb' %}
|
||||
|
||||
{% set neutron_server_packages = [
|
||||
'python3-ironic-neutron-agent',
|
||||
'python3-neutron-dynamic-routing',
|
||||
'python3-neutron-vpnaas'
|
||||
] %}
|
||||
|
@ -138,14 +138,12 @@ UNBUILDABLE_IMAGES = {
|
||||
|
||||
'debian+binary': {
|
||||
"cloudkitty-base", # no support in Dockerfile
|
||||
"ironic-neutron-agent", # no support in Dockerfile
|
||||
"nova-serialproxy", # no binary package
|
||||
"tacker-base", # no binary package
|
||||
},
|
||||
|
||||
'ubuntu+binary': {
|
||||
"cloudkitty-base",
|
||||
"ironic-neutron-agent",
|
||||
"senlin-conductor", # no binary package
|
||||
"senlin-health-manager", # no binary package
|
||||
"tacker-base",
|
||||
|
@ -0,0 +1,6 @@
|
||||
---
|
||||
features:
|
||||
- |
|
||||
Adds support for the ``ironic-neutron-agent`` image in Debian and Ubuntu
|
||||
binary images. Also adds support for the ``baremetal`` ML2 driver in the
|
||||
``neutron-server`` image in Debian and Ubuntu binary images.
|
Loading…
Reference in New Issue
Block a user