master
..
rw-r--r--
6.0 KB
rw-r--r--
1.2 KB

Lab 2 - DevStack Horizon Interface

Lab Objectives:

  1. Become familiar with the OpenStack Horizon Interface
  2. Launch an instance from the Horizon Interface

Add a User:

:red_circle: TODO, currently broken in DevStack, launching instance should change to be user logged in

Add a Project:

:red_circle: TODO, currently broken in DevStack

Launch an Instance:

  1. Open the Horizon interface (navigate your browser to the public IP address of the controller)
  2. Project > Compute > Instances > Launch Instance
![Launch Instance](img/horizon-launch.png)
  1. Set details and Launch
![Set details](img/horizon-details.png)
![Launch](img/horizon-spawn.png)
  1. Open console, login and interact with the newly launched instance
![Instance details](img/horizon-active.png)
![Console tab](img/horizon-console.png)
![Console VNC](img/horizon-console2.png)
  1. Use ssh to access and interact with the newly launched instance
* Ensure you are currently ssh'ed into the controller instance
* If not follow steps from previous lab
* `ssh cirros@10.0.0.2` (password `cubswin:)`)

Next Lab