From c2426749e263583acb05562564fe630dd1a53a1d Mon Sep 17 00:00:00 2001 From: Bartosz Bezak Date: Fri, 16 Jan 2026 13:14:38 +0100 Subject: [PATCH 1/2] use NGS fork in epoxy to get [1] [1] https://review.opendev.org/c/openstack/networking-generic-switch/+/973461 Signed-off-by: Bartosz Bezak --- etc/kayobe/kolla.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/etc/kayobe/kolla.yml b/etc/kayobe/kolla.yml index 0bd520aa3..09392411f 100644 --- a/etc/kayobe/kolla.yml +++ b/etc/kayobe/kolla.yml @@ -135,6 +135,10 @@ kolla_sources: type: git location: https://github.com/stackhpc/stackhpc-inspector-plugins.git reference: 1.3.0 + neutron-base-plugin-networking-generic-switch: + 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.git From 3509f01714f4e19c8a50d56d6db302310ab4427c Mon Sep 17 00:00:00 2001 From: Bartosz Bezak Date: Fri, 16 Jan 2026 17:24:08 +0100 Subject: [PATCH 2/2] add ngs arista bond trunk support Signed-off-by: Bartosz Bezak --- etc/kayobe/kolla-image-tags.yml | 3 +++ releasenotes/notes/arista-bond-trunk-0ea2db0e33f5f1d4.yaml | 5 +++++ 2 files changed, 8 insertions(+) create mode 100644 releasenotes/notes/arista-bond-trunk-0ea2db0e33f5f1d4.yaml diff --git a/etc/kayobe/kolla-image-tags.yml b/etc/kayobe/kolla-image-tags.yml index ba9fca4e7..82a5234f1 100644 --- a/etc/kayobe/kolla-image-tags.yml +++ b/etc/kayobe/kolla-image-tags.yml @@ -18,6 +18,9 @@ kolla_image_tags: magnum: rocky-9: 2025.1-rocky-9-20251016T073648 ubuntu-noble: 2025.1-ubuntu-noble-20251016T073648 + neutron: + rocky-9: 2025.1-rocky-9-20260116T134029 + ubuntu-noble: 2025.1-ubuntu-noble-20260116T134029 ovn: rocky-9: 2025.1-rocky-9-20250915T100822 prometheus_libvirt_exporter: diff --git a/releasenotes/notes/arista-bond-trunk-0ea2db0e33f5f1d4.yaml b/releasenotes/notes/arista-bond-trunk-0ea2db0e33f5f1d4.yaml new file mode 100644 index 000000000..dc7d9432c --- /dev/null +++ b/releasenotes/notes/arista-bond-trunk-0ea2db0e33f5f1d4.yaml @@ -0,0 +1,5 @@ +--- +features: + - | + Adds networking-generic-switch support for bond interfaces in trunk mode + on Arista switches.