Skip to content

Commit

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

Migrate ec2_vpc_endpoint* modules and tests

Depends-On: ansible-collections#435
Remove ec2_vpc_endpoint* 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 96552f9 + bd88904 commit 4c17572
Show file tree
Hide file tree
Showing 17 changed files with 26 additions and 3,340 deletions.
13 changes: 13 additions & 0 deletions changelogs/fragments/migrate_ec2_vpc_endpoint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
breaking_changes:
- ec2_vpc_endpoint_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_endpoint_info``.
- ec2_vpc_endpoint - 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_endpoint``.
- ec2_vpc_endpoint_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_endpoint_info``.
- ec2_vpc_endpoint_service_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_endpoint_service_info``.
387 changes: 0 additions & 387 deletions docs/community.aws.ec2_vpc_endpoint_info_module.rst

This file was deleted.

550 changes: 0 additions & 550 deletions docs/community.aws.ec2_vpc_endpoint_module.rst

This file was deleted.

544 changes: 0 additions & 544 deletions docs/community.aws.ec2_vpc_endpoint_service_info_module.rst

This file was deleted.

29 changes: 13 additions & 16 deletions meta/runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ action_groups:
- ec2_elb_facts
- ec2_lc_facts
- ec2_placement_group_facts
- ec2_vpc_endpoint_facts
- ec2_vpc_igw_facts
- ec2_vpc_nacl_facts
- ec2_vpc_peering_facts
Expand Down Expand Up @@ -125,9 +124,6 @@ action_groups:
- ec2_transit_gateway
- ec2_transit_gateway_info
- ec2_vpc_egress_igw
- ec2_vpc_endpoint
- ec2_vpc_endpoint_info
- ec2_vpc_endpoint_service_info
- ec2_vpc_igw
- ec2_vpc_igw_info
- ec2_vpc_nacl
Expand Down Expand Up @@ -338,12 +334,13 @@ plugin_routing:
ec2_placement_group_info.
Please update your tasks.
ec2_vpc_endpoint_facts:
deprecation:
removal_date: 2021-12-01
warning_text: >-
ec2_vpc_endpoint_facts was renamed in Ansible 2.9 to
ec2_vpc_endpoint_info.
Please update your tasks.
redirect: amazon.aws.ec2_vpc_endpoint_facts
ec2_vpc_endpoint:
redirect: amazon.aws.ec2_vpc_endpoint
ec2_vpc_endpoint_info:
redirect: amazon.aws.ec2_vpc_endpoint_info
ec2_vpc_endpoint_service_info:
redirect: amazon.aws.ec2_vpc_endpoint_service_info
ec2_vpc_igw_facts:
deprecation:
removal_date: 2021-12-01
Expand All @@ -370,6 +367,12 @@ 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:
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
ec2_vpc_vgw_facts:
deprecation:
removal_date: 2021-12-01
Expand Down Expand Up @@ -508,9 +511,3 @@ 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 4c17572

Please sign in to comment.