netascode / ansible-dc-vxlan

Ansible Collection for configuring a VXLAN Fabric using Direct to Controller (DTC) or Direct To Device (DTD) workflows.
https://galaxy.ansible.com/ui/repo/published/cisco/nac_dc_vxlan/
MIT License
6 stars 6 forks source link

add timeout for remove vpc_peering #118

Closed juburnet closed 3 months ago

juburnet commented 3 months ago

This resolves a timeout issue when the remove role is trying to remove vpc_peering. The following error was seen when running the tests/integration vxlan_large playbook:

ansible.module_utils.connection.ConnectionError: command timeout triggered, timeout value is 30 secs. See the timeout setting options in the Network Debug and Troubleshooting Guide.". Please verify your login credentials, access permissions and fabric details and try again

Added the timeout and the task was successfully processed.