Change root password on kvm qcow2 image

How to change root password on kvm qcow2 image guestfish is an interactive shell that you can use from the command line or from shell scripts to access guest virtual machine file systems. All of the functionality of the libguestfs API is available from the shell. We will use the guestfish tool to modify the […]
Continue reading…

 

Add Compute Node on Existing OpenStack using Packstack

While single-node configurations are acceptable for small environments, testing or POCs most production environments will require a multi-node configuration for various reasons. As we know multi-node configurations group similar OpenStack services and provide scalability as well as the possibility for high availability. One of the great things about OpenStack is the architecture. Every service is […]
Continue reading…

 

Enable Nested virtualization openstack cloud

Nested virtualization is guest operating system is itself a hypervisor that virtualizes not just processors and memory but also storage, networking hardware assists, and other resources. The VM hypervisor represents the first implementation of practical nested virtualization with hardware assists for performance. There are a number of hypervisors support nested virtualization though not as efficiently […]
Continue reading…