Skip to content

Commit

Permalink
DNM - Migrate modules ec2_vpc_egress_igw and tests (#2169)
Browse files Browse the repository at this point in the history
Depends-On: ansible-collections/amazon.aws#2327

Remove ec2_vpc_egress_igw,ec2_vpc_egress_igw modules and tests, these modules have been migrated to amazon.aws collection.
Update runtime.yml with redirects to that collection
Update ignore files

Reviewed-by: GomathiselviS <[email protected]>
Reviewed-by: Alina Buzachis
  • Loading branch information
abikouo authored and alinabuzachis committed Oct 25, 2024
1 parent 4f27ec7 commit 9895a6d
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 415 deletions.
5 changes: 5 additions & 0 deletions changelogs/fragments/migrate_ec2_vpc_egress_igw.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
breaking_changes:
- ec2_vpc_egress_igw - 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_egress_igw`` (https://api.github.com/repos/ansible-collections/community.aws/pulls/2169).
3 changes: 2 additions & 1 deletion meta/runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ action_groups:
- ec2_transit_gateway_info
- ec2_transit_gateway_vpc_attachment
- ec2_transit_gateway_vpc_attachment_info
- ec2_vpc_egress_igw
- ec2_vpc_nacl
- ec2_vpc_nacl_info
- ec2_vpc_peer
Expand Down Expand Up @@ -522,6 +521,8 @@ plugin_routing:
redirect: amazon.aws.ec2_placement_group
ec2_placement_group_info:
redirect: amazon.aws.ec2_placement_group_info
ec2_vpc_egress_igw:
redirect: amazon.aws.ec2_vpc_egress_igw
module_utils:
route53:
redirect: amazon.aws.route53
232 changes: 0 additions & 232 deletions plugins/modules/ec2_vpc_egress_igw.py

This file was deleted.

1 change: 0 additions & 1 deletion tests/integration/targets/ec2_vpc_egress_igw/aliases

This file was deleted.

Loading

0 comments on commit 9895a6d

Please sign in to comment.