oscar-stack / vagrant-config_builder

Configure Vagrant with structured data
Other
23 stars 19 forks source link

Add support for vsphere plugin. #25

Closed nanliu closed 10 years ago

nanliu commented 10 years ago

Last PR (for now), I know this is not a official vagrant plugin, but it's something that I would like to integrate with this plugin. Let me know your thoughts.

Sharpie commented 10 years ago

Is this for configuring nsidc/vagrant-vsphere?

nanliu commented 10 years ago

yes this is for nsidc vagrant vsphere plugin. I have a locally updated branch per Adrian's suggestion, but I haven't had time to test it yet. I'll update this PR when I have some time to verify.

nanliu commented 10 years ago

Ok, I've updated the PR. The vsphere plugin have a fairly long list of attributes, and they appear to be extending the list with new features. I was going to introspect it from the vsphere plugin, but not sure that was a good idea.

Sharpie commented 10 years ago

Looks good, thanks for the patch!