Skip to content

Home Lab

Notes from my learning sessions

Menu
Menu

Category: Howto

Openstack – Train : Create networks, router, flavor and launch an instance

Posted on October 22, 2020August 20, 2022 by sandeep

<<< Cinder As admin user 1. Create Flavors as required . admin-openrcopenstack flavor create m1.nano –ram 512 –vcpus 1 –disk 10openstack flavor create m1.micro –ram 1024 –vcpus 1 –disk 10openstack flavor create m1.mini –ram 1024 –vcpus 2 –disk 10openstack flavor create m1.small –ram 2048 –vcpus 2 –disk 20openstack flavor create m1.medium –ram 4096 –vcpus 2…

Read more

Removing compute node/host from an Openstack deployment

Posted on October 13, 2020September 27, 2021 by sandeep

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…

Read more

Openstack – Train : Cinder – Block storage service

Posted on October 11, 2020July 3, 2022 by sandeep

<<< 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…

Read more

Openstack – Train : Horizon – Dashboard

Posted on October 11, 2020January 30, 2023 by sandeep

<<< Neutron                                                                                                          …

Read more

Openstack – Train : Neutron – Networking service

Posted on October 10, 2020January 29, 2023 by sandeep

<<< Nova                                                                                                          …

Read more

Openstack – Train : Nova – Compute services

Posted on October 9, 2020January 29, 2023 by sandeep

<<<   Placement                                                                                                             …

Read more

Openstack – Train : Placement services

Posted on October 9, 2020January 29, 2023 by sandeep

<<<   Glance                                                                                                             …

Read more

Openstack – Train : Glance – Image Service

Posted on October 9, 2020January 29, 2023 by sandeep

<<<   Keystone                                                                                                             …

Read more

Openstack – Train : Keystone – Identity service

Posted on October 9, 2020January 29, 2023 by sandeep

<<< Pre-Requisites                                                                                                           Glance >>>…

Read more

Openstack – Train : Pre-requisites

Posted on October 9, 2020January 29, 2023 by sandeep

<<< Install OS and customize                                                                                                        …

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