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

Provide support to configure new instance types like r5.4xl/8xl, r6g.4xl/8xl and i3 instances #47

Merged
merged 2 commits into from
Aug 1, 2023

Conversation

sohami
Copy link
Contributor

@sohami sohami commented Aug 1, 2023

Description

Add support for more instance types and GP3 EBS volume type for cluster setup. New parameter for EBS volume is --context storageVolumeType=gp3/gp2/standard. Have updated the README with new parameter too

Have tested and verified that gp3 is configured correctly for different instances.

Issues Resolved

N/A

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

…4xl/8xl and i3 instances. Add

new configuration parameter to allow passing volumeType like standard,gp2,gp3 to configure ebs
volumes on instance types

Signed-off-by: Sorabh Hamirwasia <hsorabh@amazon.com>
@sohami
Copy link
Contributor Author

sohami commented Aug 1, 2023

@rishabh6788 @prudhvigodithi Can you please help review it ?

@codecov
Copy link

codecov bot commented Aug 1, 2023

Codecov Report

Merging #47 (8216bb3) into main (6a504e1) will decrease coverage by 2.74%.
The diff coverage is 56.52%.

❗ Current head 8216bb3 differs from pull request most recent head b11827e. Consider uploading reports for the commit b11827e to get more accurate results

@@            Coverage Diff             @@
##             main      #47      +/-   ##
==========================================
- Coverage   80.42%   77.69%   -2.74%     
==========================================
  Files           6        6              
  Lines         373      417      +44     
  Branches      112      128      +16     
==========================================
+ Hits          300      324      +24     
- Misses         73       93      +20     
Files Changed Coverage Δ
lib/opensearch-config/node-config.ts 51.72% <47.36%> (-2.13%) ⬇️
lib/infra/infra-stack.ts 92.06% <100.00%> (ø)
lib/os-cluster-entrypoint.ts 85.82% <100.00%> (+0.70%) ⬆️

Signed-off-by: Sorabh Hamirwasia <hsorabh@amazon.com>
@rishabh6788
Copy link
Collaborator

@sohami Thank you for your contribution. LGTM.
Approving and merging.

@rishabh6788 rishabh6788 merged commit 440fe0e into opensearch-project:main Aug 1, 2023
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

None yet

2 participants