forked from ansible/ansible
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Increase delay and tries for ec2_vpc_net backoff - fixes ansible#36063,
fixes ansible#37323, fixes ansible#36078 (ansible#37354) * Increase delay and tries for ec2_vpc_net backoff Wait for DHCP option to be created in ec2_vpc_dhcp_option Wait for all modifications to the VPC * Use the vpc_available waiter because is uses Filters * Missed one * Optimize retries to only occur if the functionality is available * Increase max wait time * Add comments to explain what the waiters are doing
- Loading branch information
1 parent
cdd21e2
commit 16f8a99
Showing
2 changed files
with
91 additions
and
14 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
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