Add ML2 baremetal mechanism driver support for Ironic adoption - #1341
Conversation
Configure Neutron to include the baremetal mechanism driver when Ironic adoption is enabled. This adds a new patch configuration that extends ml2MechanismDrivers to include both ovn and baremetal, and applies it conditionally during the neutron_adoption role when ironic_adoption is true. Closes: OSPRH-28478 Signed-off-by: Harald Jensås <hjensas@redhat.com>
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/4d4c2f8b7d9946359f4571e2a52c55f8 ✔️ noop SUCCESS in 0s |
klgill
left a comment
There was a problem hiding this comment.
I have a couple of minor changes.
Co-authored-by: Katie Gilligan <kgilliga@redhat.com>
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jistr The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
6d0a6b5
into
openstack-k8s-operators:main
|
/cherry-pick 18.0-fr5 |
|
@rebtoor: new pull request created: #1390 DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
Configure Neutron to include the baremetal mechanism driver when Ironic adoption is enabled. This adds a new patch configuration that extends ml2MechanismDrivers to include both ovn and baremetal, and applies it conditionally during the neutron_adoption role when ironic_adoption is true.
Closes: OSPRH-28478