diff --git a/docs/managed-nmaas/introduction.md b/docs/managed-nmaas/introduction.md index a2afe54dcceddcbd8232489ad396f2d967c7f01b..733eff12346fa45b9feca3cc8110f3ff521af2c2 100644 --- a/docs/managed-nmaas/introduction.md +++ b/docs/managed-nmaas/introduction.md @@ -1,3 +1,14 @@ -# Introduction to Managed NMaaS +# Introduction to Managed nmaas Instances -Work in progress. Content will be provided soon! +The GEANT project offers two managed instances of nmaas, dedicated to specific use-cases: + +- The nmaas Virtual NOC managed instance hosted at [https://nmaas.eu](https://nmaas.eu) +- The nmaas Virtual Lab managed instance hosted at [https://vlab.dev.nmaas.eu](https://vlab.dev.nmaas.eu) + +## The Virtual NOC Managed Instance + +The [nmaas Virtual NOC managed instance](https://nmaas.eu) is aimed at NRENs or NREN end-institutions and provides an effortless way of getting started with basic network monitoring and management. Potential users can request on-boarding into the nmaas Virtual NOC managed instance by filling out the `New domain request` form available on [https://nmaas.eu/about](https://nmaas.eu/about). + +## The Virtual Lab Managed Instance + +The [nmaas Virtual Lab managed instance](https://vlab.dev.nmaas.eu) acts as a demo environment for testing the newly developed features enabling the Virtual Lab use-case. It can support small scale exercises with around 20 students. In cases of bigger courses, institutions are encouraged to deploy an nmaas instance locally, on their own infrastructure. Interested users in either evaluating nmaas Virtual Lab on the managed instance or deploying it on their own infrastructure can get in touch with the nmaas team using one of the [contact methods](../contact.md). \ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml index 2f48b2b973f1681585798a0b8969525c2c591ab8..4af9f9a2a8308cf3b2c2c10fe3db78934115afc8 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -7,9 +7,9 @@ nav: - Application Manager Guide: 'guides/application-manager-guide.md' - Domain Admin Guide: 'guides/domain-admin-guide.md' - User Guide: 'guides/user-guide.md' - - Managed NMaaS: + - Managed nmaas: - Introduction: 'managed-nmaas/introduction.md' - - NMaaS Playground Instance: 'managed-nmaas/nmaas-playground-instance.md' + - nmaas Playground Instance: 'managed-nmaas/nmaas-playground-instance.md' - Self-Hosted NMaaS: - Introduction: 'self-hosted-nmaas/introduction.md' - Installation Guide: 'self-hosted-nmaas/install-guide.md'