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

Update links to refer to the GEANT's GitLab instance

parent bcf5d9a2
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@ The following steps can be followed to set up a local environment:
2. Create a new Python virtual environment
```bash
git clone https://github.com/nmaas-platform/nmaas-docs
git clone git@gitlab.software.geant.org:nmaas/nmaas-docs.git
cd nmaas-docs
virtualenv -p python3 venv
```
......
......@@ -4,7 +4,7 @@ NMaaS components are open-source licensed under the Apache 2.0 Licence.
## Useful links
- [GitHub](https://github.com/nmaas-platform)
- [GÉANT's GitLab Instance](https://gitlab.software.geant.org/nmaas)
- [GÉANT project](https://geant.org/)
## Project members
......
......@@ -181,7 +181,7 @@ GitLab supports SSH access to any created repositories. If you want to allow you
### NMaaS Installation
The source code for the NMaaS Helm chart is publicly available on [nmaas-platform/nmaas-chart](https://github.com/nmaas-platform/nmaas-chart). The `README.md` file provides details on all the customizable `value` parameters for a given chart version.
The source code for the NMaaS Helm chart is publicly available on [nmaas-platform/nmaas-chart](https://gitlab.software.geant.org/nmaas/nmaas-chart). The `README.md` file provides details on all the customizable `value` parameters for a given chart version.
The following manual steps must be performed before deploying NMaaS:
......
# What is **NMaaS**?
NMaaS is an [open source](https://github.com/nmaas-platform) framework originally developed within the
[GÉANT](https://geant.org/projects/) project for orchestration of on-demand deployment of applications in a
Kubernetes-based cloud environment.
NMaaS is an [open source](https://gitlab.software.geant.org/nmaas) framework originally developed within the [GÉANT](https://geant.org/projects/) project for orchestration of on-demand deployment of applications in a Kubernetes-based cloud environment.
With a simple self-service web interface, NMaaS applications are easily deployed within an isolated tenant environment
assigned to a given institution or team. An application’s lifecycle (configuration updates and re-deployments) is fully
managed following a GitOps approach: a specific Git repository is tightly associated with every deployed application
and a set of CI/CD pipelines ensure proper re-deployments of the applications following every update on the Git master
branch.
\ No newline at end of file
With a simple self-service web interface, NMaaS applications are easily deployed within an isolated tenant environment assigned to a given institution or team. An application’s lifecycle (configuration updates and re-deployments) is fully managed following a GitOps approach: a specific Git repository is tightly associated with every deployed application and a set of CI/CD pipelines ensure proper re-deployments of the applications following every update on the Git master branch.
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment