Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DNM - Migrate modules autoscaling_instance_refresh,autoscaling_instance_refresh_info and tests #2177

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
breaking_changes:
- autoscaling_instance_refresh - 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.autoscaling_instance_refresh`` (https://github.com/ansible-collections/community.aws/pull/2177).
- autoscaling_instance_refresh_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.autoscaling_instance_refresh_info`` (https://github.com/ansible-collections/community.aws/pull/2177).
12 changes: 6 additions & 6 deletions meta/runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ action_groups:
- api_gateway_info
- application_autoscaling_policy
- autoscaling_complete_lifecycle_action
- autoscaling_instance_refresh
- autoscaling_instance_refresh_info
- autoscaling_launch_config
- autoscaling_launch_config_find
- autoscaling_launch_config_info
Expand Down Expand Up @@ -94,8 +92,6 @@ action_groups:
- ec2_ami_copy
- ec2_asg
- ec2_asg_info
- ec2_asg_instance_refresh
- ec2_asg_instance_refresh_info
- ec2_asg_lifecycle_hook
- ec2_asg_scheduled_action
- ec2_customer_gateway
Expand Down Expand Up @@ -371,10 +367,10 @@ plugin_routing:
redirect: amazon.aws.autoscaling_group_info
ec2_asg_instance_refresh:
# Deprecation for this alias should not *start* prior to 2024-09-01
redirect: community.aws.autoscaling_instance_refresh
redirect: amazon.aws.autoscaling_instance_refresh
ec2_asg_instance_refresh_info:
# Deprecation for this alias should not *start* prior to 2024-09-01
redirect: community.aws.autoscaling_instance_refresh_info
redirect: amazon.aws.autoscaling_instance_refresh_info
ec2_asg_lifecycle_hook:
# Deprecation for this alias should not *start* prior to 2024-09-01
redirect: community.aws.autoscaling_lifecycle_hook
Expand Down Expand Up @@ -537,6 +533,10 @@ plugin_routing:
redirect: amazon.aws.ec2_vpc_vpn
ec2_vpc_vpn_info:
redirect: amazon.aws.ec2_vpc_vpn_info
autoscaling_instance_refresh:
redirect: amazon.aws.autoscaling_instance_refresh
autoscaling_instance_refresh_info:
redirect: amazon.aws.autoscaling_instance_refresh_info
module_utils:
route53:
redirect: amazon.aws.route53
298 changes: 0 additions & 298 deletions plugins/modules/autoscaling_instance_refresh.py

This file was deleted.

Loading
Loading