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

resolve vale errors

parent c5a2cf84
Branches
Tags
2 merge requests!8update documentation 16-08-2023,!7First iteration of new structure
# About this section
All the information regarding modeling, workflows and ansible mechanics are described in this section.
Next to this, also troubleshoting and maintainance are included.
All the information regarding modeling, workflows and Ansible mechanics are described in this section.
Next to this, also troubleshooting and maintenance are included.
The structure is:
- WFO
- Modelling
- Workflow
- Maintainance
- Maintenance
- Troubleshoot
- Ansible
- Design
......
# Overview
Current GAP is extremely simple and its foundamental parts are:
The current {term}`GAP` is simple and its fundamental parts are:
- An ansible inventory stored in Git [Ansible inventory](https://gitlab.geant.net/neteam/network-automation/na-production/prod_network_inventory/-/tree/master)
- A set of ansible playbooks stored in Git [Ansible playbooks](https://gitlab.geant.net/neteam/network-automation/na-production/prod_network_ansible)
- An [Ansible inventory](https://gitlab.geant.net/neteam/network-automation/na-production/prod_network_inventory/-/tree/master) stored in Git
- A set of [Ansible playbooks](https://gitlab.geant.net/neteam/network-automation/na-production/prod_network_ansible) stored in Git
- An Ansible master instance to execute these playbooks
- A Jenkins instance to orchestrate Ansible
......@@ -14,10 +14,10 @@ An overview of the platform is depicted in the following picture:
## Functionalities
Currently GAP is capable of the following capabilities:
Currently, {term}`GAP` is capable of the following capabilities:
- Provisioning of nodes and IPtrunks:
- Deployment of base config on a new router
- Provisioning of nodes and {term}`IP` trunks:
- Deployment of base configuration on a new router
- Deployment of a new trunk with metric=9000
- Insertion of a new router in the iBGP mesh
- Periodic checks of configuration:
......
......@@ -2,4 +2,4 @@
## Deployment
## Undeployment
## Termination
......@@ -12,5 +12,14 @@ txt = md
[*]
BasedOnStyles = Vale, proselint, Microsoft
; Found to be too intrusive
Microsoft.Passive = NO
; We are not a general audience
Microsoft.GeneralURL = NO
; Replacing a ... with … shouldn't be holding back the entire CI pipeline
proselint.Typography = warning
; Same applies for not using contractions
Microsoft.Contractions = warning
; Ignore the table of contents directive
BlockIgnores = (?s) *(\x60\x60\x60{toctree}.*?\x60\x60\x60)
......@@ -20,3 +20,4 @@ FXP
NREN
MTU
OOB
Junos
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment