Skip to content

Commit

Permalink
(2024.1) Reintroduce networking-mlnx (#1294)
Browse files Browse the repository at this point in the history
* (2024.1) Reintroduce networking-mlnx

* Adds built images
  • Loading branch information
jovial authored Sep 19, 2024
1 parent 97f8975 commit 5b53fdf
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 0 deletions.
1 change: 1 addition & 0 deletions etc/kayobe/environments/ci-builder/stackhpc-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ kolla_enable_magnum: true
kolla_enable_manila: true
kolla_enable_mariabackup: true
kolla_enable_neutron_sriov: true
kolla_enable_neutron_mlnx: true
kolla_enable_octavia: true
kolla_enable_opensearch: true
kolla_enable_prometheus: true
Expand Down
6 changes: 6 additions & 0 deletions etc/kayobe/kolla-image-tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ kolla_image_tags:
heat:
rocky-9: 2024.1-rocky-9-20240805T142526
ubuntu-jammy: 2024.1-ubuntu-jammy-20240805T142526
nova:
rocky-9: 2024.1-rocky-9-20240918T164436
ubuntu-jammy: 2024.1-ubuntu-jammy-20240918T164436
neutron:
rocky-9: 2024.1-rocky-9-20240918T164436
ubuntu-jammy: 2024.1-ubuntu-jammy-20240918T164436
horizon:
rocky-9: 2024.1-rocky-9-20240909T144917
ubuntu-jammy: 2024.1-ubuntu-jammy-20240909T144917
Expand Down
14 changes: 14 additions & 0 deletions etc/kayobe/kolla.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,14 @@ kolla_sources:
type: git
location: https://github.com/stackhpc/networking-generic-switch.git
reference: stackhpc/{{ openstack_release }}
neutron-server-plugin-networking-mlnx:
type: git
location: https://github.com/stackhpc/networking-mlnx
reference: stackhpc/{{ openstack_release }}
nova-compute-plugin-networking-mlnx:
type: git
location: https://github.com/stackhpc/networking-mlnx
reference: stackhpc/{{ openstack_release }}

###############################################################################
# Kolla image build configuration.
Expand Down Expand Up @@ -341,6 +349,12 @@ kolla_build_customizations_common:
- /additions/*
ironic_inspector_pip_packages_append:
- /additions/*
neutron_server_packages_append:
- python3-libvirt
- python3-ethtool
nova_compute_packages_append:
- python3-libvirt
- python3-ethtool

kolla_build_customizations_rocky:
kolla_toolbox_packages_remove:
Expand Down
1 change: 1 addition & 0 deletions etc/kayobe/pulp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -491,6 +491,7 @@ stackhpc_pulp_images_kolla:
- neutron-dhcp-agent
- neutron-l3-agent
- neutron-metadata-agent
- neutron-mlnx-agent
- neutron-openvswitch-agent
- neutron-server
- neutron-sriov-agent
Expand Down
6 changes: 6 additions & 0 deletions releasenotes/notes/adds-networking-mlnx-05fdc10ea6132145.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
features:
- |
Adds the ``networking-mlnx`` mechanism driver to the Neutron Server
container and ``ebrctl``utility to the Nova Compute container. This allows
you to use the ``kolla_enable_neutron_mlnx`` feature flag.

0 comments on commit 5b53fdf

Please sign in to comment.