Skip to content

Commit fcaf631

Browse files
committed
(2024.1) Reintroduce networking-mlnx
1 parent 97f8975 commit fcaf631

File tree

4 files changed

+22
-0
lines changed

4 files changed

+22
-0
lines changed

etc/kayobe/environments/ci-builder/stackhpc-ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ kolla_enable_magnum: true
2323
kolla_enable_manila: true
2424
kolla_enable_mariabackup: true
2525
kolla_enable_neutron_sriov: true
26+
kolla_enable_neutron_mlnx: true
2627
kolla_enable_octavia: true
2728
kolla_enable_opensearch: true
2829
kolla_enable_prometheus: true

etc/kayobe/kolla.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,14 @@ kolla_sources:
138138
type: git
139139
location: https://github.com/stackhpc/networking-generic-switch.git
140140
reference: stackhpc/{{ openstack_release }}
141+
neutron-server-plugin-networking-mlnx:
142+
type: git
143+
location: https://github.com/stackhpc/networking-mlnx
144+
reference: stackhpc/{{ openstack_release }}
145+
nova-compute-plugin-networking-mlnx:
146+
type: git
147+
location: https://github.com/stackhpc/networking-mlnx
148+
reference: stackhpc/{{ openstack_release }}
141149

142150
###############################################################################
143151
# Kolla image build configuration.
@@ -341,6 +349,12 @@ kolla_build_customizations_common:
341349
- /additions/*
342350
ironic_inspector_pip_packages_append:
343351
- /additions/*
352+
neutron_server_packages_append:
353+
- python3-libvirt
354+
- python3-ethtool
355+
nova_compute_packages_append:
356+
- python3-libvirt
357+
- python3-ethtool
344358

345359
kolla_build_customizations_rocky:
346360
kolla_toolbox_packages_remove:

etc/kayobe/pulp.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -491,6 +491,7 @@ stackhpc_pulp_images_kolla:
491491
- neutron-dhcp-agent
492492
- neutron-l3-agent
493493
- neutron-metadata-agent
494+
- neutron-mlnx-agent
494495
- neutron-openvswitch-agent
495496
- neutron-server
496497
- neutron-sriov-agent
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
features:
3+
- |
4+
Adds the ``networking-mlnx`` mechanism driver to the Neutron Server
5+
container and ``ebrctl``utility to the Nova Compute container. This allows
6+
you to use the ``kolla_enable_neutron_mlnx`` feature flag.

0 commit comments

Comments
 (0)