@@ -147,6 +147,12 @@ kolla_sources:
147
147
type : git
148
148
location : https://github.com/stackhpc/networking-generic-switch.git
149
149
reference : stackhpc/{{ openstack_release }}
150
+ neutron-server-plugin-networking-mlnx :
151
+ type : git
152
+ location : https://opendev.org/x/networking-mlnx
153
+ # FIXME(wszumski): Last stable release is stable/yoga
154
+ # reference: stable/{{ openstack_release }}
155
+ reference : master
150
156
octavia-api-plugin-ovn-octavia-provider :
151
157
type : git
152
158
location : https://github.com/stackhpc/ovn-octavia-provider.git
@@ -155,6 +161,12 @@ kolla_sources:
155
161
type : git
156
162
location : https://github.com/stackhpc/ovn-octavia-provider.git
157
163
reference : stackhpc/{{ openstack_release }}
164
+ nova-compute-plugin-networking-mlnx :
165
+ type : git
166
+ location : https://opendev.org/x/networking-mlnx
167
+ # FIXME(wszumski): Last stable release is stable/yoga
168
+ # reference: stable/{{ openstack_release }}
169
+ reference : master
158
170
159
171
# ##############################################################################
160
172
# Kolla image build configuration.
@@ -347,6 +359,12 @@ kolla_build_blocks:
347
359
{% set magnum_capi_packages = ['magnum-capi-helm==1.0.0'] %}
348
360
RUN {{ macros.install_pip(magnum_capi_packages | customizable("pip_packages")) }}
349
361
{% endraw %}
362
+ nova_compute_header :
363
+ # See: https://review.opendev.org/c/openstack/kolla/+/878663/1/docker/neutron/neutron-mlnx-agent/Dockerfile.j2
364
+ RUN sed -e "s/^pyzmq===20.0.0/pyzmq==21.*/g" -i /requirements/upper-constraints.txt
365
+ neutron_server_header :
366
+ # See: https://review.opendev.org/c/openstack/kolla/+/878663/1/docker/neutron/neutron-mlnx-agent/Dockerfile.j2
367
+ RUN sed -e "s/^pyzmq===20.0.0/pyzmq==21.*/g" -i /requirements/upper-constraints.txt
350
368
prometheus_alertmanager_repository_version : | # 2023.1 kolla has 0.24.0
351
369
{% raw %}
352
370
ARG prometheus_alertmanager_version=0.26.0
@@ -439,6 +457,12 @@ kolla_build_customizations_common:
439
457
- /additions/*
440
458
ironic_inspector_pip_packages_append :
441
459
- /additions/*
460
+ neutron_server_packages_append :
461
+ - python3-libvirt
462
+ - python3-ethtool
463
+ nova_compute_packages_append :
464
+ - python3-libvirt
465
+ - python3-ethtool
442
466
443
467
kolla_build_customizations_rocky :
444
468
ovn_base_packages_override :
0 commit comments