Slide 29
Slide 29 text
Ericsson Internal | 2012-01-30 | Page 29
NOVA INSTALLATION (1 of 3)
› Install libvirt and KVM packages.
› Edit libvirt’s QEMU configuration file, “/etc/libvirt/
qemu.conf”, as follows to enable libvirt to create tun/tap
devices in the host machine.
cgroup_device_acl = [
”/dev/null", "/dev/full", "/dev/zero",
"/dev/random", "/dev/urandom",
"/dev/ptmx", "/dev/kvm", "/dev/kqemu",
"/dev/rtc", "/dev/hpet", "/dev/net/tun"
]
apt-get install -y qemu-kvm libvirt-bin