Pre-requisite Install Debian 11 or Ubuntu 20.04 server as required. Optional I had upgraded the kernel version by compiling the kernel as explained in this how-to. Installing KVM on Debian Simple and easy – First, install the required packages apt install -y qemu-kvm libvirt-clients libvirt-daemon-system bridge-utils virtinst libvirt-daemon virt-manager Additionally, I had installed libguestfs-tools, for…
Category: Installation Steps
Installing NFS Server
The objective is to configure the NFS server on one of the servers in the LAB. Creating the NFS client-server setup is a simple task that can be performed in a few steps – installation, export, mounting, and access. On the server install the required package apt install -y nfs-kernel-server Create a directory that gets…
Openstack – Train : Cinder – Block storage service
<<< Horizon Configure networks, router, flavour and launch instance >>> Create database for cinder services CREATE DATABASE cinder;GRANT ALL PRIVILEGES ON cinder.* TO ‘cinder’@’localhost’ IDENTIFIED BY ‘password’;GRANT ALL PRIVILEGES ON…
Openstack – Train : Horizon – Dashboard
<<< Neutron …
Openstack – Train : Neutron – Networking service
<<< Nova …
Openstack – Train : Nova – Compute services
<<< Placement …
Openstack – Train : Placement services
<<< Glance …
Openstack – Train : Glance – Image Service
<<< Keystone …
Openstack – Train : Keystone – Identity service
<<< Pre-Requisites Glance >>>…
Openstack – Train : Pre-requisites
<<< Install OS and customize …