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
23
23
kolla_enable_manila : true
24
24
kolla_enable_mariabackup : true
25
25
kolla_enable_neutron_sriov : true
26
+ kolla_enable_neutron_mlnx : true
26
27
kolla_enable_octavia : true
27
28
kolla_enable_opensearch : true
28
29
kolla_enable_prometheus : true
Original file line number Diff line number Diff line change @@ -9,6 +9,12 @@ kolla_image_tags:
9
9
heat :
10
10
rocky-9 : 2024.1-rocky-9-20240805T142526
11
11
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
12
18
horizon :
13
19
rocky-9 : 2024.1-rocky-9-20240909T144917
14
20
ubuntu-jammy : 2024.1-ubuntu-jammy-20240909T144917
Original file line number Diff line number Diff line change @@ -138,6 +138,14 @@ kolla_sources:
138
138
type : git
139
139
location : https://github.com/stackhpc/networking-generic-switch.git
140
140
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 }}
141
149
142
150
# ##############################################################################
143
151
# Kolla image build configuration.
@@ -341,6 +349,12 @@ kolla_build_customizations_common:
341
349
- /additions/*
342
350
ironic_inspector_pip_packages_append :
343
351
- /additions/*
352
+ neutron_server_packages_append :
353
+ - python3-libvirt
354
+ - python3-ethtool
355
+ nova_compute_packages_append :
356
+ - python3-libvirt
357
+ - python3-ethtool
344
358
345
359
kolla_build_customizations_rocky :
346
360
kolla_toolbox_packages_remove :
Original file line number Diff line number Diff line change @@ -491,6 +491,7 @@ stackhpc_pulp_images_kolla:
491
491
- neutron-dhcp-agent
492
492
- neutron-l3-agent
493
493
- neutron-metadata-agent
494
+ - neutron-mlnx-agent
494
495
- neutron-openvswitch-agent
495
496
- neutron-server
496
497
- 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