vagrant/plugins/communicators/winrm
Brian Cain 54c8ebc31a
Fixes #10229: Add timeout for changing hostname on windows
Prior to this commit, if Windows was slow to reboot, Vagrant would fail
to find the right IP address to upload the wait_for_reboot script to.
This commit fixes this race condition by adding a timeout to ensure that
Vagrant can retry. It also properly catches an exception in the winrm
ready? method for checking if a guest is properly ready for
communications.
2018-11-02 09:23:00 -07:00
..
command_filters Update rm filters to test for path 2018-05-01 13:35:45 -07:00
command_filter.rb Added mkdir command filter for WinRM to be compatible with PS4+ 2014-07-30 15:43:11 -04:00
communicator.rb Fixes #10229: Add timeout for changing hostname on windows 2018-11-02 09:23:00 -07:00
config.rb refactor winrm communicator to use latest winrm gems and v2 api 2016-12-11 00:52:00 -08:00
errors.rb Better error handling for WinRM (using winrm v1.3.0.dev.2) 2014-12-11 13:22:39 -05:00
helper.rb Updating winrm_info_invalid to use start_with instead of match 2017-10-05 10:28:10 -05:00
plugin.rb Only reset the _init on testing cleanup 2018-07-30 14:44:36 -07:00
shell.rb (#8933) Align file provisioner functionality on all platforms 2017-08-31 15:57:53 -07:00