Skip to content

Commit

Permalink
Merge pull request #1051 from GomathiselviS/promote_autoscaling_group
Browse files Browse the repository at this point in the history
Promote autoscaling_group* module and tests

SUMMARY


Depends-On: ansible/zuul-config#443
Migrate utoscaling_group* module from community.aws to amazon.aws
ISSUE TYPE


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

COMPONENT NAME

ADDITIONAL INFORMATION
  • Loading branch information
softwarefactory-project-zuul[bot] committed Sep 21, 2022
2 parents 2279dc1 + deebc64 commit 9abe598
Show file tree
Hide file tree
Showing 16 changed files with 3,884 additions and 0 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 @@
major_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``.
8 changes: 8 additions & 0 deletions meta/runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
requires_ansible: '>=2.9.10'
action_groups:
aws:
- autoscaling_group
- autoscaling_group_info
- aws_az_info
- aws_caller_info
- aws_s3
Expand Down Expand Up @@ -89,6 +91,12 @@ plugin_routing:
ec2_group_info:
# Deprecation for this alias should not *start* prior to 2024-09-01
redirect: amazon.aws.ec2_security_group_info
ec2_asg:
# Deprecation for this alias should not *start* prior to 2024-09-01
redirect: amazon.aws.autoscaling_group
ec2_asg_info:
# Deprecation for this alias should not *start* prior to 2024-09-01
redirect: amazon.aws.autoscaling_group_info
ec2_metric_alarm:
# Deprecation for this alias should not *start* prior to 2024-09-01
redirect: amazon.aws.cloudwatch_metric_alarm
Expand Down
Loading

0 comments on commit 9abe598

Please sign in to comment.