Skip to content

Commit

Permalink
While migrating ec2_vpc_route_table and ec2_vpc_route_table (ansible-…
Browse files Browse the repository at this point in the history
…collections#672)

from community.aws to amazon.aws, we forget to delete the modules from the community.aws collection after the promotion.
As of now, the modules within community.aws have not received any new updates, so we can remove them without backporting anything.

Signed-off-by: Alina Buzachis <[email protected]>
  • Loading branch information
alinabuzachis committed Mar 14, 2022
1 parent 962827d commit 486a850
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 3,370 deletions.
7 changes: 7 additions & 0 deletions changelogs/fragments/remove-ec2_vpc_route_table.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
breaking_changes:
- ec2_vpc_route_table - 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.ec2_vpc_route_table``.
- ec2_vpc_route_table_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.ec2_vpc_route_table_info``.
763 changes: 0 additions & 763 deletions docs/community.aws.ec2_vpc_route_table_info_module.rst

This file was deleted.

844 changes: 0 additions & 844 deletions docs/community.aws.ec2_vpc_route_table_module.rst

This file was deleted.

6 changes: 4 additions & 2 deletions meta/runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,6 @@ action_groups:
- ec2_vpc_nacl_info
- ec2_vpc_peer
- ec2_vpc_peering_info
- ec2_vpc_route_table
- ec2_vpc_route_table_info
- ec2_vpc_vgw
- ec2_vpc_vgw_info
- ec2_vpc_vpn
Expand Down Expand Up @@ -205,6 +203,10 @@ plugin_routing:
redirect: amazon.aws.ec2_vpc_nat_gateway
ec2_vpc_nat_gateway_info:
redirect: amazon.aws.ec2_vpc_nat_gateway_info
ec2_vpc_route_table:
redirect: amazon.aws.ec2_vpc_route_table
ec2_vpc_route_table_info:
redirect: amazon.aws.ec2_vpc_route_table_info
elb_classic_lb:
redirect: amazon.aws.ec2_elb_lb
iam_cert:
Expand Down
Loading

0 comments on commit 486a850

Please sign in to comment.