DevStack Lab
:red_circle: TODO A well thoughout over-view paragraph about what this lab is about should go here.
Lab Objectives:
- Install a DevStack controller
- Become familiar with the OpenStack Horizon Interface
- Launch an instance from the Horizon Interface
- Install a DevStack compute node
- Become familiar with adding a Floating IP Address
- Become familiar with adding Security Groups
- Become familiar with the openstack command line utilities
Lab 0 - Document Lab IP addresses
Your instructor will provide two public IP addresses for this lab.
| **Controller** | **Compute** |
——– | ————- | ———– | Public | W.X.Y.Z | W.X.Y.Z | Internal | A.B.C.D | A.B.C.D |
- Edit this README.md file and add the ip addresses to your forked repository.
- You can make these changes in the github webpage or from your checkedout version.
- Make sure your changes are committed and pushed to github.com and then refresh the page.
-
Record your instance’s internal IP address in the table
ssh ubuntu@<CONTROLLER IP> -i student.pemip addr show dev eth0
-
Set the hostname on each to help with command line differentiation
sudo hostname <controller or compute>bashto show the result