-
Notifications
You must be signed in to change notification settings - Fork 348
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
[PR #1663/82162752 backport][stable-5] Allow user to associate rds cluster with a global rds cluster #1664
Conversation
…ing GlobalClusterIdentifier (#1663) Allow user to associate rds cluster with a global rds cluster SUMMARY Allow user to associate rds cluster with a global rds cluster ISSUE TYPE Bugfix Pull Request COMPONENT NAME rds_cluster ADDITIONAL INFORMATION Reviewed-by: Jill R Reviewed-by: Mandar Kulkarni <[email protected]> (cherry picked from commit 8216275)
Build failed. ✔️ ansible-galaxy-importer SUCCESS in 7m 17s |
Build failed (gate pipeline). For information on how to proceed, see https://ansible.softwarefactory-project.io/zuul/buildset/17d6b9699e6046c5915c898cf2e9d776 ✔️ ansible-galaxy-importer SUCCESS in 5m 38s |
regate |
Build failed (gate pipeline). For information on how to proceed, see https://ansible.softwarefactory-project.io/zuul/buildset/d5f882ecf66143319fd31f37b18a420c ✔️ ansible-galaxy-importer SUCCESS in 3m 50s |
Fix rds_cluster tests on stable-5 branch SUMMARY This fixes two problems with the rds_cluster test target. Ansible 2.16 is removing ansible.builtin.include (and has removed it in the current milestone branch), so this has been replaced with ansible.builtin.include_tasks. In addition, this updates the engine as Aurora 1 has been retired. I'm a little confused by the history of this test target. #1493 and #1504 seem to have been merged on the same day, with one overwriting some of the changes of the other. The tests for rds_cluster on the stable-5 branch are currently broken, though, as can be seen in the failure on #1664. If there's a better way to fix this, feel free to suggest something different. ISSUE TYPE Bugfix Pull Request COMPONENT NAME ADDITIONAL INFORMATION Reviewed-by: Jill R Reviewed-by: Alina Buzachis
regate |
Build failed (gate pipeline). For information on how to proceed, see https://ansible.softwarefactory-project.io/zuul/buildset/3e25f2d16a7b4b99a79602d3355a15bb ✔️ ansible-galaxy-importer SUCCESS in 4m 19s |
regate |
Build succeeded (gate pipeline). ✔️ ansible-galaxy-importer SUCCESS in 3m 48s |
aws_ssm - Refactor _file_transport_command Depends-On: ansible/ansible-zuul-jobs#1748 Depends-On: ansible-collections#1663 SUMMARY Yet more cleanup of aws_ssm ISSUE TYPE Feature Pull Request COMPONENT NAME aws_ssm ADDITIONAL INFORMATION Reviewed-by: Markus Bergholz <[email protected]>
This is a backport of PR #1663 as merged into main (8216275).
SUMMARY
Allow user to associate rds cluster with a global rds cluster
ISSUE TYPE
COMPONENT NAME
rds_cluster
ADDITIONAL INFORMATION