-
Notifications
You must be signed in to change notification settings - Fork 47
WIP ServiceTransport CR to connect to services #190
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?
WIP ServiceTransport CR to connect to services #190
Conversation
|
Skipping CI for Draft Pull Request. |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: dciabrin 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 |
|
Build failed (check pipeline). Post https://review.rdoproject.org/zuul/buildset/9ece00e2af6046f79af936c4fa95d415 ✔️ openstack-k8s-operators-content-provider SUCCESS in 1h 22m 05s |
e243c5f to
296b021
Compare
|
Build failed (check pipeline). Post https://review.rdoproject.org/zuul/buildset/fad414059d644d35a4a4384bc8919851 ✔️ openstack-k8s-operators-content-provider SUCCESS in 1h 30m 24s |
New ServiceTransport custom resource similar to the TransportURL CR. This exposes configuration snippets that are necessary to connect to services like memcached or redis, based on how those services are instantiated (e.g. TLS, authentication). Jira: OSPRH-5283
296b021 to
4288688
Compare
|
Build failed (check pipeline). Post https://review.rdoproject.org/zuul/buildset/c906611b21f7439a9745ba3010225951 ✔️ openstack-k8s-operators-content-provider SUCCESS in 1h 33m 15s |
|
@dciabrin: The following tests failed, say
Full PR test history. Your PR dashboard. 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. |
|
PR needs rebase. 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. |
New ServiceTransport custom resource similar to the TransportURL CR. This exposes configuration snippets that are necessary to connect to services like memcached or redis, based on how those services are instantiated (e.g. TLS, authentication).
Jira: OSPRH-5283