Skip to content

Commit

Permalink
Merge pull request #435 from alinabuzachis/promote_ec2_vpc_endpoint
Browse files Browse the repository at this point in the history
Migrate ec2_vpc_endpoint* modules and tests

Migrate ec2_vpc_endpoint* modules and tests

Reviewed-by: Jill R <None>
Reviewed-by: Mark Chappell <None>
Reviewed-by: Mike Graves <[email protected]>
Reviewed-by: Alina Buzachis <None>
Reviewed-by: None <None>
  • Loading branch information
ansible-zuul[bot] authored Aug 26, 2021
2 parents cc94310 + a6d109d commit 6f44e02
Show file tree
Hide file tree
Showing 14 changed files with 1,893 additions and 28 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 @@
major_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``.
66 changes: 38 additions & 28 deletions meta/runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,81 +49,91 @@ action_groups:
- ec2_vpc_subnet
- ec2_vpc_subnet_info
- s3_bucket

- ec2_vpc_endpoint_facts
- ec2_vpc_endpoint
- ec2_vpc_endpoint_info
- ec2_vpc_endpoint_service_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
warning_text: >-
cloudformation_facts has been deprecated and will be removed.
The cloudformation_info module returns the same information, but
not as ansible_facts. See the module documentation for more
information.
cloudformation_facts has been deprecated and will be removed.
The cloudformation_info module returns the same information, but
not as ansible_facts. See the module documentation for more
information.
ec2:
deprecation:
removal_version: 4.0.0
warning_text: >-
The ec2 module is based upon a deprecated version of the AWS SDKs
and is deprecated in favor of the ec2_instance module.
Please update your tasks.
The ec2 module is based upon a deprecated version of the AWS SDKs
and is deprecated in favor of the ec2_instance module.
Please update your tasks.
ec2_ami_facts:
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
warning_text: >-
ec2_vpc_subnet_facts was renamed in Ansible 2.9 to
ec2_vpc_subnet_info. Please update your tasks.
ec2_vpc_subnet_facts was renamed in Ansible 2.9 to
ec2_vpc_subnet_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.
Loading

0 comments on commit 6f44e02

Please sign in to comment.