Skip to content

Commit

Permalink
Merge pull request #657 from jillr/promote_ec2_vpc_igw
Browse files Browse the repository at this point in the history
Remove ec2_vpc_igw

SUMMARY
Migrate ec2_vpc_igw* modules and tests
ISSUE TYPE

Feature Pull Request

COMPONENT NAME
ec2_vpc_igw, ec2_vpc_igw_info
ADDITIONAL INFORMATION
DNM until ansible-collections/amazon.aws/pull/421 merges

Reviewed-by: Mark Chappell <None>
Reviewed-by: None <None>
  • Loading branch information
ansible-zuul[bot] authored Aug 27, 2021
2 parents 4c17572 + 6874c63 commit 19cc031
Show file tree
Hide file tree
Showing 11 changed files with 16 additions and 1,959 deletions.
10 changes: 10 additions & 0 deletions changelogs/fragments/migrate_ec2_vpc_igw.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
breaking_changes:
- ec2_vpc_igw_facts - 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_igw_info``.
- ec2_vpc_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_igw``.
- ec2_vpc_igw_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_igw_info``.
464 changes: 0 additions & 464 deletions docs/community.aws.ec2_vpc_igw_info_module.rst

This file was deleted.

430 changes: 0 additions & 430 deletions docs/community.aws.ec2_vpc_igw_module.rst

This file was deleted.

14 changes: 5 additions & 9 deletions meta/runtime.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
---
requires_ansible: '>=2.9.10'
action_groups:
aws:
Expand All @@ -21,7 +20,6 @@ action_groups:
- ec2_elb_facts
- ec2_lc_facts
- ec2_placement_group_facts
- ec2_vpc_igw_facts
- ec2_vpc_nacl_facts
- ec2_vpc_peering_facts
- ec2_vpc_route_table_facts
Expand Down Expand Up @@ -124,8 +122,6 @@ action_groups:
- ec2_transit_gateway
- ec2_transit_gateway_info
- ec2_vpc_egress_igw
- ec2_vpc_igw
- ec2_vpc_igw_info
- ec2_vpc_nacl
- ec2_vpc_nacl_info
- ec2_vpc_peer
Expand Down Expand Up @@ -342,11 +338,11 @@ plugin_routing:
ec2_vpc_endpoint_service_info:
redirect: amazon.aws.ec2_vpc_endpoint_service_info
ec2_vpc_igw_facts:
deprecation:
removal_date: 2021-12-01
warning_text: >-
ec2_vpc_igw_facts was renamed in Ansible 2.9 to ec2_vpc_igw_info.
Please update your tasks.
redirect: amazon.aws.ec2_vpc_igw_facts
ec2_vpc_igw:
redirect: amazon.aws.ec2_vpc_igw
ec2_vpc_igw_info:
redirect: amazon.aws.ec2_vpc_igw_info
ec2_vpc_nacl_facts:
deprecation:
removal_date: 2021-12-01
Expand Down
291 changes: 0 additions & 291 deletions plugins/modules/ec2_vpc_igw.py

This file was deleted.

1 change: 0 additions & 1 deletion plugins/modules/ec2_vpc_igw_facts.py

This file was deleted.

Loading

0 comments on commit 19cc031

Please sign in to comment.