-
Notifications
You must be signed in to change notification settings - Fork 40
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
Allow customize service via service.Override and handle endpoint protocol #332
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/hold |
stuggi
added a commit
to stuggi/keystone-operator
that referenced
this pull request
Sep 7, 2023
Removes creation of routes for keystoneapi as those get done in the openstack-operator. Via service overrides the parts of 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
stuggi
added a commit
to stuggi/glance-operator
that referenced
this pull request
Sep 7, 2023
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
stuggi
added a commit
to stuggi/placement-operator
that referenced
this pull request
Sep 7, 2023
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
stuggi
added a commit
to stuggi/cinder-operator
that referenced
this pull request
Sep 7, 2023
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
stuggi
added a commit
to stuggi/neutron-operator
that referenced
this pull request
Sep 7, 2023
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
stuggi
added a commit
to stuggi/nova-operator
that referenced
this pull request
Sep 7, 2023
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
stuggi
added a commit
to stuggi/heat-operator
that referenced
this pull request
Sep 7, 2023
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
stuggi
added a commit
to stuggi/horizon-operator
that referenced
this pull request
Sep 7, 2023
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
stuggi
added a commit
to stuggi/manila-operator
that referenced
this pull request
Sep 7, 2023
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
stuggi
added a commit
to stuggi/swift-operator
that referenced
this pull request
Sep 7, 2023
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
This was referenced Sep 7, 2023
Merged
stuggi
added a commit
to stuggi/manila-operator
that referenced
this pull request
Sep 7, 2023
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
bogdando
reviewed
Sep 7, 2023
stuggi
added a commit
to stuggi/infra-operator
that referenced
this pull request
Sep 11, 2023
moving from ExtrenalEndpoints to use ServiceOverride to customize the service. Jira: OSP-26690 Depends-On: openstack-k8s-operators/lib-common#332
gibizer
reviewed
Sep 11, 2023
stuggi
added a commit
to stuggi/glance-operator
that referenced
this pull request
Sep 11, 2023
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
stuggi
added a commit
to stuggi/infra-operator
that referenced
this pull request
Sep 11, 2023
moving from ExtrenalEndpoints to use ServiceOverride to customize the service. Jira: OSP-26690 Depends-On: openstack-k8s-operators/lib-common#332
stuggi
force-pushed
the
handle_ingress_v3
branch
from
September 11, 2023 17:01
ddd3b7e
to
26ca518
Compare
stuggi
added a commit
to stuggi/keystone-operator
that referenced
this pull request
Sep 11, 2023
Removes creation of routes for keystoneapi as those get done in the openstack-operator. Via service overrides the parts of 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
stuggi
added a commit
to stuggi/glance-operator
that referenced
this pull request
Sep 20, 2023
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
stuggi
added a commit
to stuggi/placement-operator
that referenced
this pull request
Sep 20, 2023
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
stuggi
added a commit
to stuggi/cinder-operator
that referenced
this pull request
Sep 20, 2023
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
stuggi
added a commit
to stuggi/neutron-operator
that referenced
this pull request
Sep 20, 2023
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
stuggi
added a commit
to stuggi/glance-operator
that referenced
this pull request
Sep 20, 2023
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
stuggi
added a commit
to stuggi/placement-operator
that referenced
this pull request
Sep 20, 2023
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
stuggi
added a commit
to stuggi/neutron-operator
that referenced
this pull request
Sep 20, 2023
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
stuggi
added a commit
to stuggi/nova-operator
that referenced
this pull request
Sep 20, 2023
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
stuggi
added a commit
to stuggi/heat-operator
that referenced
this pull request
Sep 20, 2023
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
stuggi
added a commit
to stuggi/horizon-operator
that referenced
this pull request
Sep 20, 2023
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
stuggi
added a commit
to stuggi/manila-operator
that referenced
this pull request
Sep 20, 2023
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
stuggi
added a commit
to stuggi/swift-operator
that referenced
this pull request
Sep 20, 2023
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
stuggi
added a commit
to stuggi/nova-operator
that referenced
this pull request
Sep 20, 2023
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
stuggi
added a commit
to stuggi/horizon-operator
that referenced
this pull request
Sep 20, 2023
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
stuggi
added a commit
to stuggi/cinder-operator
that referenced
this pull request
Sep 20, 2023
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
stuggi
added a commit
to stuggi/horizon-operator
that referenced
this pull request
Sep 20, 2023
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
stuggi
added a commit
to stuggi/glance-operator
that referenced
this pull request
Sep 20, 2023
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
openshift-merge-robot
pushed a commit
to openstack-k8s-operators/placement-operator
that referenced
this pull request
Sep 20, 2023
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
stuggi
added a commit
to stuggi/swift-operator
that referenced
this pull request
Sep 20, 2023
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
stuggi
added a commit
to stuggi/manila-operator
that referenced
this pull request
Sep 20, 2023
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
stuggi
added a commit
to stuggi/ironic-operator
that referenced
this pull request
Sep 20, 2023
Removes creation of routes for ironicapi and ironicinspector as those get done in the openstack-operator. Via service overrides the parts of the service can be customized. The service operator adds annotation to the service which needs to be exposed as a route. Note: does not cover the routes being created by the ironicconductor and ironicinspector for the httpboot service when there is no inspection network Jira: OSP-26690 Depends-On: openstack-k8s-operators/lib-common#332
stuggi
added a commit
to stuggi/octavia-operator
that referenced
this pull request
Sep 20, 2023
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
stuggi
added a commit
to stuggi/nova-operator
that referenced
this pull request
Sep 21, 2023
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
stuggi
added a commit
to stuggi/octavia-operator
that referenced
this pull request
Sep 21, 2023
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
stuggi
added a commit
to stuggi/manila-operator
that referenced
this pull request
Sep 21, 2023
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
stuggi
added a commit
to stuggi/glance-operator
that referenced
this pull request
Sep 21, 2023
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
openshift-merge-robot
pushed a commit
to openstack-k8s-operators/nova-operator
that referenced
this pull request
Sep 21, 2023
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
stuggi
added a commit
to stuggi/ironic-operator
that referenced
this pull request
Sep 25, 2023
Removes creation of routes for ironicapi and ironicinspector as those get done in the openstack-operator. Via service overrides the parts of the service can be customized. The service operator adds annotation to the service which needs to be exposed as a route. Note: does not cover the routes being created by the ironicconductor and ironicinspector for the httpboot service when there is no inspection network Jira: OSP-26690 Depends-On: openstack-k8s-operators/lib-common#332
stuggi
added a commit
to stuggi/octavia-operator
that referenced
this pull request
Sep 25, 2023
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
bshephar
pushed a commit
to bshephar/heat-operator
that referenced
this pull request
Oct 3, 2023
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Adds an OverrideSpec to the Service which allows to customize metadata.Annotations, metadata.Labels and spec of a service. The override values get merged into the object definition created by the operator. This is part of moving the external connection config into the openstack-operator and allows to override the default service created by an operatior with a MetalLB LoadBalancer service spec.
Jira: OSP-26690
[TLS] Add Protocol to endpoint
Adds Protocol to endpoint Data struct with funcs to get the protocol based on the type. If the type is nil, http is considered to match the current behavior.
Add annotations for ingress control
Adds AnnotationIngressCreateKey . Setting this annotation on the service will control the openstack-operator to create a route .
Jira: OSP-26845