Skip to content

Commit

Permalink
Merge pull request #652 from alinabuzachis/promote_ec2_vpc_nat_gateway
Browse files Browse the repository at this point in the history
Migrate ec2_vpc_nat_gateway* modules and tests

Depends-On: ansible-collections/amazon.aws#410
Remove ec2_vpc_nat_gateway* modules and tests
These modules have been migrated to amazon.aws
Update runtime.yml with redirects to that collection
Update ignore files

Reviewed-by: Mark Chappell <None>
Reviewed-by: Alina Buzachis <None>
Reviewed-by: None <None>
  • Loading branch information
ansible-zuul[bot] authored Aug 27, 2021
2 parents 24940d4 + 971c572 commit 96552f9
Show file tree
Hide file tree
Showing 11 changed files with 24 additions and 3,460 deletions.
10 changes: 10 additions & 0 deletions changelogs/fragments/migrate_ec2_vpc_nat_gateway.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
breaking_changes:
- ec2_vpc_nat_gateway_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_nat_gateway_info``.
- ec2_vpc_nat_gateway - 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_nat_gateway``.
- ec2_vpc_nat_gateway_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_nat_gateway_info``.
580 changes: 0 additions & 580 deletions docs/community.aws.ec2_vpc_nat_gateway_info_module.rst

This file was deleted.

688 changes: 0 additions & 688 deletions docs/community.aws.ec2_vpc_nat_gateway_module.rst

This file was deleted.

31 changes: 13 additions & 18 deletions meta/runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ action_groups:
- ec2_vpc_endpoint_facts
- ec2_vpc_igw_facts
- ec2_vpc_nacl_facts
- ec2_vpc_nat_gateway_facts
- ec2_vpc_peering_facts
- ec2_vpc_route_table_facts
- ec2_vpc_vgw_facts
Expand Down Expand Up @@ -133,8 +132,6 @@ action_groups:
- ec2_vpc_igw_info
- ec2_vpc_nacl
- ec2_vpc_nacl_info
- ec2_vpc_nat_gateway
- ec2_vpc_nat_gateway_info
- ec2_vpc_peer
- ec2_vpc_peering_info
- ec2_vpc_route_table
Expand Down Expand Up @@ -226,7 +223,6 @@ action_groups:
- wafv2_rule_group_info
- wafv2_web_acl
- wafv2_web_acl_info

plugin_routing:
modules:
aws_acm_facts:
Expand Down Expand Up @@ -305,7 +301,7 @@ plugin_routing:
ec2_instance:
redirect: amazon.aws.ec2_instance
ec2_instance_facts:
redirect: amazon.aws.ec2_instance_info
redirect: amazon.aws.ec2_instance_info
ec2_instance_info:
redirect: amazon.aws.ec2_instance_info
ec2_eip_facts:
Expand Down Expand Up @@ -360,13 +356,6 @@ plugin_routing:
warning_text: >-
ec2_vpc_nacl_facts was renamed in Ansible 2.9 to ec2_vpc_nacl_info.
Please update your tasks.
ec2_vpc_nat_gateway_facts:
deprecation:
removal_date: 2021-12-01
warning_text: >-
ec2_vpc_nat_gateway_facts was renamed in Ansible 2.9 to
ec2_vpc_nat_gateway_info.
Please update your tasks.
ec2_vpc_peering_facts:
deprecation:
removal_date: 2021-12-01
Expand Down Expand Up @@ -453,9 +442,9 @@ plugin_routing:
deprecation:
removal_version: 3.0.0
warning_text: >-
The iam module is based upon a deprecated version of the AWS SDKs
and is deprecated in favor of the iam_user, iam_group and iam_role modules.
Please update your tasks.
The iam module is based upon a deprecated version of the AWS SDKs
and is deprecated in favor of the iam_user, iam_group and iam_role modules.
Please update your tasks.
iam_cert_facts:
deprecation:
removal_date: 2021-12-01
Expand Down Expand Up @@ -492,9 +481,9 @@ plugin_routing:
deprecation:
removal_version: 3.0.0
warning_text: >-
The rds module is based upon a deprecated version of the AWS SDKs
and is deprecated in favor of the rds_instance and rds_snapshot modules.
Please update your tasks.
The rds module is based upon a deprecated version of the AWS SDKs
and is deprecated in favor of the rds_instance and rds_snapshot modules.
Please update your tasks.
rds_instance_facts:
deprecation:
removal_date: 2021-12-01
Expand All @@ -519,3 +508,9 @@ plugin_routing:
warning_text: >-
route53_facts was renamed in Ansible 2.9 to route53_info.
Please update your tasks.
ec2_vpc_nat_gateway_facts:
redirect: amazon.aws.ec2_vpc_nat_gateway_facts
ec2_vpc_nat_gateway:
redirect: amazon.aws.ec2_vpc_nat_gateway
ec2_vpc_nat_gateway_info:
redirect: amazon.aws.ec2_vpc_nat_gateway_info
Loading

0 comments on commit 96552f9

Please sign in to comment.