-
Notifications
You must be signed in to change notification settings - Fork 101
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support standard option config.vm.boot_timeout #227
Labels
Milestone
Comments
Sharpie
added a commit
to Sharpie/vagrant-openstack-provider
that referenced
this issue
Apr 13, 2016
The OpenStack provider's action_up used a custom WaitForServerToBeAccessible action to poll instances via SSH in order to determine when the VM is up and running. One large shortcoming of this custom implementation is that it does not support communicators other than SSH, notably WinRM. This patch replaces the WaitForServerToBeAccessible with the built-in WaitForCommunicator action which has been part of Vagrant since v1.3 and is able to handle multiple communicators. Fixes ggiamarchi#264. Closes ggiamarchi#227.
Sharpie
added a commit
to Sharpie/vagrant-openstack-provider
that referenced
this issue
Apr 13, 2016
The OpenStack provider's action_up used a custom WaitForServerToBeAccessible action to poll instances via SSH in order to determine when the VM is up and running. One large shortcoming of this custom implementation is that it does not support communicators other than SSH, notably WinRM. This patch replaces the WaitForServerToBeAccessible with the built-in WaitForCommunicator action which has been part of Vagrant since v1.3 and is able to handle multiple communicators. Fixes ggiamarchi#264. Closes ggiamarchi#227.
I've implemented this in PR #281 as part of a switch to the built-in WaitForCommunicator middleware. |
Sharpie
added a commit
to Sharpie/vagrant-openstack-provider
that referenced
this issue
Jul 25, 2016
The OpenStack provider's action_up used a custom WaitForServerToBeAccessible action to poll instances via SSH in order to determine when the VM is up and running. One large shortcoming of this custom implementation is that it does not support communicators other than SSH, notably WinRM. This patch replaces the WaitForServerToBeAccessible with the built-in WaitForCommunicator action which has been part of Vagrant since v1.3 and is able to handle multiple communicators. Fixes ggiamarchi#264. Closes ggiamarchi#227.
Sharpie
added a commit
to Sharpie/vagrant-openstack-provider
that referenced
this issue
Jul 31, 2016
The OpenStack provider's action_up used a custom WaitForServerToBeAccessible action to poll instances via SSH in order to determine when the VM is up and running. One large shortcoming of this custom implementation is that it does not support communicators other than SSH, notably WinRM. This patch replaces the WaitForServerToBeAccessible with the built-in WaitForCommunicator action which has been part of Vagrant since v1.3 and is able to handle multiple communicators. Fixes ggiamarchi#264. Closes ggiamarchi#227.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See how to support it in contrast with other specific timeout settings.
The text was updated successfully, but these errors were encountered: