Skip to content
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

Add VMware Fusion/Workstation support #18

Merged
merged 3 commits into from
May 6, 2013
Merged

Add VMware Fusion/Workstation support #18

merged 3 commits into from
May 6, 2013

Conversation

ajwdev
Copy link

@ajwdev ajwdev commented Apr 29, 2013

No description provided.

Andrew Williams added 3 commits April 29, 2013 11:52
Add support for VMware in the VagrantfileCreator class by breaking out
the customization logic into separate methods for Virtualbox/VMware.
@drnic
Copy link

drnic commented May 3, 2013

Very excited to see this PR exists; will try to test it out over the weekend.

@drnic
Copy link

drnic commented May 3, 2013

POW!

✗ kitchen verify
-----> Starting Kitchen
-----> Creating <default-canonical-ubuntu-1204>
       [kitchen::driver::vagrant command] BEGIN (vagrant up --no-provision --provider=vmware_fusion)
       Bringing machine 'default' up with 'vmware_fusion' provider...

@drnic
Copy link

drnic commented May 4, 2013

For anyone else wanting to test it, I add the following to my .kitchen.yml

 platforms:
 - name: canonical-ubuntu-12.04
   driver_config:
+    provider: vmware_fusion
     box: precise64
     box_url: http://cloud-images.ubuntu.com/vagrant/precise/current/precise-server-cloudimg-amd64-vagrant-disk1.box
     require_chef_omnibus: true

And specify the test-kitchen gem in my Gemfile:

gem 'kitchen-vagrant', github: 'intoximeters/kitchen-vagrant', branch: 'add-vmware-support'

@fnichol fnichol merged commit 7527c45 into test-kitchen:master May 6, 2013
@fnichol
Copy link
Contributor

fnichol commented May 6, 2013

Nice and sweet and bonus points for adding to the README. Thank you!!

@ajwdev
Copy link
Author

ajwdev commented May 6, 2013

Woot! Thanks guys

@ajwdev ajwdev deleted the add-vmware-support branch May 7, 2013 03:36
@ajwdev ajwdev restored the add-vmware-support branch May 7, 2013 03:36
@ajwdev ajwdev deleted the add-vmware-support branch May 14, 2013 22:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants