Open byronmccollum opened 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.
retry
retry-delay
curl
Fixes #5
VyOS-CloudInit sometimes runs before the network is fully up. This results is sporadic errors attempting to communicate with the metadata service.
retry
andretry-delay
have been added to thecurl
commands to allow for a window where the network isn't fully up.Fixes #5