-
Notifications
You must be signed in to change notification settings - Fork 12
OCPBUGS-65712: Re-vendor CAPO #140
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
Conversation
Re-vendor CAPO to get fix for deleting instances when OpenStack has
a policy in place that prevents detaching the primary interface.
Switch back to upstream CAPO as it now contains all the patches we need.
go get sigs.k8s.io/[email protected]
go mod tidy
go mod vendor
|
@mandre: This pull request references Jira Issue OCPBUGS-65712, which is invalid:
Comment The bug has been updated to refer to the pull request using the external bug tracker. 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 openshift-eng/jira-lifecycle-plugin repository. |
|
/jira refresh |
|
@mandre: This pull request references Jira Issue OCPBUGS-65712, which is valid. 3 validation(s) were run on this bug
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 openshift-eng/jira-lifecycle-plugin repository. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: mandre 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 |
|
/test e2e-openstack |
|
/retest |
|
Looks like the job might be fixed now 🤞 |
|
/test e2e-openstack |
1 similar comment
|
/test e2e-openstack |
|
We got a job that was able to stand up the nodes: https://prow.ci.openshift.org/view/gs/test-platform-results/pr-logs/pull/openshift_machine-api-provider-openstack/140/pull-ci-openshift-machine-api-provider-openstack-main-e2e-openstack/1993049172114149376 @stephenfin are we satisfied with these results? |
Yup /approved |
|
@stephenfin: This PR has been marked as verified by 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 openshift-eng/jira-lifecycle-plugin repository. |
|
/retest-required |
1 similar comment
|
/retest-required |
|
/test e2e-openstack |
2 similar comments
|
/test e2e-openstack |
|
/test e2e-openstack |
|
/retest |
|
/retest |
|
/label acknowledge-critical-fixes-only |
|
@mandre: all tests passed! Full PR test history. Your PR dashboard. DetailsInstructions 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. I understand the commands that are listed here. |
|
@mandre: Jira Issue OCPBUGS-65712: All pull requests linked via external trackers have merged: Jira Issue OCPBUGS-65712 has been moved to the MODIFIED state. 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 openshift-eng/jira-lifecycle-plugin repository. |
|
Fix included in accepted release 4.21.0-0.nightly-2025-12-08-112148 |
Re-vendor CAPO to get fix for deleting instances when OpenStack has a policy in place that prevents detaching the primary interface.
Switch back to upstream CAPO as it now contains all the patches we need.