Fix trunks on bond ports with Dell OS10 switches#2254
Fix trunks on bond ports with Dell OS10 switches#2254priteau wants to merge 1 commit intostackhpc/2025.1from
Conversation
There was a problem hiding this comment.
Code Review
This pull request updates the Neutron image tags to include a fix for trunks on bond ports when using Dell OS10 switches and adds a corresponding release note. Feedback suggests updating the ironic_neutron_agent image tags as well to maintain consistency, as it shares the same plugin dependency.
| ironic_neutron_agent: | ||
| rocky-9: 2025.1-rocky-9-20260205T152450 | ||
| ubuntu-noble: 2025.1-ubuntu-noble-20260205T152450 | ||
| neutron: |
There was a problem hiding this comment.
The fix for Dell OS10 bond trunks likely involves changes in the networking-generic-switch plugin. Since ironic_neutron_agent also utilizes this plugin to manage switch ports for Ironic nodes, it should be updated to the same image tag version to ensure the fix is applied consistently across the environment. Please consider updating the tags for ironic_neutron_agent (lines 21-22) to match the new Neutron tags.
No description provided.