-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
[Platform] change default storage option for AWS provider to 1x250GB #5919
Comments
Current Behaviour: Number of instance that is set as default is being determined by the length of volumeDetailsList, which is the subset of instance type list, for most of the instance type this length is 2, but for some of them it is 1(i3.large and i3.xlarge), So Should i make this as hard coded value 1 for all instance type? |
Back end changes are done. Can someone please review this code? UI has to consume volumeCount field to show volumeCountInfo - TO DO |
Setting up the volumeCount for aws provider to 1 whose instanceType starting with c5/c4. |
Please find the PR for this ticket: |
Raised another PR for this ticket. Unit tests are included. Please review. |
[#5919] Platform: change default storage option for AWS provider to 1x250GB Description: We wanted to show default volume count to 1 on the UI for all the instance types starting with "c5./c4." Testing: When we select aws provider while creating universe, volume count was showing more than one for some instances types starting with ""c5./c4.". Now with this fix it will show one one. Added Unit test as well.
…x250GB Heading: [5919][Platform] change default storage option for AWS provider to 1x250GB Description: We wanted to show default volume count to 1 on the UI for all the instance types starting with "c5./c4." Testing: When we select aws provider while creating universe, volume count was showing more than one for some instances types starting with ""c5./c4.". Now with this fix it will show only one. Added Unit test as well.
…x250GB Heading: [5919][Platform] change default storage option for AWS provider to 1x250GB Description: We wanted to show default volume count to 1 on the UI for all the instance types starting with "c5./c4." Testing: When we select aws provider while creating universe, volume count was showing more than one for some instances types starting with ""c5./c4.". Now with this fix it will show only one. Added Unit test as well.
[#5919] Platform: change default storage option for AWS provider to 1x250GB Description: We wanted to show default volume count to 1 on the UI for all the instance types starting with "c5./c4." Testing: When we select aws provider while creating universe, volume count was showing more than one for some instances types starting with ""c5./c4.". Now with this fix it will show only one. Will have to reset instanceTypeDetailsJson to empty for older YW instances.
[#5919] Platform: change default storage option for AWS provider to 1x250GB Description: We wanted to show default volume count to 1 on the UI for all the instance types starting with "c5./c4." Testing: When we select aws provider while creating universe, volume count was showing more than one for some instances types starting with ""c5./c4.". Now with this fix it will show only one. Will have to reset instanceTypeDetailsJson to empty for older YW instances. Co-authored-by: Jitendra Kumar <[email protected]>
[yugabyte#5919] Platform: change default storage option for AWS provider to 1x250GB Description: We wanted to show default volume count to 1 on the UI for all the instance types starting with "c5./c4." Testing: When we select aws provider while creating universe, volume count was showing more than one for some instances types starting with ""c5./c4.". Now with this fix it will show only one. Will have to reset instanceTypeDetailsJson to empty for older YW instances. Co-authored-by: Jitendra Kumar <[email protected]>
No description provided.
The text was updated successfully, but these errors were encountered: