I want to install a basic architecture of OpenSatck using VirtualBox (3 VM nodes: controller, network and compute). I wanted to install libvirt within the compute VM but the KVM virtualization is not supported inside the VM as this command does not return any result
$ egrep '^flags.*(vmx|svm)' /proc/cpuinfo
I ignore this and install libvirt but when I check if it's OK using this command:
$ lsmod | grep kvm
unfortunately nothing appears.
I don't know how can I proceed and then install the compute node on a virtual machine.
Thank you.