Skip to content

Commit

Permalink
Merge pull request ansible-collections#410 from alinabuzachis/promote…
Browse files Browse the repository at this point in the history
…_ec2_vpc_nat_gateway

Migrate ec2_vpc_nat_gateway* modules and tests

Migrate ec2_vpc_nat_gateway* modules and tests

Reviewed-by: Jill R <None>
Reviewed-by: Alina Buzachis <None>
Reviewed-by: Gonéri Le Bouder <goneri@lebouder.net>
Reviewed-by: Mark Chappell <None>
Reviewed-by: Mike Graves <mgraves@redhat.com>
Reviewed-by: None <None>
  • Loading branch information
ansible-zuul[bot] authored Aug 27, 2021
2 parents f813a04 + 67698fd commit fd402ab
Show file tree
Hide file tree
Showing 9 changed files with 2,214 additions and 19 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 @@
major_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``.
46 changes: 28 additions & 18 deletions meta/runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,20 +58,23 @@ action_groups:
- ec2_vpc_route_table_facts
- ec2_vpc_route_table
- ec2_vpc_route_table_info
- ec2_vpc_nat_gateway_facts
- ec2_vpc_nat_gateway
- ec2_vpc_nat_gateway_info
plugin_routing:
modules:
aws_az_facts:
deprecation:
removal_date: 2022-06-01
warning_text: >-
aws_az_facts was renamed in Ansible 2.9 to aws_az_info.
Please update your tasks.
aws_az_facts was renamed in Ansible 2.9 to aws_az_info.
Please update your tasks.
aws_caller_facts:
deprecation:
removal_date: 2021-12-01
warning_text: >-
aws_caller_facts was renamed in Ansible 2.9 to aws_caller_info.
Please update your tasks.
aws_caller_facts was renamed in Ansible 2.9 to aws_caller_info.
Please update your tasks.
cloudformation_facts:
deprecation:
removal_date: 2021-12-01
Expand All @@ -91,44 +94,44 @@ plugin_routing:
deprecation:
removal_date: 2021-12-01
warning_text: >-
ec2_ami_facts was renamed in Ansible 2.9 to ec2_ami_info.
Please update your tasks.
ec2_ami_facts was renamed in Ansible 2.9 to ec2_ami_info.
Please update your tasks.
ec2_eni_facts:
deprecation:
removal_date: 2021-12-01
warning_text: >-
ec2_eni_facts was renamed in Ansible 2.9 to ec2_eni_info.
Please update your tasks.
ec2_eni_facts was renamed in Ansible 2.9 to ec2_eni_info.
Please update your tasks.
ec2_group_facts:
deprecation:
removal_date: 2021-12-01
warning_text: >-
ec2_group_facts was renamed in Ansible 2.9 to ec2_group_info.
Please update your tasks.
ec2_group_facts was renamed in Ansible 2.9 to ec2_group_info.
Please update your tasks.
ec2_snapshot_facts:
deprecation:
removal_date: 2021-12-01
warning_text: >-
ec2_snapshot_facts was renamed in Ansible 2.9 to ec2_snapshot_info.
Please update your tasks.
ec2_snapshot_facts was renamed in Ansible 2.9 to ec2_snapshot_info.
Please update your tasks.
ec2_vol_facts:
deprecation:
removal_date: 2021-12-01
warning_text: >-
ec2_vol_facts was renamed in Ansible 2.9 to ec2_vol_info.
Please update your tasks.
ec2_vol_facts was renamed in Ansible 2.9 to ec2_vol_info.
Please update your tasks.
ec2_vpc_dhcp_option_facts:
deprecation:
removal_date: 2021-12-01
warning_text: >-
ec2_vpc_dhcp_option_facts was renamed in Ansible 2.9 to
ec2_vpc_dhcp_option_info. Please update your tasks.
ec2_vpc_dhcp_option_facts was renamed in Ansible 2.9 to
ec2_vpc_dhcp_option_info. Please update your tasks.
ec2_vpc_net_facts:
deprecation:
removal_date: 2021-12-01
warning_text: >-
ec2_vpc_net_facts was renamed in Ansible 2.9 to ec2_vpc_net_info.
Please update your tasks.
ec2_vpc_net_facts was renamed in Ansible 2.9 to ec2_vpc_net_info.
Please update your tasks.
ec2_vpc_subnet_facts:
deprecation:
removal_date: 2021-12-01
Expand All @@ -154,3 +157,10 @@ plugin_routing:
ec2_vpc_route_table_facts was renamed in Ansible 2.9 to
ec2_vpc_route_table_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.
Loading

0 comments on commit fd402ab

Please sign in to comment.