Search code examples
chef-infravagrant-provision

Provisioning KVM VMs with chef


Ohai chefs. I'd like to provision VM's on KVM based hypervisor. However, chef provisioning does not have a driver for KVM. The closest one is Vargrant + libvirt. But I'm not sure how good of an idea is it for production. AFAIK Vagrant is used for the development and testing phases.

What are the options to provision KVM based Vm's with chef? Thanks in advance


Solution

  • You can use Packer with Chef as PROVISIONERS and QEMU as the BUILDERS