Skip to content

Commit

Permalink
While migrating ec2_vpc_route_table and ec2_vpc_route_table_info (#672)…
Browse files Browse the repository at this point in the history
… (#987)

Delete ec2_vpc_route_table* since already promoted 

While migrating ec2_vpc_route_table and ec2_vpc_route_table_info (#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.
SUMMARY


ISSUE TYPE


Bugfix Pull Request
Docs Pull Request
Feature Pull Request
New Module Pull Request

COMPONENT NAME

ADDITIONAL INFORMATION

Reviewed-by: Markus Bergholz <[email protected]>
Reviewed-by: Joseph Torcasso <None>
Reviewed-by: Jill R <None>
  • Loading branch information
alinabuzachis authored Apr 5, 2022
1 parent 3066701 commit b9c89dd
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 @@ -91,8 +91,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 @@ -211,6 +209,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 b9c89dd

Please sign in to comment.