chef-boneyard / chef-provisioning

A library for creating machines and infrastructures idempotently in Chef.
Apache License 2.0
524 stars 164 forks source link

Using chef-metal-vsphere with new Provisioning model? #243

Open MattMencel opened 9 years ago

MattMencel commented 9 years ago

Hi,

I'm just getting ready to jump into the new Chef Provisioning ecosystem (aka Metal). I'd like to use the vSphere driver but it doesn't look like it's been converted to the new name/model. Is there a timeframe? Can I just use the old chef-metal-vsphere gem name for the time being or does other work need to be done?

Thanks, Matt

jkeiser commented 9 years ago

You should be able to use it as-is, even with the new chef-provisioning. It was built against chef-metal 0.11, and there haven't been big changes in the interfaces since then. Let us know if it works, and post if you have issues! /cc @bdupras, I can help you with rename stuff if you are still into this driver :)

bdupras commented 9 years ago

Ah yes, just been distracted on other projects. I'll have a look tomorrow at modernizing the driver to the new naming conventions. Shouldn't be difficult.

@MattMencel feel free to log an issue on the vmtricks/chef-metal-vsphere repo.