Skip to content
Snippets Groups Projects

Draft: Fixed link references

Closed Jaromír Hradil requested to merge feature/refs_fix into master
1 file
+ 6
10
Compare changes
  • Side-by-side
  • Inline
+ 6
10
@@ -125,9 +125,10 @@ For details, refer to [the official documentation](https://docs.openstack.org/ho
![](/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)
* For group project select group-project-network-subnet from network group-project-network (check if [Router gateway](#setup-router-gateway-required-for-group-projects) is set)
* For group project select group-project-network-subnet from network group-project-network (check if [Router gateway](/network#associate-floating-ip") is set)
![](/quick-start/images/instance_launch_network-group.png)
6. Key pair
* **If public key was imported already**, add existing key to the instance and continue using button **Next**
@@ -146,11 +147,11 @@ For details, refer to [the official documentation](https://docs.openstack.org/ho
8. Use button Launch Instance to initialize new instance
9. Wait until instance initialization finishes and [Associate Floating IP](#associate-floating-ip). For group project always select the same network as used in [Router gateway](#setup-router-gateway-required-for-group-projects)
9. Wait until instance initialization finishes and [Associate Floating IP](/network/#associate-floating-ip). For group project always select the same network as used in [Router gateway](/network/#setup-router-gateway-required-for-group-projects)
![](/quick-start/images/instance_associate_ip.png)
10. Login using your SSH key as selected in Key pair above
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
Connect to the instance using **ssh image login**, [id_rsa key registered in Openstack](#create-key-pair) and [Floating IP](/network/#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 > Compute > 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)
@@ -184,18 +185,13 @@ ssh -A -X -i ~/.ssh/id_rsa debian@192.168.18.15
For details, refer to [the official documentation](https://docs.openstack.org/horizon/rocky/user/launch-instances.html).
<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 have <a href="https://cloud.gitlab-pages.ics.muni.cz/documentation/register/#group-project">GROUP</a> project, you need to configure
Router gateway for your network. <a href="https://cloud.gitlab-pages.ics.muni.cz/documentation/network/#setup-router-gateway">Here</a> you can find the manual.
</div>
## Setup Router gateway (Required for Group projects)
## Setup Router gateway (Required only for GROUP projects!!)
<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 have <a href="https://cloud.gitlab-pages.ics.muni.cz/documentation/register/#group-project">GROUP</a> project, you need to configure
Router gateway for your network. <a href="https://cloud.gitlab-pages.ics.muni.cz/documentation/network/#setup-router-gateway">Here</a> you can find the manual.
Router gateway for your network. <a href="https://cloud.gitlab-pages.ics.muni.cz/documentation/network/#setup-router-gateway-required-for-group-projects">Here</a> you can find the manual.
</div>
Loading