-
Notifications
You must be signed in to change notification settings - Fork 0
Open Stack Installation
T20A02 edited this page Oct 27, 2023
·
1 revision
In this guide we will go over the installation steps for OpenStack on bare metal, with xubuntu as a host OS
-
First make sure you have snap installed on the system, as we will be using snap to install the beta branch of Open stack, for single or small nodes called 'microstack".
-
Install microstack using
sudo snap install microstack --devmode --beta
A good install will output microstack (beta) ussuri from Canonical✓ installed
- Once installed initialize microstack for the first time, and preform setup with
sudo microstack init --auto --control
Note: This will take up to 30 minutes to start
- You should now be able to access the UI of the install at
http://10.20.20.1
Access the default password for microstack by running sudo microstack init --auto --control
- Now that we have web access we can start up a test VM using open stacks "CirrOS" that comes out of the box:
Run microstack launch cirros --name test
Then use SSH to access it using the SSH output from the run, and the cert generated.

Output of command
NOTE: Default cirros password is gocubsgo