Page MenuHomeSolus

update Vagrant to 2.0.0
AbandonedPublic

Authored by mcritchlow on Oct 1 2017, 5:07 PM.
Tags
None
Referenced Files
F11046994: D1123.id2700.diff
Thu, Aug 10, 2:34 PM
F11046993: D1123.id.diff
Thu, Aug 10, 2:34 PM
F11032713: D1123.diff
Wed, Aug 9, 2:44 PM
F10886489: D1123.diff
Jun 25 2023, 11:26 PM
F10773543: D1123.id.diff
May 21 2023, 10:29 PM
F10763979: D1123.id2700.diff
May 19 2023, 4:43 AM
F10758750: D1123.diff
May 17 2023, 5:37 PM
F10745414: D1123.diff
May 15 2023, 5:36 AM
Subscribers

Details

Reviewers
None
Group Reviewers
Triage Team
Summary
  1. Breaking changes:

Both Ansible provisioners are now capable of automatically setting the compatibility_mode that best fits with the Ansible version in use. You may encounter some compatibility issues when upgrading. If you were using Ansible 2.x and referring to the _ssh-prefixed variables present in the generated inventory (e.g. ansible_ssh_host). In this case, you can fix your Vagrant setup by setting compatibility_mode = "1.8", or by migrating to the new variable names (e.g. ansible_host)

  1. Full Changelog: https://github.com/hashicorp/vagrant/blob/master/CHANGELOG.md#200-september-7-2017
Test Plan
  • Installed locally and verified correct version
  • Create brand new project w/ vagrant init and centos7 box, built fine and ssh'd in with no issues
  • Ran an ansible project that uses the ansible provisioner. This project did not require setting the compatibility_mode to 1.8 as mentioned, but users should definitely keep an eye on this.

Diff Detail

Repository
R3106 vagrant
Branch
master
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

DataDrake added a subscriber: DataDrake.

Ah sorry about this, I missed it when I was doing rebuild for Ruby 2.3.4 and ended up updating it myself. I'll pay a little more attention in the future. Cheers.

Ah sorry about this, I missed it when I was doing rebuild for Ruby 2.3.4 and ended up updating it myself. I'll pay a little more attention in the future. Cheers.

Oh no problem, just trying to help out. Thanks for doing the Ruby rebuilds!