2021

Create VM on devstack

Once devstack is installed, we need to follow some steps before creating our first virtual machine. Please check below steps:- 1. From CLI, export the credentials for demo user cd devstack source openrc demo demo 2. Create Security group rules openstack security group rule create –proto tcp –dst-port 22 defaultopenstack security group rule create –proto …

Create VM on devstack Read More »

Install Devstack on Ubuntu 22.04

DevStack is an easy way to quickly bring up a complete OpenStack environment based on the latest versions of everything from git master. Devstack installation is suitable on baremetal as well as inside virtual machine. The source is available at https://opendev.org/openstack/devstack. Quick steps to install Devstack on Ubuntu 22.04 (Jammy) 1. Create stack user, change permission …

Install Devstack on Ubuntu 22.04 Read More »

Openstack Architecture

Openstack is open-source cloud provider solution which is deployed as IaaS(Infrastructure as a Service). It controls large pools of compute, storage and networking resources. At higher level, with Openstack , user can create/delete virtual machines, attach/detach storage and network ports to virtual-machines. Apart from those basic functionalities some advanced features like identity management, dashboard, cluster …

Openstack Architecture Read More »

Scroll to Top