Download and copy the Ubuntu server ISO image to /var/lib/libvirt/images/ folder. Start virt-manager Create a new VM (File -> New Virtual Machine) and choose local install media Click on browse, select the downloaded image Allocate/assign CPU and memory resources Allocate/assign storage as much as required. Provide a name and select a network interface. In my…
Tag: remove
Removing compute node/host from an Openstack deployment
Wanted to remove a compute node from the openstack setup. Stop the services in the compute node service nova-compute stop service neutron-linuxbridge-agent stop # Not sure about the need for stopping the following but did it as I had planned to re-install service lvm2-lvmetad stop service libvirtd stop service lxcfs stop service tgt stop On…