-
Notifications
You must be signed in to change notification settings - Fork 79
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
Drop DataPlaneService ConfigMaps and Secrets #852
Drop DataPlaneService ConfigMaps and Secrets #852
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: fao89 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 |
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.
I don't agree with dropping of the labels, at very least not all of them. There is still need for fine grained resource selection and I don't think removing labels supporting that is especially useful.
@@ -15397,7 +15397,7 @@ AutoscalingSection defines the desired state of the autoscaling service | |||
|
|||
| enabled | |||
| Enabled - Whether OpenStack autoscaling service should be deployed and managed | |||
| bool | |||
| *bool |
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.
These changes to the docs appear completely unrelated to the PR.
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.
make docs wasn't added into pre-commit hook, I added it here: #851
I just copied @slagle PR, but I believe the labels were removed because it didn't have a standard among the services. |
Build failed (check pipeline). Post https://review.rdoproject.org/zuul/buildset/9274fbc28b08495f80193b2b32ec6f63 ✔️ openstack-k8s-operators-content-provider SUCCESS in 1h 30m 39s |
a896c17
to
78cd024
Compare
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
Needs a rebase after the docs patch it seems. |
- Drops the ConfigMaps and Secrets fields from OpenStackDataPlaneService. - Updates all services under config/services to use the OpenStackDataPlaneService.Spec.DataSources field instead. - Update docs for the switch to DataSources. Signed-off-by: Fabricio Aguiar <[email protected]>
78cd024
to
f0ab14d
Compare
/lgtm |
85ff47f
into
openstack-k8s-operators:main
Use new EDPM 'dataSources' for custom OpenStackDataPlaneServices Required changes due to openstack-k8s-operators/openstack-operator#852 Reviewed-by: John Fulton <[email protected]>
Copied: openstack-k8s-operators/dataplane-operator#923