Skip to content

Commit

Permalink
Migrate cloudwatchlogs* modules and tests (ansible-collections#1489)
Browse files Browse the repository at this point in the history
Migrate cloudwatchlogs* modules and tests

Depends-On: ansible-collections#1031
Remove cloudwatchlogs* modules and tests
These modules have been migrated to amazon.aws
Update runtime.yml with redirects to that collection
Update ignore files

Reviewed-by: Bikouo Aubin <None>
Reviewed-by: Mark Chappell <None>
  • Loading branch information
alinabuzachis committed Sep 22, 2022
1 parent 02adfaa commit c75a221
Show file tree
Hide file tree
Showing 12 changed files with 16 additions and 1,327 deletions.

This file was deleted.

10 changes: 10 additions & 0 deletions changelogs/fragments/migrate_cloudwatchlogs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
breaking_changes:
- cloudwatchlogs_log_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.cloudwatchlogs_log_group``.
- cloudwatchlogs_log_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.cloudwatchlogs_log_group_info``.
- cloudwatchlogs_log_group_metric_filter - 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.cloudwatchlogs_log_group_metric_filter``.
9 changes: 6 additions & 3 deletions meta/runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,6 @@ action_groups:
- cloudfront_origin_access_identity
- cloudfront_response_headers_policy
- cloudwatch_metric_alarm
- cloudwatchlogs_log_group
- cloudwatchlogs_log_group_info
- cloudwatchlogs_log_group_metric_filter
- codebuild_project
- codecommit_repository
- codepipeline
Expand Down Expand Up @@ -397,6 +394,12 @@ plugin_routing:
redirect: community.aws.cloudfront_distribution_info
cloudwatchevent_rule:
redirect: amazon.aws.cloudwatchevent_rule
cloudwatchlogs_log_group:
redirect: amazon.aws.cloudwatchlogs_log_group
cloudwatchlogs_log_group_info:
redirect: amazon.aws.cloudwatchlogs_log_group_info
cloudwatchlogs_log_group_metric_filter:
redirect: amazon.aws.cloudwatchlogs_log_group_metric_filter
ec2_asg:
# Deprecation for this alias should not *start* prior to 2024-09-01
redirect: amazon.aws.autoscaling_group
Expand Down
348 changes: 0 additions & 348 deletions plugins/modules/cloudwatchlogs_log_group.py

This file was deleted.

Loading

0 comments on commit c75a221

Please sign in to comment.