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/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 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.