Skip to content
Snippets Groups Projects
Commit 322238e6 authored by František Řezníček's avatar František Řezníček
Browse files

Update README.md

parent 31bd76ba
No related branches found
No related tags found
No related merge requests found
......@@ -4,6 +4,9 @@ Container for Metaseminar hands-on 2023-04-28
## Hands-on Horizon
Using the OpenStack personal project.
### 1. Generate SSH keypair
You may need to have testing SSH key pair
```sh
SSH_KEYPAIR_DIR="${HOME}/.ssh/generated-keypair"
......@@ -12,6 +15,34 @@ chmod 700 ${SSH_KEYPAIR_DIR}
ssh-keygen -t rsa -b 4096 -f "${SSH_KEYPAIR_DIR}/id_rsa.demo"
ls -la ${SSH_KEYPAIR_DIR}/id_rsa.demo*
```
### 2. [Horizon UI login](https://dashboard.cloud.muni.cz)
### 3. Register new SSH pubkey ([Compute -> Key Pairs](https://dashboard.cloud.muni.cz/project/key_pairs))
### 4. Create VM ([Compute -> Instances -> Launch instance](https://dashboard.cloud.muni.cz/project/instances/))
1. Details subpage: Specify Instance name.
1. Source subpage: Select boot source image or existing bootable volume.
1. Flavor subpage: Pick one of available (standard) flavors.
1. Networks subpage: Pick one of the pre-created personal project networks. 147-251-115-pers-proj-net
1. Network ports subpage: skip
1. Security groups subpage: Pick default.
1. Key Pair subpage: Pick created above keypair.
1. Configuration subpage allows to define cloud-init configuration. Skip and Launch instance.
### 5. VM inspection Compute -> Instances -> Pick instance
* Overview
* Name & ID
* Spec i.e. flavor
* Security Groups, verify existing ingress rules
* Volumes attached
* Interfaces
* selected network
* (Console) Log
* inspect cloud-init modifications
### 6. Associating FIP public IPv4 address
### 7. Associating public IPv6 address
## Hands-on command-line client in group project
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment