Skip to content
Snippets Groups Projects
Unverified Commit ff07e60d authored by Adam Merka's avatar Adam Merka
Browse files

test

parent c14a3aec
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,6 @@ To create and gain acces to virtual machine you need to:
1. One of the access options is the web interface that is available at [https://cloud.muni.cz](https://cloud.muni.cz). We recommend using the English version of the interface. The Czech translation of individual terms is not yet sufficiently experienced and their use may complicate communication with technical support. Use the following credentials to log in:
2. **Domain -** UCN
3. **User Name -** UČO[^1]@ucn.muni.cz
4. **Password -** your secondary password.
......@@ -26,27 +25,35 @@ 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.
1. To create a new SSH key, go to **Project > Compute > Key Pairs** and click the button "Create Key Pair"
{% reveal %}
{% reveal text="Click here to show a screenshot" %}
![](/0-quickstart/Create Key Pair.png)
{% endreveal %}
2. Name your new key and hit "Create Key Pair" again. Try to avoid special characters if possible. ![](/0-quickstart/CreateKeyPair2.png)
2. Name your new key and hit "Create Key Pair" again. Try to avoid special characters if possible.
{% reveal text="Click here to show a screenshot" %}
![](/0-quickstart/CreateKeyPair2.png)
{% endreveal %}
3. You can see your newly created key pair and its fingerprint. Your browser will automatically save your key pair in your designated download location. We recommend you save it in a safe location and back it up andin case you accidentally delete it.
{% reveal text="Click here to show a screenshot" %}
![](/0-quickstart/CreateKeyPair3.png)
{% endreveal %}
## 3. Set-up Security Groups
All network traffic is blocked in OpenStack by default. You need to explicitly grant access to individual services by utilising Security Groups. This is similar to setting up firewall rules on your router or server. If setup correctly, you can access your virtual machine via SSH connection from your terminal.[^2]
1. Go to **Project > Networks > Security Groups** You can see a default security group. You can either create a new one or edit the default by hitting "Manage Rules"
{% reveal text="Click here to show a screenshot" %}
![](/0-quickstart/SecurityGroups1.png)
{% endreveal %}
2. Next you need to add two new rules to be able to connect to your new instance. Hit the button "Add rule", give it a name and choose "ALL ICMP". Leave the rest of the fields unchanged.
{% reveal text="Click here to show a screenshot" %}
![](/0-quickstart/SecurityGroups3.png)
{% endreveal %}
3. Add another rule. This time choose "SSH" and leave the remaining fields unchanged.
{% reveal %}
{% reveal text="Click here to show a screenshot" %}
![](/0-quickstart/SecurityGroups2.png)
{% endreveal %}
......@@ -70,7 +77,7 @@ To access your machine from the internet, you need to allocate a new public IP a
## 6. Login to a virtual machine
> **TODO** add steps how to lohin to VM
> **TODO** add steps how to login to VM
[^1]: University unique identification number
......
GDPR
......@@ -8,7 +8,8 @@ OpenStack virtual machines are called instances, mostly because they are instanc
## Project
A project (a.k.a. an account) is a group of zero or more users. In Compute, a project owns virtual machines. In Object Storage, a project owns containers. Users can be associated with more than one project. Each project and user pairing can have a role associated with it.
## Role
Roles define which actions users can perform. You assign roles to user-project pairs.
# MetaCloud Documentation
MetaCloud Documentation
awdawd
......@@ -8,9 +8,7 @@
"insert-logo-link-style",
"get-book",
"page-treeview",
"hints-istex",
"pretty-term",
"custom-favicon"
"hints-istex"
],
"pluginsConfig": {
"insert-logo-link-style": {
......@@ -21,6 +19,12 @@
"get-book": {
"url": "URL_TO_BOOK.PDF",
"label": "Download to PDF"
},
},
"hints": {
"info": "fa fa-info-circle",
"success": "fa fa-check-circle",
"danger": "fa fa-exclamation-triangle",
"warning": "fa fa-exclamation-circle"
}
}
}
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