Skip to content
Snippets Groups Projects
Commit fa0827f6 authored by Vojdan Kjorveziroski's avatar Vojdan Kjorveziroski
Browse files

Replace all NMaaS occurrences with nmaas

parent eb59c517
No related branches found
No related tags found
1 merge request!7Resolve "TNC improvements"
**NMaaS Platform** is actively developed and maintained as part of the [GÉANT GN5-1](https://geant.org/gn5-1/) project co-funded by the European Union.
**nmaas Platform** is actively developed and maintained as part of the [GÉANT GN5-1](https://geant.org/gn5-1/) project co-funded by the European Union.
NMaaS components are open-source licensed under the Apache 2.0 Licence.
nmaas components are open-source licensed under the Apache 2.0 Licence.
## Useful links
......
......@@ -11,7 +11,7 @@ A dedicated wizard composed of several forms was developed to ease this manageme
In order to access the applications management area user should open the `Settings` drop down menu available on the top navigation bar and click the Applications button.
The main view lists all the applications available in this particular NMaaS installation or a filtered list of applications to which a given user has management access. For each application its `Name` and `Owner` user is provided. When an application entry is clicked subsequent information about available versions of particular application and their status is displayed.
The main view lists all the applications available in this particular nmaas installation or a filtered list of applications to which a given user has management access. For each application its `Name` and `Owner` user is provided. When an application entry is clicked subsequent information about available versions of particular application and their status is displayed.
The application version statuses are the following:
......@@ -40,7 +40,7 @@ From this view an `Application manager` can perform the following actions:
!!! info
The applications from the NMaaS portfolio are being deployed on Kubernetes. To this end each application has to be containerized and described in the form of a Helm chart.
The applications from the nmaas portfolio are being deployed on Kubernetes. To this end each application has to be containerized and described in the form of a Helm chart.
!!! info
The application administration option is available only for users with System administrator or Application manager roles assigned.
......
......@@ -28,6 +28,6 @@
Made with
<span class="twemoji heart">
{% include ".icons/octicons/heart-fill-24.svg" %}
</span> by NMaaS contributors and <a href="https://squidfunk.github.io/mkdocs-material/">Material for MkDocs</a>
</span> by nmaas contributors and <a href="https://squidfunk.github.io/mkdocs-material/">Material for MkDocs</a>
{% endif %}
</div>
\ No newline at end of file
......@@ -210,14 +210,14 @@ The following manual steps must be performed before deploying nmaas:
kubectl create secret generic -n $NMAAS_NAMESPACE nmaas-sp-secret --from-literal=secret=<SSO_SHARED_KEY>
```
- Create the NMaaS Janitor secret containing the GitLab API key, generated previously:
- Create the nmaas Janitor secret containing the GitLab API key, generated previously:
```bash
export NMAAS_NAMESPACE="nmaas-system"
kubectl create secret generic -n $NMAAS_NAMESPACE nmaas-gitlab-janitor-token --from-literal=secret=<GITLAB_API_TOKEN>
```
Once the required secrets have been created, NMaaS can be deployed using the following command (make sure to deploy in the same namespace as GitLab):
Once the required secrets have been created, nmaas can be deployed using the following command (make sure to deploy in the same namespace as GitLab):
```bash
export NMAAS_NAMESPACE="nmaas-system"
......@@ -225,7 +225,7 @@ helm repo add nmaas https://artifactory.software.geant.org/artifactory/nmaas-hel
helm install -f values.yaml --namespace $NMAAS_NAMESPACE --version 1.0.0 nmaas nmaas/nmaas
```
It is recommended to use `nmaas-system` as the namespace where NMaaS and all associated components (PostgreSQL, GitLab) will be deployed.
It is recommended to use `nmaas-system` as the namespace where nmaas and all associated components (PostgreSQL, GitLab) will be deployed.
!!! warning "nmaas Deployment Time"
Please allow at least 10 minutes for nmaas to be fully deployed, depending on hardware configuration and resource utilization.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment