-
Notifications
You must be signed in to change notification settings - Fork 261
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
🌱 Remove ORC from CAPO #2346
base: main
Are you sure you want to change the base?
🌱 Remove ORC from CAPO #2346
Conversation
✅ Deploy Preview for kubernetes-sigs-cluster-api-openstack ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
TODO: deploy ORC in e2e |
10febc8
to
31afcc9
Compare
/cc mandre pierreprinetti |
967eb78
to
a5a284b
Compare
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/test pull-cluster-api-provider-openstack-e2e-full-test |
c084cbc
to
d39c163
Compare
@EmilienM: The following tests failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. 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. I understand the commands that are listed here. |
This pull request removes the in-tree ORC (OpenStack Resource Controller) integration from the project to use the one that is out of tree.
Removal of ORC Integration:
Makefile
: Removed all references and targets related to ORC, includingtest-orc
,lint
,generate-orc
, andverify-orc
. [1] [2] [3] [4] [5] [6] [7]config/default/kustomization.yaml
: Removed ORC configuration paths.config/rbac/role.yaml
: Removed ORC-related API groups and resources.main.go
: Removed ORC controllers and related imports. [1] [2]orc/
).Go Version Update:
Dockerfile
: Updated the Go version from1.22.0
to1.23.0
.go.mod
: Updated the Go version and dependencies, and removed the local replace directive for ORC. [1] [2] [3] [4]hack/tools/go.mod
: Updated the Go version and dependencies, and removed the local replace directive for ORC. [1] [2] [3] [4]Deploy ORC for e2e tests
Using CAPI machinery, ORC will be deployed as a
RuntimeExtensionProvider
.