From d6a318e8978c16e6f0b3df8c2e90ed893eb9bab6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0imon=20Berka?= <433498@mail.muni.cz> Date: Tue, 29 Jun 2021 07:12:55 +0000 Subject: [PATCH] Fix/menu --- content/_index.md | 8 ++++++++ content/cloud/project-expiration/index.md | 1 + content/cloud/register/index.md | 5 +++++ layouts/partials/menu.html | 1 + 4 files changed, 15 insertions(+) diff --git a/content/_index.md b/content/_index.md index d0bec7b..c00125b 100644 --- a/content/_index.md +++ b/content/_index.md @@ -13,6 +13,14 @@ disableToc: true If you use your personal project for long-term services, you have to ask for a [GROUP](/cloud/register/#group-project) project (even if you do not work in a group or you do not need any extra quotas). {{</hint>}} +{{<hint info>}} +**Quick navigation:** +- [I want to request a group project.](/documentation/cloud/register/#group-project) +- [I want to request quota increase or additional flavor for existing project.](/documentation/cloud/register/#increase-quotas-for-existing-group-project) +- [I have a group project already and need to get machines up and running.](/documentation/cloud/quick-start/) +- [I need technical support or security contact.](https://cloud.muni.cz/contacts/) +{{</hint>}} + This guide aims to provide a walk-through for setting up a rudimentary diff --git a/content/cloud/project-expiration/index.md b/content/cloud/project-expiration/index.md index 4eb510a..271bb6b 100644 --- a/content/cloud/project-expiration/index.md +++ b/content/cloud/project-expiration/index.md @@ -3,6 +3,7 @@ title: "Project Expiration Policy" date: 2021-06-18T11:22:35+02:00 draft: false disableToC: true +GeekdocHidden: true --- Every group project has its expiration date. The date is set when creating the project. Expired project are to be disabled and its data later removed. diff --git a/content/cloud/register/index.md b/content/cloud/register/index.md index c1f6d34..e67d73e 100644 --- a/content/cloud/register/index.md +++ b/content/cloud/register/index.md @@ -73,6 +73,11 @@ request a group project using [this form](https://projects.cloud.muni.cz/) and p * __estimated length of the project__, * __access control information__ _[(info)](#get-access-control-information)_. + +## Increase quotas for existing group project +To request quota increase or access to particular [flavor](/documentation/cloud/flavors), please use [this form](https://projects.cloud.muni.cz/). + + ## Get access control information __Access control__ is based on information provided by the selected identity federation and is presented in the form of a VO name and, optionally, a group name. Every user diff --git a/layouts/partials/menu.html b/layouts/partials/menu.html index f2e333f..6196be7 100644 --- a/layouts/partials/menu.html +++ b/layouts/partials/menu.html @@ -10,6 +10,7 @@ <li><span class="flex"><a class="gdoc-nav__entry " href="/documentation/cloud/news/">News</a></span></li> <li><span class="flex"><a class="gdoc-nav__entry " href="/documentation/cloud/about/">About Metacentrum cloud</a></span></li> <li><span class="flex"><a class="gdoc-nav__entry " href="/documentation/cloud/flavors">Flavors</a></span></li> + <li><span class="flex"><a class="gdoc-nav__entry " href="/documentation/cloud/project-expiration/">Project Expiration Policy</a></span></li> </ul> </li> </ul> -- GitLab