Skip to content
Snippets Groups Projects
Unverified Commit 61eb4d34 authored by Jaromír Hradil's avatar Jaromír Hradil
Browse files

Quick Start section update, part 1

parent bc10674c
Branches
No related tags found
1 merge request!37Quick Start section update, part 1
......@@ -3,9 +3,9 @@
<div style="border-width:0;border-left:5px solid #b8d6f4;background-color:rgba(255,0,0,0.3);margin:20px 0;padding:10px 20px;font-size:15px;">
<strong>WARNING:</strong><br/><br/>
Please read the following rule:
User projects (generated for every user) are not meant to contain production machines.
If you use your personal project for long-term services, you have to to ask for a GROUP project (even if you do not work in a group or you do not need any extra quotas).
<a href="https://cloud.gitlab-pages.ics.muni.cz/documentation/register/#personal-project">User projects</a> (generated for every user) are not meant to contain production machines.
If you use your personal project for long-term services, you have to to ask for a <a href="https://cloud.gitlab-pages.ics.muni.cz/documentation/register/#group-project">GROUP</a> project (even if you do not work in a group or you do not need any extra quotas).
</div>
......
......@@ -5,8 +5,8 @@ For the networking in Cloud2 metacentrum we need to distinguish two different sc
<div style="border-width:0;border-left:5px solid #b8d6f4;background-color:rgba(255,0,0,0.3);margin:20px 0;padding:10px 20px;font-size:15px;">
<strong>WARNING:</strong><br/><br/>
Please read the following rules:
1. If you are using a PERSONAL project you have to use the `78-128-250-pers-proj-net` network. Use `public-cesnet-78-128-250-PERSONAL` for FIP allocation, FIPs from this pool will be periodically released.
2. If you are using a GROUP project you may choose from the `public-cesnet-78-128-251-GROUP` and `public-muni-147-251-124-GROUP`.
1. If you are using a <a href="https://cloud.gitlab-pages.ics.muni.cz/documentation/register/#personal-project">PERSONAL</a> project you have to use the `78-128-250-pers-proj-net` network. Use `public-cesnet-78-128-250-PERSONAL` for FIP allocation, FIPs from this pool will be periodically released.
2. If you are using a <a href="https://cloud.gitlab-pages.ics.muni.cz/documentation/register/#group-project">GROUP</a> project you may choose from the `public-cesnet-78-128-251-GROUP` and `public-muni-147-251-124-GROUP`.
3. Violation of the network usage may lead into resource removal and reducing of the quotas assigned.
</div>
......
......@@ -18,11 +18,16 @@ The dashboard is available at [https://dashboard.cloud.muni.cz](https://dashboar
<div style="border-width:0;border-left:5px solid #b8d6f4;background-color:rgba(228,240,251,0.3);margin:20px 0;padding:10px 20px;font-size:15px;">
<strong>Notice:</strong><br/>
Users of the Czech national e-infrastructure (also MetaCentrum/CERIT-SC/MUNI users) should always select <strong>EINFRA CESNET</strong>.
International users may choose <strong>EGI Check-in</strong> or <strong>ELIXIR AAI</strong>, depending on
their membership in these projects.
</div>
<div style="border-width:0;border-left:5px solid #b8d6f4;background-color:rgba(228,240,251,0.3);margin:20px 0;padding:10px 20px;font-size:15px;">
<strong>Notice:</strong><br/>
International users may choose <strong>EGI Check-in</strong>, <strong>DEEP AAI</strong> or <strong>ELIXIR AAI</strong>, depending on their membership in these projects.
</div>
<div style="border-width:0;border-left:5px solid #b8d6f4;background-color:rgba(255,0,0,0.3);margin:20px 0;padding:10px 20px;font-size:15px;">
<strong>WARNING:</strong><br/><br/>
If you use multiple accounts, you should use the one that you need for your corresponing work.
</div>
2. Click on **Sign In**.
![](/quick-start/images/sign_in1.png)
......@@ -115,6 +120,10 @@ For details, refer to [the official documentation](https://docs.openstack.org/ho
![](/quick-start/images/instance_launch_flavor.png)
On following image you can also find details about concrete flavor in highlighted sections
![](/quick-start/images/flavor_detail.png)
5. Select Network
* For personal project select personal-project-network-subnet from network 78-128-250-pers-proj-net
![](/quick-start/images/instance_launch_network-user.png)
......@@ -141,10 +150,25 @@ For details, refer to [the official documentation](https://docs.openstack.org/ho
![](/quick-start/images/instance_associate_ip.png)
10. Login using your SSH key as selected in Key pair above
Connect to the instance using login, [id_rsa key registered in Openstack](#create-key-pair) and [Floating IP](#associate-floating-ip). On Windows you may use [PuTTY SSH client](/putty) to connect to the instance
Connect to the instance using **ssh image login**, [id_rsa key registered in Openstack](#create-key-pair) and [Floating IP](#associate-floating-ip). On Windows you may use [PuTTY SSH client](/putty) to connect to the instance
To get **ssh image login** of corresponding image go to **Project &gt; Compute &gt; Images**. There you will have list of all available images and then you have to click on name of one you want.
![](/quick-start/images/ssh_login1.png)
And then you must check section **Custom Properties** where you will see a property **default_user** which is **ssh image login**. In picture **ssh image login** for that image is "debian".
![](/quick-start/images/ssh_login2.png)
Then you can connect to your instance using following command:
```
ssh -A -X -i ~/.ssh/id_rsa <ssh_image_login>@<Floating IP>
```
So it can look like:
```
ssh debian@192.168.18.15
ssh -A -X -i ~/.ssh/id_rsa <login>@<Floating IP>
ssh -A -X -i ~/.ssh/id_rsa debian@192.168.18.15
```
```
-A Enables forwarding of the authentication agent connection.
......@@ -163,7 +187,7 @@ For details, refer to [the official documentation](https://docs.openstack.org/ho
## Setup Router gateway (Required for Group projects)
Completing [Create Virtual Machine Instance](/quick-start/#create-virtual-machine-instance) created instance connected
to software defined network represented by internal network, subnet and router. Router has by default gateway address
from External Network chosen by cloud administrators. You can change it to any External Network with GROUP suffix, that
from External Network chosen by cloud administrators. You can change it to any External Network with [GROUP](/register/#group-project) suffix, that
is visible to you (e.g. **public-muni-147-251-124-GROUP** or **public-cesnet-78-128-251-GROUP**). Usage of External Networks
with suffix PERSONAL (e.g. **public-cesnet-78-128-250-PERSONAL**) is discouraged. IP addresses from
PERSONAL segments will be automatically released from Group projects.
......@@ -173,7 +197,7 @@ For changing gateway IP address follow these steps:
If router exists with another settings, then use button Clear Gateway, confirm Clear Gateway.
If router isn't set then use button Create router and choose network.
2. From list of External Network choose **public-cesnet-78-128-251-GROUP**, **public-muni-147-251-124-GROUP** or any other GROUP network you see.
2. From list of External Network choose **public-cesnet-78-128-251-GROUP**, **public-muni-147-251-124-GROUP** or any other [GROUP](/register/#group-project) network you see.
![](/quick-start/images/network_routers-group.png)
......
quick-start/images/flavor_detail.png

94.8 KiB

quick-start/images/ssh_login1.png

52.6 KiB

quick-start/images/ssh_login2.png

62.2 KiB

......@@ -46,7 +46,7 @@ The following already established terms and conditions apply
<div style="border-width:0;border-left:5px solid #b8d6f4;background-rgba(248,250,251,0.3);margin:20px 0;padding:10px 20px;font-size:15px;">
<strong>NOTICE:</strong><br/><br/>
Preferable way of requesting new GROUP project is through this online application form: <a href="https://projects.cloud.muni.cz/">https://projects.cloud.muni.cz/</a>
Preferable way of requesting new <a href="https://cloud.gitlab-pages.ics.muni.cz/documentation/register/#group-project">GROUP</a> project is through this online application form: <a href="https://projects.cloud.muni.cz/">https://projects.cloud.muni.cz/</a>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment