
Micro Stack
Multi-node OpenStack for workstations and edge / IoT
Install and run OpenStack on Linux in minutes. Made for developers and great for edge, IoT, and appliances.
Installation Of Micro Stack :
Step 1 : Install MicroStack from the beta channel:
sudo snap install microstack --classic --beta
microstack (beta) stein from Canonical✓ installed
Step 2 : Initialize MicroStack
sudo microstack.init --auto
Step 3: Interact with OpenStack
via web GUI
http://10.20.20.1/
username: admin
password: keystone
via CLI
microstack.openstack catalog list
microstack.launch cirros --name test
Access your server with 'ssh -i $HOME/.ssh/id_microstack <username>@10.20.20.3'
You can also visit the openstack dashboard at 'http://10.20.20.1/'
ssh -i $HOME/.ssh/id_microstack [email protected]
$ uptime 14:51:42 up 4 min, 1 users, load average: 0.00, 0.00, 0.00
Congratulations! You have made it!
sudo snap disable microstack
sudo snap enable microstack
Dev Stack
DevStack is a series of extensible scripts used to quickly bring up a complete OpenStack environment based on the latest versions of everything from git master. It is used interactively as a development environment and as the basis for much of the OpenStack project’s functional testing.