Skip to content

Commit

Permalink
DNM - Migrate modules ec2_vpc_egress_igw and tests (ansible-collectio…
Browse files Browse the repository at this point in the history
…ns#2169)

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 24, 2024
1 parent 24fb795 commit 6bd86da
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 414 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).
7 changes: 7 additions & 0 deletions meta/runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,8 @@ action_groups:
- 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
- ec2_vpc_peering_info
- ec2_vpc_vgw
Expand Down Expand Up @@ -518,10 +520,15 @@ plugin_routing:
redirect: amazon.aws.s3_bucket_info
sts_assume_role:
redirect: amazon.aws.sts_assume_role
<<<<<<< HEAD
ec2_vpc_nacl:
redirect: amazon.aws.ec2_vpc_nacl
ec2_vpc_nacl_info:
redirect: amazon.aws.ec2_vpc_nacl_info
=======
ec2_vpc_egress_igw:
redirect: amazon.aws.ec2_vpc_egress_igw
>>>>>>> a079e4ee (DNM - Migrate modules ec2_vpc_egress_igw and tests (#2169))
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 6bd86da

Please sign in to comment.