@@ -26,7 +26,9 @@ To create and gain acces to virtual machine you need to:
...
@@ -26,7 +26,9 @@ To create and gain acces to virtual machine you need to:
To create a first instance accessible from the network you typically need to go through a few one-time steps that are not required later on. The first step is to create/import SSH keys.
To create a first instance accessible from the network you typically need to go through a few one-time steps that are not required later on. The first step is to create/import SSH keys.
1. To create a new SSH key, go to **Project > Compute > Key Pairs **and clock the button "Create Key Pair"
1. To create a new SSH key, go to **Project > Compute > Key Pairs **and clock the button "Create Key Pair"

{% reveal %}

{% endreveal %}
2. Name your new key and hit "Create Key Pair" again. Try to avoid special characters if possible. 
2. Name your new key and hit "Create Key Pair" again. Try to avoid special characters if possible. 
...
@@ -44,14 +46,14 @@ All network traffic is blocked in OpenStack by default. You need to explicitly g
...
@@ -44,14 +46,14 @@ All network traffic is blocked in OpenStack by default. You need to explicitly g


3. Add another rule. This time choose "SSH" and leave the remaining fields unchanged.
3. Add another rule. This time choose "SSH" and leave the remaining fields unchanged.
1. To spin up a new virtual machine, navigate to **Project > Compute > Instances** and hit the button "**Launch Instance**"
1. To spin up a new virtual machine, navigate to **Project > Compute > Instances** and hit the button "**Launch Instance**"
2. Choose a name for your virtual machine.
2. Choose a name for your virtual machine.
3. From the drop-down menu, choose **"Image" ** as a source and select an operating system that you desire to run on your instance.
3. From the drop-down menu, choose **"Image" ** as a source and select an operating system that you desire to run on your instance.
4. Choose a suitable configuration of RAM/CPUS/Disk space, also known as a Flavor.
4. Choose a suitable configuration of RAM/CPUS/Disk space, also known as a Flavor.
5. Add a virtual network for your instance.
5. Add a virtual network for your instance.
6. You can leave the rest of the fields unchanged.
6. You can leave the rest of the fields unchanged.
...
@@ -61,14 +63,13 @@ To access your machine from the internet, you need to allocate a new public IP a
...
@@ -61,14 +63,13 @@ To access your machine from the internet, you need to allocate a new public IP a
1. In the left menu, navigate to **Project**>**Network > Floating IPs** and hit the button "**Allocate IP To Project**".
1. In the left menu, navigate to **Project**>**Network > Floating IPs** and hit the button "**Allocate IP To Project**".
2. Select "public-float-21" and hit the button "**Allocate IP**".
2. Select "public-float-21" and hit the button "**Allocate IP**".
3. The last step is to assign the IP to your selected instance. Find the instance you want and hit the "Associate Floating IP" in the last section of the row titled "**Actions**".
3. The last step is to assign the IP to your selected instance. Find the instance you want and hit the "Associate Floating IP" in the last section of the row titled "**Actions**".
4. Finally simply select the allocated IP and you're done.
4. Finally simply select the allocated IP and you're done.
## 6. Login to a virtual machine
## 6. Login to a virtual machine
> **TODO** add steps how to lohin to VM
> **TODO** add steps how to lohin to VM
[^1]:University unique identification number
[^1]:University unique identification number
[^2]:Please note that you still need to have your SSH key present on your local machine.
[^2]:Please note that you still need to have your SSH key present on your local machine.