-
Notifications
You must be signed in to change notification settings - Fork 342
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rds module_util - add retry_code to get_rds_method_attributes and add…
… functionality for copying snapshot (#776) (#839) Backport stable-3 - rds module_util - add retry_code to get_rds_method_attributes and add… SUMMARY Manual backport of #776 ISSUE TYPE Feature Pull Request COMPONENT NAME rds Reviewed-by: Alina Buzachis <None> Reviewed-by: Jill R <None>
- Loading branch information
1 parent
ae0df3e
commit 31776d9
Showing
3 changed files
with
526 additions
and
89 deletions.
There are no files selected for viewing
6 changes: 6 additions & 0 deletions
6
changelogs/fragments/776-module_util_rds-add-extra-retry-codes-refactor.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
minor_changes: | ||
- module.utils.rds - add retry_codes to get_rds_method_attribute return data to use in call_method and add unit tests (https://github.com/ansible-collections/amazon.aws/pull/776). | ||
- module.utils.rds - refactor to utilize get_rds_method_attribute return data (https://github.com/ansible-collections/amazon.aws/pull/776). | ||
|
||
bugfixes: | ||
- module.utils.rds - Catch InvalidDBSecurityGroupStateFault when modifying a db instance (https://github.com/ansible-collections/amazon.aws/pull/776). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.