-
Notifications
You must be signed in to change notification settings - Fork 397
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
New modules for RDS clusters management #687
New modules for RDS clusters management #687
Conversation
3a09c7f
to
decec15
Compare
Add waiters for RDS cluster SUMMARY Add waiters for RDS cluster (cluster_available and cluster_deleted) required by ansible-collections/community.aws#687 ISSUE TYPE Feature Pull Request COMPONENT NAME waiters.py Depends-On: ansible/ansible-zuul-jobs#1062 Reviewed-by: Mark Chappell <None> Reviewed-by: None <None>
@alinabuzachis There was a ping on IRC asking after this module, what's the current status of it? |
recheck |
e01acf0
to
7fa0e3f
Compare
2579179
to
39e74a2
Compare
d7d6bce
to
4f72e06
Compare
Merge Failed. This change or one of its cross-repo dependencies was unable to be automatically merged with the current state of its repository. Please rebase the change and upload a new patchset. |
1 similar comment
Merge Failed. This change or one of its cross-repo dependencies was unable to be automatically merged with the current state of its repository. Please rebase the change and upload a new patchset. |
Signed-off-by: Alina Buzachis <[email protected]>
Signed-off-by: Alina Buzachis <[email protected]>
…cluster_info) Signed-off-by: Alina Buzachis <[email protected]>
Signed-off-by: Alina Buzachis <[email protected]>
Signed-off-by: Alina Buzachis <[email protected]>
Signed-off-by: Alina Buzachis <[email protected]>
Signed-off-by: Alina Buzachis <[email protected]>
Signed-off-by: Alina Buzachis <[email protected]>
|
Signed-off-by: Alina Buzachis <[email protected]>
You right! 😅 Thank you. |
Access Denied
I think you must turn an extra round with the terminator repo now. |
recheck |
Signed-off-by: Alina Buzachis <[email protected]>
recheck |
Backport to stable-3: 💚 backport PR created✅ Backport PR branch: Backported as #1050 🤖 @patchback |
New modules for RDS clusters management SUMMARY Two new modules for RDS clusters management (rds_cluster ans rds_cluster_info) Took over from: #262 Depends-On: ansible-collections/amazon.aws#553 Closes #849 Should also close #191 ISSUE TYPE New Module Pull Request Reviewed-by: Mark Woolley <[email protected]> Reviewed-by: Alina Buzachis <None> Reviewed-by: Markus Bergholz <[email protected]> (cherry picked from commit 3661b1c)
[PR #687/3661b1ca backport][stable-3] New modules for RDS clusters management This is a backport of PR #687 as merged into main (3661b1c). SUMMARY Two new modules for RDS clusters management (rds_cluster ans rds_cluster_info) Took over from: #262 Depends-On: ansible-collections/amazon.aws#553 Closes #849 Should also close #191 ISSUE TYPE New Module Pull Request Reviewed-by: Markus Bergholz <[email protected]>
…788) rds_cluster_snapshot - new module to handle RDS cluster snapshotting SUMMARY rds_cluster_snapshot - new module to handle RDS cluster snapshotting Requires rds_cluster to be merged first #687 Depends-On: ansible-collections/amazon.aws#840 Requires: mattclay/aws-terminator#212 Requires also mattclay/aws-terminator#184 ISSUE TYPE New Module Pull Request COMPONENT NAME rds_cluster_snapshot Reviewed-by: Markus Bergholz <[email protected]> Reviewed-by: Alina Buzachis <None> Reviewed-by: Mark Chappell <None> Reviewed-by: Joseph Torcasso <None>
…788) rds_cluster_snapshot - new module to handle RDS cluster snapshotting SUMMARY rds_cluster_snapshot - new module to handle RDS cluster snapshotting Requires rds_cluster to be merged first #687 Depends-On: ansible-collections/amazon.aws#840 Requires: mattclay/aws-terminator#212 Requires also mattclay/aws-terminator#184 ISSUE TYPE New Module Pull Request COMPONENT NAME rds_cluster_snapshot Reviewed-by: Markus Bergholz <[email protected]> Reviewed-by: Alina Buzachis <None> Reviewed-by: Mark Chappell <None> Reviewed-by: Joseph Torcasso <None> (cherry picked from commit 5e7acbd)
New modules for RDS clusters management SUMMARY Two new modules for RDS clusters management (rds_cluster ans rds_cluster_info) Took over from: ansible-collections#262 Depends-On: ansible-collections/amazon.aws#553 Closes ansible-collections#849 Should also close ansible-collections#191 ISSUE TYPE New Module Pull Request Reviewed-by: Mark Woolley <[email protected]> Reviewed-by: Alina Buzachis <None> Reviewed-by: Markus Bergholz <[email protected]> This commit was initially merged in https://github.com/ansible-collections/community.aws See: ansible-collections@3661b1c
…nsible-collections#788) rds_cluster_snapshot - new module to handle RDS cluster snapshotting SUMMARY rds_cluster_snapshot - new module to handle RDS cluster snapshotting Requires rds_cluster to be merged first ansible-collections#687 Depends-On: ansible-collections/amazon.aws#840 Requires: mattclay/aws-terminator#212 Requires also mattclay/aws-terminator#184 ISSUE TYPE New Module Pull Request COMPONENT NAME rds_cluster_snapshot Reviewed-by: Markus Bergholz <[email protected]> Reviewed-by: Alina Buzachis <None> Reviewed-by: Mark Chappell <None> Reviewed-by: Joseph Torcasso <None> This commit was initially merged in https://github.com/ansible-collections/community.aws See: ansible-collections@5e7acbd
SUMMARY
Two new modules for RDS clusters management (
rds_cluster
ansrds_cluster_info
)Took over from: #262
Depends-On: ansible-collections/amazon.aws#553
Closes #849
Should also close #191
ISSUE TYPE