-
Notifications
You must be signed in to change notification settings - Fork 108
Fix ml2MechanismDrivers reset in uni04delta-ipv6 edpm stage #658
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix ml2MechanismDrivers reset in uni04delta-ipv6 edpm stage #658
Conversation
The edpm/nodeset kustomization updates OpenStackControlPlane after ceph deployment but was missing the ml2MechanismDrivers replacement, causing it to reset to default ['ovn'] instead of ['ovn', 'baremetal']. Add the missing replacement to preserve ml2MechanismDrivers. Note: While it may seem odd that edpm (dataplane) patches control-plane, this is the established pattern for post-ceph deployment updates. JIRA: OSPCIX-1110 (Related) JIRA: OSPRH-14448 JIRA: OSPRH-20084 Signed-off-by: Harald Jensås <[email protected]>
karelyatin
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
arxcruz
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
/approve
|
[APPROVALNOTIFIER] This PR is APPROVED Approval requirements bypassed by manually added approval. This pull-request has been approved by: arxcruz, hjensas, karelyatin The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
Build succeeded (gate pipeline). ✔️ noop SUCCESS in 0s |
341eaae
into
openstack-k8s-operators:main
|
/cherry-pick 18.0-fr4 |
|
@hjensas: new pull request created: #659 In 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. |
The edpm/nodeset kustomization updates OpenStackControlPlane after ceph deployment but was missing the ml2MechanismDrivers replacement, causing it to reset to default ['ovn'] instead of ['ovn', 'baremetal'].
Add the missing replacement to preserve ml2MechanismDrivers.
Note: While it may seem odd that edpm (dataplane) patches control-plane, this is the established pattern for post-ceph deployment updates.
JIRA: OSPCIX-1110 (Related)
JIRA: OSPRH-14448
JIRA: OSPRH-20084