Skip to content

Commit

Permalink
Promote autoscaling_group* module (ansible-collections#1514)
Browse files Browse the repository at this point in the history
Promote autoscaling_group* module

SUMMARY


Remove autoscaling_group* modules and tests
These modules have been migrated to amazon.aws
Update runtime.yml with redirects to that collection
Update ignore files
ISSUE TYPE


Bugfix Pull Request
Docs Pull Request
Feature Pull Request
New Module Pull Request

COMPONENT NAME

ADDITIONAL INFORMATION

Reviewed-by: Mark Chappell <None>
  • Loading branch information
GomathiselviS authored Sep 22, 2022
1 parent 388fa78 commit 02adfaa
Show file tree
Hide file tree
Showing 16 changed files with 13 additions and 3,992 deletions.
7 changes: 7 additions & 0 deletions changelogs/fragments/migrate_autoscaling_group.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
breaking_changes:
- autoscaling_group_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_group_info``.
- autoscaling_group - 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_group``.
10 changes: 6 additions & 4 deletions meta/runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ action_groups:
- api_gateway_domain
- application_autoscaling_policy
- autoscaling_complete_lifecycle_action
- autoscaling_group_info
- autoscaling_group
- autoscaling_instance_refresh_info
- autoscaling_instance_refresh
- autoscaling_launch_config_find
Expand Down Expand Up @@ -252,6 +250,10 @@ action_groups:
- wafv2_web_acl_info
plugin_routing:
modules:
autoscaling_group_info:
redirect: amazon.aws.autoscaling_group_info
autoscaling_group:
redirect: amazon.aws.autoscaling_group
aws_acm:
# Deprecation for this alias should not *start* prior to 2024-09-01
redirect: community.aws.acm_certificate
Expand Down Expand Up @@ -397,10 +399,10 @@ plugin_routing:
redirect: amazon.aws.cloudwatchevent_rule
ec2_asg:
# Deprecation for this alias should not *start* prior to 2024-09-01
redirect: community.aws.autoscaling_group
redirect: amazon.aws.autoscaling_group
ec2_asg_info:
# Deprecation for this alias should not *start* prior to 2024-09-01
redirect: community.aws.autoscaling_group_info
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
Expand Down
Loading

0 comments on commit 02adfaa

Please sign in to comment.