Import VM in RHEV from Chef
Hi ,
I'm checking the Chef tool for VMs deployment . It's possible to import a VM from Chef into the KVM host .
Is it possible to perform the same task but for the RHEV ?
/Vlad .
Responses
Not sure how exactly you keep VMs in Chef, but you have two options with RHEV - virt-v2v and virt-p2v. Or you can deploy VMs with Chef, treating virtual machines as if they are physical
There is no such guide. We have several tools available, like virt-v2v and virt-p2v but they are designed to import VMs from vmware, libvirt and Xen hosts, not from images. An image has no VM definitions around it, it's just a disk image that can be attached to any VM.
You could take the longer road and deploy your VMs on a RHEL host with KVM+libvirt, then use virt-v2v to import those VMs into a RHEV export domain, and from there import the VMs into RHEV. Or, if you're really into Chef you can write a module there that would interact with RHEV's API in order to deploy VMs.
Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.
