Devstack

DevStack is an easy way to quickly bring up a complete OpenStack environment based on the latest versions of everything from git master.  Check installation steps here.

Install Devstack on Ubuntu 20.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 20.04 (focal) 1. Create stack user, change permission …

Install Devstack on Ubuntu 20.04 Read More »

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 »

Scroll to Top