Skip to content

Commit

Permalink
Migrate rds_instance* modules and tests (ansible-collections#1452)
Browse files Browse the repository at this point in the history
Migrate rds_instance* modules and tests

Depends-On: ansible-collections#1011
Depends-On: ansible-collections#1480
Remove rds_instance* modules and tests
These modules have been migrated to amazon.aws
Update runtime.yml with redirects to that collection
Update ignore files

Reviewed-by: Mike Graves <[email protected]>
Reviewed-by: Bikouo Aubin <None>
Reviewed-by: Mark Chappell <None>
  • Loading branch information
alinabuzachis authored Sep 23, 2022
1 parent 46e989f commit 4713589
Show file tree
Hide file tree
Showing 31 changed files with 16 additions and 5,299 deletions.
10 changes: 10 additions & 0 deletions changelogs/fragments/migrate_rds_instance.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
breaking_changes:
- rds_instance - The module has been migrated from the ``community.aws`` collection.
Playbooks using the Fully Qualified Collection Name for this module should be updated
to use ``amazon.aws.rds_instance``.
- rds_instance_info - The module has been migrated from the ``community.aws`` collection.
Playbooks using the Fully Qualified Collection Name for this module should be updated
to use ``amazon.aws.rds_instance_info``.
- rds_instance_snapshot - The module has been migrated from the ``community.aws``
collection. Playbooks using the Fully Qualified Collection Name for this module
should be updated to use ``amazon.aws.rds_instance_snapshot``.
9 changes: 6 additions & 3 deletions meta/runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,9 +192,6 @@ action_groups:
- networkfirewall_rule_group_info
- opensearch
- opensearch_info
- rds_instance
- rds_instance_info
- rds_instance_snapshot
- rds_option_group
- rds_option_group_info
- rds_param_group
Expand Down Expand Up @@ -478,5 +475,11 @@ plugin_routing:
redirect: amazon.aws.rds_cluster_info
rds_cluster_snapshot:
redirect: amazon.aws.rds_cluster_snapshot
rds_instance:
redirect: amazon.aws.rds_instance
rds_instance_info:
redirect: amazon.aws.rds_instance_info
rds_instance_snapshot:
redirect: amazon.aws.rds_instance_snapshot
rds_snapshot_info:
redirect: amazon.aws.rds_snapshot_info
1,426 changes: 0 additions & 1,426 deletions plugins/modules/rds_instance.py

This file was deleted.

Loading

0 comments on commit 4713589

Please sign in to comment.