vyos-legacy / vyos-cloudinit

13 stars 7 forks source link

Add Retry Support for Fetching Metadata #9

Open byronmccollum opened 6 years ago

byronmccollum commented 6 years ago

VyOS-CloudInit sometimes runs before the network is fully up. This results is sporadic errors attempting to communicate with the metadata service.

retry and retry-delay have been added to the curl commands to allow for a window where the network isn't fully up.

Fixes #5