Skip to content

Commit

Permalink
DNM Migrate elb_classic_lb_info* modules and tests (ansible-collectio…
Browse files Browse the repository at this point in the history
…ns#2163)

Depends-On: ansible-collections/amazon.aws#2315
Remove elb_classic_lb_info* 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
Reviewed-by: Alina Buzachis
  • Loading branch information
mandar242 authored Oct 7, 2024
1 parent 7b51659 commit 7f11acb
Show file tree
Hide file tree
Showing 9 changed files with 7 additions and 837 deletions.

This file was deleted.

5 changes: 5 additions & 0 deletions changelogs/fragments/migrate_elb_classic_lb_info.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
breaking_changes:
- elb_classic_lb_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.elb_classic_lb_info``.
3 changes: 2 additions & 1 deletion meta/runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,6 @@ action_groups:
- elasticache_subnet_group
- elasticbeanstalk_app
- elb_classic_lb
- elb_classic_lb_info
- elb_instance
- elb_network_lb
- elb_target
Expand Down Expand Up @@ -520,6 +519,8 @@ plugin_routing:
redirect: amazon.aws.s3_bucket_info
sts_assume_role:
redirect: amazon.aws.sts_assume_role
elb_classic_lb_info:
redirect: amazon.aws.elb_classic_lb_info
module_utils:
route53:
redirect: amazon.aws.route53
Loading

0 comments on commit 7f11acb

Please sign in to comment.