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 for configuring EBS volume type for Elasticsearch #3628

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

colecu
Copy link
Contributor

@colecu colecu commented Apr 15, 2024

Summary: Creation of an Elasticsearch instance in AWS offers an option for specifying the EBS volume type (e.g. gp2, gp3). Currently Cumulus hard-codes the type to gp2. This PR adds the ability to configure volume_type.

Addresses CUMULUS-3700: Add support for configuring the EBS volume type for Elasticsearch

Changes

  • Updated elasticsearch.tf Terraform to support a new volume_type variable.

PR Checklist

  • Update CHANGELOG
  • Unit tests
  • Ad-hoc testing - Deploy changes and test manually
  • Integration tests

Copy link
Member

@Jkovarik Jkovarik left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @colecu, thanks for the contribution. Can you add a CHANGELOG entry to this?

@colecu
Copy link
Contributor Author

colecu commented Apr 16, 2024

Hi @Jkovarik CHANGELOG entry added. Please let me know if more detail is required.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants