Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

Upgrade minimum Vagrant version from 1.1 to 1.5 #129

Merged
merged 16 commits into from
Jan 14, 2015

Conversation

maxlinc
Copy link
Contributor

@maxlinc maxlinc commented Dec 17, 2014

@smashwilson / @mdarby
WIP but ready for review. I want to get your review and feedback on the changes so far, but check w/ me before merging so I can do one last review and cleanup.

Fixes #125.

@@ -1,6 +1,5 @@
language: ruby
rvm:
- 1.9.3
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Vagrant comes with an embedded Ruby. I believe it's been 2.0 since Vagrant 1.4.0.

@maxlinc
Copy link
Contributor Author

maxlinc commented Dec 17, 2014

This may fix:

Those issues were related to retry logic for communicators (winrm or ssh).

This PR replaces legacy code to wait for a communicator with the built-in WaitForCommunicator action. I think the built-in action may be smarter about when to fail fast and when to keep retrying.


The default configuration of the RHEL family of Linux distributions requires a tty in order to run sudo. Vagrant does not connect with a tty by default, so you may experience the error:
The default configuration of the RHEL family of Linux distributions requires a tty in order to run sudo.Vagrant does not connect with a tty by default, so you may experience the error:
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"sudo.Vagrant" 👈 Missing a space here. 💅

@maxlinc maxlinc changed the title [WIP] Upgrade minimum Vagrant version from 1.1 to 1.5 Upgrade minimum Vagrant version from 1.1 to 1.5 Jan 14, 2015
@smashwilson
Copy link
Collaborator

@maxlinc :shipit:

smashwilson added a commit that referenced this pull request Jan 14, 2015
Upgrade minimum Vagrant version from 1.1 to 1.5
@smashwilson smashwilson merged commit 643e1e3 into mitchellh:master Jan 14, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Drop Vagrant 1.1 support?
2 participants