-
Notifications
You must be signed in to change notification settings - Fork 398
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
feat: add larger instance types for MSK cluster #1947
feat: add larger instance types for MSK cluster #1947
Conversation
Docs Build 📝Thank you for contribution!✨ This PR has been merged and your docs changes will be incorporated when they are next published. |
Build failed. ✔️ ansible-galaxy-importer SUCCESS in 3m 56s (non-voting) |
Build failed. ✔️ ansible-galaxy-importer SUCCESS in 9m 41s (non-voting) |
Hello. I checked the logfile and it seems to be because it takes almost 40 minutes to create the MSK cluster.
Is it possible to pass the test manually? |
This commit adds support for larger instance types (kafka.m5.8xlarge, kafka.m5.12xlarge, kafka.m5.16xlarge, kafka.m5.24xlarge) to the MSK cluster module. Now users can choose from a wider range of instance sizes when creating an MSK cluster.
Build succeeded. ❌ ansible-galaxy-importer FAILURE in 5m 09s (non-voting) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you also please add a changelog fragment?
Build succeeded (gate pipeline). ❌ ansible-galaxy-importer FAILURE in 5m 22s (non-voting) |
2b5d71d
into
ansible-collections:main
Backport to stable-7: 💚 backport PR created✅ Backport PR branch: Backported as #2045 🤖 @patchback |
feat: add larger instance types for MSK cluster This commit adds support for larger instance types (kafka.m5.8xlarge, kafka.m5.12xlarge, kafka.m5.16xlarge, kafka.m5.24xlarge) to the MSK cluster module. Now users can choose from a wider range of instance sizes when creating an MSK cluster. If the provisioning MSK supports m6 and m7 in the future, may want to consider removing the choice syntax. (Provisioning M5 types are not expected to be added anymore, The m5 has a maximum of 24 xlarge types. SUMMARY Fixes #1946 ISSUE TYPE Feature Pull Request COMPONENT NAME msk_cluster ADDITIONAL INFORMATION Link to MSK Provisioning Instance Types documentation https://docs.aws.amazon.com/msk/latest/developerguide/msk-create-cluster.html#broker-instance-types Reviewed-by: Alina Buzachis Reviewed-by: JIHUN KIM <[email protected]> Reviewed-by: Mark Chappell (cherry picked from commit 2b5d71d)
[PR #1947/2b5d71d8 backport][stable-7] feat: add larger instance types for MSK cluster This is a backport of PR #1947 as merged into main (2b5d71d). This commit adds support for larger instance types (kafka.m5.8xlarge, kafka.m5.12xlarge, kafka.m5.16xlarge, kafka.m5.24xlarge) to the MSK cluster module. Now users can choose from a wider range of instance sizes when creating an MSK cluster. If the provisioning MSK supports m6 and m7 in the future, may want to consider removing the choice syntax. (Provisioning M5 types are not expected to be added anymore, The m5 has a maximum of 24 xlarge types. SUMMARY Fixes #1946 ISSUE TYPE Feature Pull Request COMPONENT NAME msk_cluster ADDITIONAL INFORMATION Link to MSK Provisioning Instance Types documentation https://docs.aws.amazon.com/msk/latest/developerguide/msk-create-cluster.html#broker-instance-types Reviewed-by: Mark Chappell
This commit adds support for larger instance types (kafka.m5.8xlarge, kafka.m5.12xlarge, kafka.m5.16xlarge, kafka.m5.24xlarge) to the MSK cluster module.
Now users can choose from a wider range of instance sizes when creating an MSK cluster.
If the provisioning MSK supports m6 and m7 in the future, may want to consider removing the choice syntax.
(Provisioning M5 types are not expected to be added anymore, The m5 has a maximum of 24 xlarge types.
SUMMARY
Fixes #1946
ISSUE TYPE
COMPONENT NAME
msk_cluster
ADDITIONAL INFORMATION
Link to MSK Provisioning Instance Types documentation