Skip to content

Commit 5b53fdf

Browse files
authored
(2024.1) Reintroduce networking-mlnx (#1294)
* (2024.1) Reintroduce networking-mlnx * Adds built images
1 parent 97f8975 commit 5b53fdf

File tree

5 files changed

+28
-0
lines changed

5 files changed

+28
-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-image-tags.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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

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)