File tree Expand file tree Collapse file tree 5 files changed +28
-0
lines changed Expand file tree Collapse file tree 5 files changed +28
-0
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ kolla_enable_magnum: true
2323kolla_enable_manila : true
2424kolla_enable_mariabackup : true
2525kolla_enable_neutron_sriov : true
26+ kolla_enable_neutron_mlnx : true
2627kolla_enable_octavia : true
2728kolla_enable_opensearch : true
2829kolla_enable_prometheus : true
Original file line number Diff line number Diff line change @@ -9,6 +9,12 @@ kolla_image_tags:
99 heat :
1010 rocky-9 : 2024.1-rocky-9-20240805T142526
1111 ubuntu-jammy : 2024.1-ubuntu-jammy-20240805T142526
12+ nova :
13+ rocky-9 : 2024.1-rocky-9-20240918T164436
14+ ubuntu-jammy : 2024.1-ubuntu-jammy-20240918T164436
15+ neutron :
16+ rocky-9 : 2024.1-rocky-9-20240918T164436
17+ ubuntu-jammy : 2024.1-ubuntu-jammy-20240918T164436
1218 horizon :
1319 rocky-9 : 2024.1-rocky-9-20240909T144917
1420 ubuntu-jammy : 2024.1-ubuntu-jammy-20240909T144917
Original file line number Diff line number Diff 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
345359kolla_build_customizations_rocky :
346360 kolla_toolbox_packages_remove :
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments