Skip to content
Snippets Groups Projects
Commit f04635ed authored by Andrei Kirushchanka's avatar Andrei Kirushchanka
Browse files

Merge branch 'fix-broken-links-2' into 'master'

Fix broken links

See merge request !63
parents 7d2d7b86 6691bd91
No related branches found
No related tags found
1 merge request!63Fix broken links
......@@ -12,12 +12,12 @@ pages:
- apk add py3-yaml
script:
- git clone https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.ics.muni.cz/cloud/hiera.git
- sed -i '9,$d' content/cloud/flavours/index.md
- echo "{{< csv-table header=\"true\">}}" >> content/cloud/flavours/index.md
- sed -i '9,$d' content/cloud/flavors/index.md
- echo "{{< csv-table header=\"true\">}}" >> content/cloud/flavors/index.md
- python3 ci/flavor_info_miner.py --hiera-file ./hiera/group/ostack/flavors.yaml
- cat flavors.csv >> content/cloud/flavours/index.md
- echo "{{</csv-table>}}" >> content/cloud/flavours/index.md
- cat content/cloud/flavours/index.md
- cat flavors.csv >> content/cloud/flavors/index.md
- echo "{{</csv-table>}}" >> content/cloud/flavors/index.md
- cat content/cloud/flavors/index.md
- hugo --config config.toml -D --destination=./public
artifacts:
......
baseURL = "https://cloud.gitlab-pages.ics.muni.cz/documentation/"
languageCode = "en-us"
title = "cloud.muni.cz documentation"
title = "Metacentrum Cloud Documentation"
theme = "hugo-geekdoc"
pygmentsUseClasses = true
......
......@@ -2,6 +2,7 @@
title: "About metacentrum.cz cloud"
date: 2021-05-18T11:22:35+02:00
draft: false
weight: -100
---
## Hardware
......
......@@ -65,7 +65,7 @@ In OpenStack there are 4 possible visibilities of particular image: **public, p
### 3. Shared image
**Shared image** is an image visible to only to owner and possibly certain groups that owner specified. How to share an image between project, please read following [tutorial](/gui/#image-sharing-between-projects) below.
**Shared image** is an image visible to only to owner and possibly certain groups that owner specified. How to share an image between project, please read following [tutorial](#image-sharing-between-projects) below.
### 4. Community image
**Community image** is an image that is accesible to everyone, however it is not visible in dashboard. These images can be listed in CLI via command:
......
......@@ -2,6 +2,7 @@
title: "Best practices"
date: 2021-05-18T11:22:35+02:00
draft: false
weight: -90
---
Following article summarizes effective approaches how to use our cloud.
......
......@@ -2,6 +2,7 @@
title: "Contribute"
date: 2021-05-18T11:22:35+02:00
draft: false
weight: 110
---
We use open-source [Hugo](https://gohugo.io/) project to generate the documentation.
......
......@@ -2,6 +2,7 @@
title: "Frequently Asked Questions"
date: 2021-05-18T11:22:35+02:00
draft: false
weight: 90
---
......
---
title: "Flavours"
title: "Flavors"
date: 2021-05-18T11:22:35+02:00
draft: false
---
......
......@@ -15,8 +15,8 @@ For the networking in Cloud2 metacentrum we need to distinguish following scenar
**WARNING:**
Please read the following rules:
1. If you are using a [PERSONAL](cloud/register/#personal-project) project you have to use the `78-128-250-pers-proj-net` network to make your instance accesible from external network (e.g. Internet). 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](cloud/register/#group-project) project you may choose from the `public-cesnet-78-128-251-GROUP`, `public-muni-147-251-124-GROUP` or any other [GROUP](cloud/register/#group-project) network for FIP allocation to make your instance accesible from external network (e.g. Internet).
1. If you are using a [PERSONAL](/documentation/cloud/register/#personal-project) project you have to use the `78-128-250-pers-proj-net` network to make your instance accesible from external network (e.g. Internet). 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](/documentation/cloud/register/#group-project) project you may choose from the `public-cesnet-78-128-251-GROUP`, `public-muni-147-251-124-GROUP` or any other [GROUP](/documentation/cloud/register/#group-project) network for FIP allocation to make your instance accesible from external network (e.g. Internet).
3. Violation of the network usage may lead into resource removal and reducing of the quotas assigned.
{{< /hint >}}
......@@ -35,7 +35,7 @@ In group project situation is rather different. You cannot use the same approach
**NOTICE**
If you use MUNI account, you can use private-muni-10-16-116 and log into the network via MUNI VPN or you can set up Proxy networking, which is described
[here](cloud/network/#proxy-networking)
[here](/documentation/cloud/network/#proxy-networking)
{{< /hint >}}
#### Virtual Networks
......@@ -68,19 +68,19 @@ Inside the interactive dialog:
{{< hint danger >}}
**NOTICE**
If you want to use CLI to create network, please go [here](cloud/cli/#create-network)
If you want to use CLI to create network, please go [here](/documentation/cloud/cli/#create-network)
{{< /hint >}}
#### Proxy networking
In your OpenStack instances you can you private or public networks. If you use private network and you need to access to the internet for updates etc.,
you can visit following [link](cloud/faq/#issues-with-proxy-in-private-networks), where it is explained, how to set up Proxy connection.
you can visit following [link](/documentation/cloud/faq/#issues-with-proxy-in-private-networks), where it is explained, how to set up Proxy connection.
#### Setup Router gateway (Required for Group projects)
Completing [Create Virtual Machine Instance](cloud/quick-start/#create-virtual-machine-instance) created instance connected
Completing [Create Virtual Machine Instance](/documentation/cloud/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](/cloud/register/#group-project) suffix, that
from External Network chosen by cloud administrators. You can change it to any External Network with [GROUP](/documentation/cloud/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.
......@@ -90,7 +90,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](cloud/register/#group-project) 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](/documentation/cloud/register/#group-project) network you see.
![](images/network_routers-group.png)
......@@ -114,7 +114,7 @@ Now you need to attach your internal network to the router.
{{< hint info >}}
**NOTICE**
If you want to use CLI to manage routers, please go [here](cloud/cli/#router-management)
If you want to use CLI to manage routers, please go [here](/documentation/cloud/cli/#router-management)
{{< /hint >}}
......@@ -131,7 +131,7 @@ Routers can also be used to route traffic between internal networks. This is an
{{< hint danger >}}
**WARNING**
There is a limited number of Floating IP adresses. So please before you ask for more Floating IP address, visit and read [FAQ](cloud/faq/#how-many-floating-ips-does-my-group-project-need)
There is a limited number of Floating IP adresses. So please before you ask for more Floating IP address, visit and read [FAQ](/documentation/cloud/faq/#how-many-floating-ips-does-my-group-project-need)
{{< /hint >}}
......@@ -172,7 +172,7 @@ and the IP in question will remain allocated to you and consume your Floating IP
{{< hint info >}}
**NOTICE**
If you want to use CLI to manage FIP, please go [here](cloud/cli/#floating-ip-address-management).
If you want to use CLI to manage FIP, please go [here](/documentation/cloud/cli/#floating-ip-address-management).
{{< /hint >}}
......
......@@ -2,6 +2,7 @@
title: "Quick Start"
date: 2021-05-18T11:22:35+02:00
draft: false
weight: -60
---
......
......@@ -2,6 +2,7 @@
title: "How to Get Access"
date: 2021-05-18T11:22:35+02:00
draft: false
weight: -80
---
......
......@@ -2,6 +2,7 @@
title: "Cloud Tools"
date: 2021-05-18T11:22:35+02:00
draft: false
weight: 100
---
On this address [https://gitlab.ics.muni.cz/cloud/cloud-tools](https://gitlab.ics.muni.cz/cloud/cloud-tools) you can find a docker container with all modules required for cloud management, if you are interested in managing your cloud platform via CLI. If so, you can check our guide how to use CLI cloud interface [here](/documentation/cloud/cli/).
\ No newline at end of file
<nav>
{{ partial "search" . }}
<section class="gdoc-nav--more">
<h2>Navigation</h2>
<ul class="gdoc-nav__list">
<li><span class="flex"><strong>Information</strong></span>
<ul><span class="flex"><a class="gdoc-nav__entry " href="https://cloud.gitlab-pages.ics.muni.cz/documentation/cloud/news/">News</a></span></ul>
</li>
</ul>
</section>
<section class="gdoc-nav--main">
{{ if .Site.Params.GeekdocMenuBundle }}
{{ partial "menu-bundle" (dict "current" . "source" .Site.Data.menu.main.main) }}
{{ else }}
{{ partial "menu-filetree" . }}
{{ end }}
</section>
</nav>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment