-
Notifications
You must be signed in to change notification settings - Fork 342
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ec2_elb_lb boto3 migration SUMMARY Rewrite ec2_elb_lb using the boto3 SDK ISSUE TYPE Feature Pull Request COMPONENT NAME ec2_elb_lb ADDITIONAL INFORMATION Current state renamed to elb_classic_lb create/delete ELBs change schema update availability-zones update subnets manage tags manage listeners manage health checks manage cross-AZ balancing manage draining manage idle_timeout manage backend policies manage stickiness manage Instance attachment manage access logging lookup SGs by name parameter validation (protocol, mandatory on creation etc) Depends-On: ansible/ansible-zuul-jobs#1097 Reviewed-by: Jill R <None> Reviewed-by: Alina Buzachis <None> Reviewed-by: Mark Chappell <None> Reviewed-by: None <None>
- Loading branch information
Showing
37 changed files
with
6,224 additions
and
1,675 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
minor_changes: | ||
- ec2_elb_lb - module renamed to ``elb_classic_lb`` (https://github.com/ansible-collections/amazon.aws/pull/377). | ||
- elb_classic_lb - migrated to boto3 SDK (https://github.com/ansible-collections/amazon.aws/pull/377). | ||
- elb_classic_lb - added support for check_mode (https://github.com/ansible-collections/amazon.aws/pull/377). | ||
- elb_classic_lb - added support for wait during creation (https://github.com/ansible-collections/amazon.aws/pull/377). | ||
- elb_classic_lb - added support for wait during instance addition and removal (https://github.com/ansible-collections/amazon.aws/pull/377). | ||
- elb_classic_lb - added retries on common AWS temporary API failures (https://github.com/ansible-collections/amazon.aws/pull/377). | ||
- elb_classic_lb - various error messages changed due to refactor (https://github.com/ansible-collections/amazon.aws/pull/377). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.