[ Previous: Nova (5/9) ] [ 6/9 : Neutron ] [ Next: Home Lab (7/9) ] Create DB for neutron services. Execute the following in MySQL prompt create database neutron_ml2; grant all privileges on neutron_ml2.* to neutron@’localhost’ identified by ‘password’; grant all privileges on neutron_ml2.*…
Tag: networking
Ubuntu Server 20.04 on a KVM guest VM (Remove snapd, netplan, motd, and enable legacy networking)
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…