Skip to content
Snippets Groups Projects
Verified Commit 4600295a authored by Karel van Klink's avatar Karel van Klink :smiley_cat:
Browse files

Remove Readability style for Vale

parent 94688fc4
No related branches found
No related tags found
2 merge requests!6[2023-07-14] publish docs,!1Convert docs from rsx to markdown
Pipeline #79172 passed
# Architecture # Architecture
We follow the principles of infrastructure as code and we decompose configuration in data and templates. We follow the principles of infrastructure as code, and we decompose configuration in data and templates.
\ No newline at end of file
# GÉANT Automation Platform (GAP) # GÉANT Automation Platform (GAP)
Welcome to the documentation of the GÉANT Automation Platform, also known simply as GAP. \ Welcome to the documentation of the GÉANT Automation Platform, also known as GAP. \
The focus of this platform is configuration management and service orchestration for the GÉANT IP/MPLS network. The focus of this platform is configuration management and service orchestration for the GÉANT IP/MPLS network.
## Table of Contents ## Table of Contents
......
...@@ -5,7 +5,7 @@ built on top of it ensuring that it meets requirements in terms of functionaliti ...@@ -5,7 +5,7 @@ built on top of it ensuring that it meets requirements in terms of functionaliti
In the context of the IP/MPLS layer and particularly the backbone routers, different teams manage configuration in In the context of the IP/MPLS layer and particularly the backbone routers, different teams manage configuration in
different ways: to deploy new nodes and to operate the network, they use various tools en methods. Compliance and different ways: to deploy new nodes and to operate the network, they use various tools en methods. Compliance and
quality are checked afterwards: this approach requires much manual work and it is inherently error prone. quality are checked afterwards: this approach requires much manual work, and it is inherently error-prone.
This project aims to standardize the configuration and the configuration deployment process by using Open Source tools This project aims to standardize the configuration and the configuration deployment process by using Open Source tools
and DevOps strategies: one single framework to deploy and to operate. Considering the network configuration as code and and DevOps strategies: one single framework to deploy and to operate. Considering the network configuration as code and
...@@ -13,8 +13,8 @@ managing it under a version control system (GitLab) will enable better visibilit ...@@ -13,8 +13,8 @@ managing it under a version control system (GitLab) will enable better visibilit
standardize the way of working. standardize the way of working.
The goal is to reduce configuration drifts and exceptions, Mean Time To Repair (MTTR) in case of fault, and possibly the The goal is to reduce configuration drifts and exceptions, Mean Time To Repair (MTTR) in case of fault, and possibly the
number and the severity of incidents. To check configuration compliance before it gets deployed, several policies are in number and the severity of incidents. To verify configuration compliance before it gets deployed, several policies are in
place: multiple non-production environments are used to automatically execute regression and acceptance tests, in order place. Multiple non-production environments are used to automatically run regression and acceptance tests, in order
to ensure the highest quality and to detect problems early. to ensure the highest quality and to detect problems early.
Automated configuration management must be considered as the foundation of further work in network automation, towards Automated configuration management must be considered as the foundation of further work in network automation, towards
......
...@@ -4,7 +4,7 @@ MinAlertLevel = suggestion ...@@ -4,7 +4,7 @@ MinAlertLevel = suggestion
Vocab = geant-jargon, Sphinx Vocab = geant-jargon, Sphinx
Packages = RedHat, proselint, Readability Packages = RedHat, proselint
[*] [*]
BasedOnStyles = Vale, RedHat, proselint, Readability BasedOnStyles = Vale, RedHat, proselint
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment