audiolize / vagrant-softlayer

This is a Vagrant plugin that adds a SoftLayer provider to Vagrant, allowing Vagrant to control and provision SoftLayer CCI instances.
MIT License
42 stars 15 forks source link

Migrate to softlayer_api 2.2.0+ in order to expose SL api timeout for end user #23

Closed ju2wheels closed 9 years ago

ju2wheels commented 9 years ago
lonniev commented 9 years ago

+1 to approve.

Related to this, @ju2wheels what is the average time you see for SL to complete provisioning of an instance once the post_install script concludes? I am hitting the 20 minute timeout in the SL provider code but I see at the SL dashboard that SL is moving the instance through power down, power on, network setup and reboot. Typically, the timeout fires during the reboot phase. Optimistically to this biased script hacker, it looks like my post_install stuff is ok and it is just SL that is taking a very long time to bring up the provisioned instance. Do you agree or is it more likely that my shutdown request is getting hung up?

ju2wheels commented 9 years ago
irifed commented 9 years ago

Hi guys, I can't wait for this pull request to be merged :) I am still hitting timeout errors from time to time and hope that they will be resolved in this new version. Is there anything that blocks merging? Thanks!