diff --git a/content/_index.md b/content/_index.md index d0bec7b3e8fe7f2a5c194e63abaacbb9a35077fa..c00125b5246f393dd90db003e4cc3ab1b351dfb7 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 4eb510a510538bfe440efd5edff37e180708d954..271bb6b6ef485c808c22a03c3ddcf9730f391ba2 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 c1f6d3427cb32ed00ee01dbf6d26cfe3457b70ea..e67d73e370391def64c2331b0f05fe49aa5196d8 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 f2e333fab7b2aeca020f95b2c80a9ea8148a6822..6196be75b86e73e915e3eaa18ccc69d33afcf758 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>