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

Made changes to EFS module to allow it provision Elastic throughput m… #2263

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

manuath6
Copy link

@manuath6 manuath6 commented Mar 5, 2025

…ode EFS shares.

SUMMARY

Fixes #1884
Fixes #2051
This change updates the available choices for the throughput_mode parameter in the module. Previously, the options were limited to 'bursting' and 'provisioned', but this update adds 'elastic' as an additional choice. The modification ensures that the module supports the latest available throughput modes for EFS shares.

ISSUE TYPE
  • Feature Pull Request
COMPONENT NAME

EFS Module under community.aws

ADDITIONAL INFORMATION

This update modifies the throughput_mode parameter by adding 'elastic' as a valid choice. It applies to both the parameter description and the main() function where the parameter is defined. The update aligns the module with AWS EFS capabilities, allowing users to configure throughput_mode with the latest options.

Copy link
Contributor

Build succeeded.
https://ansible.softwarefactory-project.io/zuul/buildset/42992b80cc2343b59e82003c812aae9b

✔️ ansible-galaxy-importer SUCCESS in 3m 54s (non-voting)
✔️ build-ansible-collection SUCCESS in 10m 54s
✔️ ansible-test-splitter SUCCESS in 4m 04s
✔️ integration-community.aws-1 SUCCESS in 10m 41s
Skipped 21 jobs

Copy link
Contributor

Build succeeded.
https://ansible.softwarefactory-project.io/zuul/buildset/8127c88c12ab4a728d9cb7bba6f059ad

✔️ ansible-galaxy-importer SUCCESS in 3m 37s (non-voting)
✔️ build-ansible-collection SUCCESS in 10m 29s
✔️ ansible-test-splitter SUCCESS in 3m 56s
✔️ integration-community.aws-1 SUCCESS in 7m 39s
Skipped 21 jobs

Copy link
Contributor

Build succeeded.
https://ansible.softwarefactory-project.io/zuul/buildset/b8fff4b1cfa54fdbb51f430fdd9c1d7c

ansible-galaxy-importer FAILURE in 4m 52s (non-voting)
✔️ build-ansible-collection SUCCESS in 10m 20s
✔️ ansible-test-splitter SUCCESS in 4m 11s
✔️ integration-community.aws-1 SUCCESS in 9m 22s
Skipped 21 jobs

Copy link
Contributor

Build succeeded.
https://ansible.softwarefactory-project.io/zuul/buildset/b69cff4ca2fd4002948b11d1a4bd99c0

ansible-galaxy-importer FAILURE in 5m 42s (non-voting)
✔️ build-ansible-collection SUCCESS in 10m 47s
✔️ ansible-test-splitter SUCCESS in 4m 16s
✔️ integration-community.aws-1 SUCCESS in 8m 17s
Skipped 21 jobs

Copy link
Contributor

Build succeeded.
https://ansible.softwarefactory-project.io/zuul/buildset/f5b3177f0d1d4d61a6f137a4085860b7

ansible-galaxy-importer FAILURE in 4m 46s (non-voting)
✔️ build-ansible-collection SUCCESS in 10m 42s
✔️ ansible-test-splitter SUCCESS in 3m 54s
✔️ integration-community.aws-1 SUCCESS in 9m 37s
Skipped 21 jobs

@manuath6
Copy link
Author

@tremble @alinabuzachis @jillr Please review the following PR at your earliest convenience and let me know if there is anything missing in your opinions.

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

Successfully merging this pull request may close these issues.

Add throughput mode elastic for efs Support of EFS Elastic Throughput
1 participant