hashbangcode / vlad

Vlad - Vagrant LAMP Ansible Drupal
173 stars 53 forks source link

VMWare missing vlad_os support #254

Closed zxaos closed 9 years ago

zxaos commented 9 years ago

it looks like VMWare configurations fall back to hashicorp/precise64 regardless of the value of vlad_os. This is probably not expected behaviour?

If this is due to a lack of vagrant boxes that support both virtualbox and vmware, have the base boxes from opscode been considered? Although they're ostensible for chef/test-kitchen development they contain no chef-specific configuration as far as I know, and have both VirtualBox and VMWare support (no parallels unfortunately, so that might lead us right back to the same problem).

FWIW, I'll be testing a vlad setup on opscode_ubuntu-14.04 today and can report how it goes, but I don't expect anything unusual.

zxaos commented 9 years ago

Apart from one expected issue ( chef/bento #283 ) I had no problems getting this to provision and work properly.

zxaos commented 9 years ago

This adds the opscode vmware boxes for vmware fusion, but prefers a source from atlas where it exists. I'm running this now, but if you want to merge this it would probably make sense to wait for the above issue in bento to be resolved.

Edit: Or to detect an ubuntu OS and spit out a warning and a link to the issue, or to fix it in ansible somewhere...

dixhuit commented 9 years ago

@zxaos Thanks for this. Would you mind resubmitting this against the dev branch rather than master?

zxaos commented 9 years ago

@danbohea done :smiley: Edit: Oh, oops. Sorry, I rebased but didn't fix the PR. One sec.