Skip to content
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

Add support to OSB for serverless OpenSearch implementations #354

Closed
gkamat opened this issue Aug 10, 2023 · 1 comment
Closed

Add support to OSB for serverless OpenSearch implementations #354

gkamat opened this issue Aug 10, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@gkamat
Copy link
Collaborator

gkamat commented Aug 10, 2023

Is your feature request related to a problem? Please describe.

Serverless OpenSearch implementations don't support the full complement of OpenSearch APIs, since details of the internals such as node counts, allocation, shard locations, etc. are abstracted away. For instance, the cluster-health API may not be available. OSB will not start a test if the health check fails.

Describe the solution you'd like

Enhance OSB to add support for serverless OpenSearch implementations.

A clear and concise description of what you want to happen.

Changes will need to bypass the cluster health check in favor of some other test. In addition, features like telemetry and node stats will likely not be available and will need to be handled appropriately.

@IanHoang
Copy link
Collaborator

IanHoang commented Sep 8, 2023

This has been implemented into OSB 1.1.0

@IanHoang IanHoang closed this as completed Sep 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants