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

Add blog post on the infrastructure migration

parent 26fc6e9a
Branches
No related tags found
1 merge request!45Resolve "Blog post on the infrastructure migration"
...@@ -4,4 +4,10 @@ authors: ...@@ -4,4 +4,10 @@ authors:
slug: frederic-loui slug: frederic-loui
description: Frederic Loui is the creator of nmaas description: Frederic Loui is the creator of nmaas
avatar: 'https://avatars.githubusercontent.com/u/9639687?v=4' avatar: 'https://avatars.githubusercontent.com/u/9639687?v=4'
url: 'https://github.com/frederic-loui' url: 'https://github.com/frederic-loui'
\ No newline at end of file korvoj:
name: korvoj
slug: korvoj
description: Responsible for ops aspects of nmaas
avatar: 'https://avatars.githubusercontent.com/u/4062681?v=4'
url: 'https://github.com/korvoj'
\ No newline at end of file
# New nmaas vNOC Infrastructure ---
authors:
- korvoj
date: 2025-03-01
slug: nmaas-infrastructure-migration
categories:
- Infrastructure
---
## Benefits of the new Infrastructure # nmaas Migrates to a New Infrastructure
After 5 years of service, the managed nmaas vNOC instance available at [nmaas.eu](https://nmaas.eu) is scheduled to be migrated to a completely new infrastructure, bringing with it many benefits and improvements. The user-facing changes that existing users should be aware of are: After 5 years of service, the managed nmaas vNOC instance available at [nmaas.eu](https://nmaas.eu) is to be migrated to a completely new infrastructure, bringing with it many benefits and improvements. This will bring many exciting user-facing changes, such as:
- improved disk I/O speeds - allowing the monitoring of even more customer devices using I/O sensitive applications such as Zabbix, InfluxDB, and Prometheus. - improved disk I/O speeds - allowing the monitoring of even more customer devices using I/O sensitive applications such as Zabbix, InfluxDB, and Prometheus.
- dual-stack networking - nmaas now supports IPv6 in addition to IPv4 both for client access to the deployed applications as well as for the site-to-site connection towards the customer devices. - dual-stack networking - nmaas now supports IPv6 in addition to IPv4 both for client access to the deployed applications as well as for the site-to-site connection towards the customer devices.
- improved networking architecture - each customer domain is now allocated with a dedicated private IPv4 subnet range from which all outbound connections will occur, as well as a publicly routable IPv6 range, improving scalability and ensuring that no subnets conflicts will occur. - improved networking architecture - each customer domain is now allocated with a dedicated private IPv4 subnet range from which all outbound connections will occur, as well as a publicly routable IPv6 range, improving scalability and ensuring that no subnets conflicts will occur.
- new VPN connectivity options for client-access VPN profiles - eduVPN is now the recommended method for establishing client-access VPN connections. Since eduVPN supports both OpenVPN and Wireguard behind the scenes, it provides maximum flexibility regardless of the environment where it is used. Additionally, users can also use the self-service eduVPN portal to generate additional client access VPN profiles, as needed. - new VPN connectivity options for client-access VPN profiles - [eduVPN](https://www.eduvpn.org/) is now the recommended method for establishing client-access VPN connections. Since eduVPN supports both OpenVPN and Wireguard behind the scenes, it provides maximum flexibility regardless of the environment where it is used. Additionally, users can also use the self-service eduVPN portal to generate additional client access VPN profiles, as needed.
- Wireguard as the recommended site-to-site VPN protocol - Wireguard is now the recommended protocol for establishing site-to-site VPN connections between nmaas and the customers' environments. OpenVPN is still supported should it be requested, but Wireguard has proven itself to be faster while also simpler to configure. - Wireguard as the recommended site-to-site VPN protocol - Wireguard is now the recommended protocol for establishing site-to-site VPN connections between nmaas and the customers' environments. OpenVPN is still supported should it be requested, but Wireguard has proven itself to be faster while also simpler to configure.
## Frequently Asked Questions About the Migration ## Frequently Asked Questions About the Migration
### When will the migration process start? ### When will the migration process start?
All administrators of an existing domain on [nmaas.eu](https://nmaas.eu) will be contacted individually by the nmaas team, beginning from October 2024. The migration process has already started. All administrators of an existing domain on [nmaas.eu](https://nmaas.eu) will be contacted individually by the nmaas team and no user action is required before this.
### Will there be any data loss? ### Will there be any data loss?
...@@ -40,4 +47,4 @@ No, the URLs will remain the same. E.g., if there is a Prometheus instance with ...@@ -40,4 +47,4 @@ No, the URLs will remain the same. E.g., if there is a Prometheus instance with
The nmaas vNOC instance hosted on the new infrastructure will be accessible at [vnoc.nmaas.eu](https://vnoc.nmaas.eu). As part of the migration process, users will receive a personalized email when they will need to start using the [vnoc.nmaas.eu](https://vnoc.nmaas.eu) endpoint. Until that time, all activity is done via [https://nmaas.eu](https://nmaas.eu). The nmaas vNOC instance hosted on the new infrastructure will be accessible at [vnoc.nmaas.eu](https://vnoc.nmaas.eu). As part of the migration process, users will receive a personalized email when they will need to start using the [vnoc.nmaas.eu](https://vnoc.nmaas.eu) endpoint. Until that time, all activity is done via [https://nmaas.eu](https://nmaas.eu).
Hosting the vNOC instance using the `vnoc` subdomain also goes hand-in-hand with the new nmaas branding strategy centered around the different use-cases - [vNOC](../../use-cases/virtual-noc/vnoc-introduction.md) and [vLAB](../../use-cases/virtual-lab/vlab-introduction.md). Hosting the vNOC instance using the `vnoc` subdomain also goes hand-in-hand with the new nmaas branding strategy centered around the different use-cases - [vNOC](../../use-cases/virtual-noc/vnoc-introduction.md) and [vLAB](../../use-cases/virtual-lab/vlab-introduction.md).
\ No newline at end of file
...@@ -9,8 +9,6 @@ nav: ...@@ -9,8 +9,6 @@ nav:
- Managed nmaas: - Managed nmaas:
- Introduction: 'managed-nmaas/introduction.md' - Introduction: 'managed-nmaas/introduction.md'
- nmaas Playground Instance: 'managed-nmaas/nmaas-playground-instance.md' - nmaas Playground Instance: 'managed-nmaas/nmaas-playground-instance.md'
- User Information:
- 'New VNOC Infrastructure': 'managed-nmaas/user-information/new-vnoc-infrastructure.md'
- Self-Hosted nmaas: - Self-Hosted nmaas:
- Introduction: 'self-hosted-nmaas/introduction.md' - Introduction: 'self-hosted-nmaas/introduction.md'
- Installation Guide: 'self-hosted-nmaas/install-guide.md' - Installation Guide: 'self-hosted-nmaas/install-guide.md'
...@@ -93,11 +91,6 @@ nav: ...@@ -93,11 +91,6 @@ nav:
- WebDAV: 'nmaas-applications/tutorials/webdav.md' - WebDAV: 'nmaas-applications/tutorials/webdav.md'
- Zabbix: 'nmaas-applications/tutorials/zabbix.md' - Zabbix: 'nmaas-applications/tutorials/zabbix.md'
- Znuny: 'nmaas-applications/tutorials/znuny.md' - Znuny: 'nmaas-applications/tutorials/znuny.md'
# - Blog:
# - nmaas-101 - "Hello nmaas!": 'blog/blog1/nmaas-101-1.md'
# - nmaas-101 - "I can help! But... Please could you open these two doors?": 'blog/blog2/nmaas-101-2.md'
# - nmaas-101 - "My name is Oxidized and I'm a nifty configuration management tool": 'blog/blog3/nmaas-101-3.md'
# - nmaas-101 - "Prometheus" : 'blog/blog4/nmaas-101-4.md'
- Release Notes: - Release Notes:
- '1.6.5': 'release-notes/1.6.5.md' - '1.6.5': 'release-notes/1.6.5.md'
- '1.6.4': 'release-notes/1.6.4.md' - '1.6.4': 'release-notes/1.6.4.md'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment