-
Notifications
You must be signed in to change notification settings - Fork 19
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
Update placementapi to use service override #61
Update placementapi to use service override #61
Conversation
/hold |
0fa1baf
to
375b896
Compare
e307352
to
ee6a66b
Compare
ee6a66b
to
edb5d9e
Compare
The kuttl test failed on the service labels it seems there was some changes there. Is this intentional?
|
yes, that was intentional. I have to update the kuttl tests. waiting for the infra-operator and keystone-operator PR to land. Then I'll update the other operators |
edb5d9e
to
0175d79
Compare
Removes creation of routes.Those get done in the openstack-operator. Via service overrides the service can be customized. The service operator adds annotation to the service which needs to be exposed as a route. Jira: OSP-26690 Depends-On: openstack-k8s-operators/lib-common#332
0175d79
to
822a184
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.
Looks good to me. Special thanks for adding envtest coverage.
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: gibizer, stuggi 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 |
/unhold |
3c99d09
into
openstack-k8s-operators:main
@@ -5,7 +5,6 @@ | |||
# No Deployment for PlacementAPI CR | |||
# No Pods in placement Deployment | |||
# No Placement Services | |||
# No Placement Routes |
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.
nit: please add "No configMaps for scripts and service configs"
Removes creation of routes. Those get done in the openstack-operator. Via service overrides the service can be customized. The service operator adds annotation to the service which needs to be exposed as a route.
Jira: OSP-26690
Depends-On: openstack-k8s-operators/lib-common#332
Depends-On: openstack-k8s-operators/keystone-operator#307