-
Notifications
You must be signed in to change notification settings - Fork 284
✨ CAPI v1beta2 conditions and deprecations for OSC #2832
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
base: main
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for kubernetes-sigs-cluster-api-openstack ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
/test pull-cluster-api-provider-openstack-e2e-full-test |
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.
Looks good overall. Few observations from my end.
- No tests added for Conditions in this PR.
- Unlike OpenStackMachine that has specific Condition type (InstanceReadyCondition, APIServerIngressReadyCondition etc), this one just has the generic ReadyCondition. Should we consider adding specific conditions for OSC too? (network, secgroups, loadbalancer etc).
p.s.: CI is failing for possibly broken links.
|
All good points, thank you! |
0ee8d35 to
11fe5f7
Compare
|
/lgtm |
|
@lentzi90 looks good overall. Just one nit: no negative test cases. All of the current ones test happy path. Please consider adding them either in this PR or a future one. |
Add CAPI v1beta2 conditions for the OpenStackCluster and deprecate error and failure messages as well as the Ready condition. This also adds the status.initialization.provisioned field. Signed-off-by: Lennart Jern <[email protected]>
11fe5f7 to
e3305ba
Compare
|
New changes are detected. LGTM label has been removed. |
|
Good point! I have added some negative tests. PTAL 🙂 |
|
One thing may need clarification... |
|
/hold cancel |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: lentzi90 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 |
What this PR does / why we need it:
Add CAPI v1beta2 conditions for the OpenStackCluster and deprecate error and failure messages as well as the Ready condition. This also adds the status.initialization.provisioned field.
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)format, will close the issue(s) when PR gets merged):Fixes #2374
Special notes for your reviewer:
TODOs:
/hold