Skip to content

Commit

Permalink
DNM - Migrate modules autoscaling_instance_refresh,autoscaling_instan…
Browse files Browse the repository at this point in the history
…ce_refresh_info and tests (#2177)

Depends-On: ansible-collections/amazon.aws#2338

Remove autoscaling_instance_refresh,autoscaling_instance_refresh_info modules and tests, these modules have been migrated to amazon.aws collection.
Update runtime.yml with redirects to that collection
Update ignore files

Reviewed-by: Mandar Kulkarni <[email protected]>
Reviewed-by: Alina Buzachis
  • Loading branch information
abikouo authored Oct 25, 2024
1 parent 3657cd0 commit c6622af
Show file tree
Hide file tree
Showing 12 changed files with 14 additions and 1,122 deletions.
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

0 comments on commit c6622af

Please sign in to comment.