Skip to content

Home Lab

Notes from my learning sessions

Menu
Menu

Category: Installation Steps

Openstack Xena on Ubuntu 20.04 – Placement

Posted on December 18, 2021April 17, 2022 by sandeep

[  Previous: Glance (3/9)  ]               [ 4/9 : Placement  ]                [  Next: Nova (5/9)  ] Create DB for placement service. create database placement; grant all privileges on placement.* to placement@’localhost’ identified by ‘password’; grant all privileges on placement.* to placement@’%’ identified by…

Read more

Openstack Xena on Ubuntu 20.04 – Glance

Posted on December 18, 2021April 17, 2022 by sandeep

[  Previous: Keystone (2 / 9)  ]           [ 3 / 9 : Glance  ]            [  Next: Placement (4 / 9)  ] Create a project named “service”  openstack project create –domain default –description “Service Project” service Create DB for image services – execute the following in MySQL…

Read more

Openstack Xena on Ubuntu 20.04 – Keystone

Posted on December 17, 2021April 17, 2022 by sandeep

[ Previous: Pre-requisites (1/9) ]         [ 2 / 9 : Keystone ]           [ Next: Glance (3 / 9) ] Create the database for Keystone service create database keystone; grant all privileges on keystone.* to keystone@’localhost’ identified by ‘password’; grant all privileges on keystone.* to keystone@’%’ identified by ‘password’;…

Read more

Openstack Xena on Ubuntu 20.04 – Requisites

Posted on December 16, 2021April 17, 2022 by sandeep

[  1 /9  : Pre-requisites  ]                                                      [  Next: Keystone (2/9)  ] Install Ubuntu 20.04 as detailed here.  (We will remove snapd, netplan, motd and enable legacy networking) Two interfaces…

Read more

Manual backup VM image in KVM

Posted on December 13, 2021December 13, 2021 by sandeep

Start virt-manager on the KVM host and note the name of the guest VM. (In my case I want to take a backup of the OpenStack VM) The instance is running. It is recommended to shut down the instance before taking a backup. In the KVM host create a backup folder as required and copy…

Read more

OS installation: Debian 11 on a KVM guest VM.

Posted on December 13, 2021December 13, 2021 by sandeep

Download the ISO image to the /var/lib/libvirt/images folder of the KVM host. Start virt-manager and opt to create a new VM and select Local install media. Click on browse and select the downloaded ISO image If the OS is not automatically detected, uncheck automatic detection and type in Debian testing Assign memory and CPU resources….

Read more

OS installation: Debian 11 on the bare metal server.

Posted on December 13, 2021December 13, 2021 by sandeep

Download and burn the ISO image onto a USB stick and plug in the USB stick in the server. Power On the server (in my case, it is Dell R430) Press F11 to enter boot manager Select one-shot UEFI menu Select boot from the USB stick Start installation (I prefer to use non-graphical) Select Language…

Read more

Preparing custom Ubuntu 20.04 cloud image

Posted on December 12, 2021February 16, 2022 by sandeep

Install Ubuntu 20.04 as detailed here. (Guest VM on KVM infra) Hard disk size:  Based on trial and error identified that it would be better to have the base disk size as 3.5G Set default password for ‘root; account. sudo passwd Disable consistent device naming – Network interface names are same always (legacy – eth0,…

Read more

Ubuntu Server 20.04 on a KVM guest VM (Remove snapd, netplan, motd, and enable legacy networking)

Posted on December 12, 2021December 13, 2021 by sandeep

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…

Read more

OS Installation: Ubuntu 20.04 on a server (Remove snapd, netplan, motd, and enable legacy networking)

Posted on December 12, 2021April 24, 2022 by sandeep

Download the ISO image and burn the same onto a USB stick. Insert the USB stick in the server and power on (My server is Dell R430) Press F11 and enter Boot Manager Select Oneshot UEFI Boot option Select boot from the USB stick Select Install Server Select English Language (or whatever your choice is)…

Read more
  • Previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • Next

Recent Posts

  • Ceph + KVM: 4. Orchestrating Ceph RBD backed VMs on KVM Hosts
  • Rabbit MQ Cluster + HAProxy + Keepalived
  • Install and configure MariaDB / Galera cluster
  • Ceph + KVM : 3. Installing KVM, cutsomized monitoring scripts
  • Ceph + KVM : 5. Service checks and CLI commands
  • Ceph + KVM : 2. Installation – Ceph Storage
  • Ceph + KVM : 1. Planning and preparing for Ceph Storage
  • Openstack Xena on Ubuntu 20.04 – Cinder
  • Preparing custom Debian 11 MATE image
  • Setup Ubuntu 20.04 repository mirror server

Archives

  • April 2025
  • March 2025
  • October 2024
  • September 2024
  • April 2022
  • March 2022
  • February 2022
  • December 2021
  • October 2021
  • September 2021
  • October 2020
  • February 2020
  • January 2020
  • December 2019
© 2025 Home Lab | Powered by Minimalist Blog WordPress Theme