« Previous -
Version 2/15
(diff) -
Next » -
Current version
Ohad Levy, 01/14/2011 09:25 am
Virtual Machine Provisioning¶
Libvirt¶
As of version 0.1-7, Foreman provides an interface to build virtual guests using libvirtd, in order to use it, make sure you have:
Requirements¶
- The ruby libvirtd binding (the libvirt-ruby package on Ubuntu or ruby-libvirt package on RHEL)
- Foreman needs to be able to access libvirtd, this depends on how you communicate with libvirt, for exmaple, if you use qemu+ssh protocol, then the foreman user needs to be able to ssh to the hypervisor(the physical machine) and that user needs to be in the libvirt group.
- Configure the hypervisor under the settings tab
Now you should see hypervisor options when creating a new node.
Notes¶
- it has been mostly tested on KVM.
- You should already have a network bridge and a storage pool configured on your hypervisor
- on systems that don't support netcf (such as Ubuntu), it is not possible to show the list of allowed interfaces, and its a free text field (you need to provide the interface bridge name or internal NAT network name)
