Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found
Select Git revision
  • 1048-service-config-backfilling
  • NAT-1154-import-edge-port-update
  • develop
  • feature/10GGBS-NAT-980
  • feature/NAT-1150-model-commecial-peers
  • feature/NAT-1182-rename-geant-plus-descriptions
  • feature/NAT-1225-R
  • feature/NAT-732-ias-to-re-interconnect
  • feature/add-moodi-wf-to-router
  • feature/nat-1211-edgeport-lacp-xmit
  • feature/rename-geant-plus-descriptions
  • fix/NAT-1009/fix-redeploy-base-config-if-there-is-a-vprn
  • fix/l3-imports
  • fix/nat-1120-sdp-validation
  • master
  • refactor/remove-unnecessary-code
  • update_change_log
  • 0.1
  • 0.2
  • 0.3
  • 0.4
  • 0.5
  • 0.6
  • 0.7
  • 0.8
  • 0.9
  • 1.0
  • 1.1
  • 1.4
  • 1.5
  • 2.0
  • 2.1
  • 2.10
  • 2.11
  • 2.12
  • 2.13
  • 2.14
  • 2.15
  • 2.16
  • 2.17
  • 2.18
  • 2.19
  • 2.2
  • 2.20
  • 2.21
  • 2.22
  • 2.23
  • 2.24
  • 2.25
  • 2.26
  • 2.27
  • 2.28
  • 2.29
  • 2.3
  • 2.31
  • 2.32
  • 2.33
  • 2.34
  • 2.35
  • 2.36
  • 2.37
  • 2.38
  • 2.39
  • 2.4
  • 2.40
  • 2.41
  • 2.42
  • 2.43
  • 2.44
  • 2.45
  • 2.46
  • 2.47
  • 2.48
  • 2.5
  • 2.6
  • 2.7
  • 2.8
  • 2.9
  • 3.0
  • 3.1
  • 3.2
  • 3.3
  • 3.4
  • 3.5
  • 3.6
  • 3.7
  • 3.8
  • 3.9
  • Lime-Seal
89 results

Target

Select target project
  • goat/gap/geant-service-orchestrator
1 result
Select Git revision
  • 1048-service-config-backfilling
  • NAT-1154-import-edge-port-update
  • develop
  • feature/10GGBS-NAT-980
  • feature/NAT-1150-model-commecial-peers
  • feature/NAT-1182-rename-geant-plus-descriptions
  • feature/NAT-1225-R
  • feature/NAT-732-ias-to-re-interconnect
  • feature/add-moodi-wf-to-router
  • feature/nat-1211-edgeport-lacp-xmit
  • feature/rename-geant-plus-descriptions
  • fix/NAT-1009/fix-redeploy-base-config-if-there-is-a-vprn
  • fix/l3-imports
  • fix/nat-1120-sdp-validation
  • master
  • refactor/remove-unnecessary-code
  • update_change_log
  • 0.1
  • 0.2
  • 0.3
  • 0.4
  • 0.5
  • 0.6
  • 0.7
  • 0.8
  • 0.9
  • 1.0
  • 1.1
  • 1.4
  • 1.5
  • 2.0
  • 2.1
  • 2.10
  • 2.11
  • 2.12
  • 2.13
  • 2.14
  • 2.15
  • 2.16
  • 2.17
  • 2.18
  • 2.19
  • 2.2
  • 2.20
  • 2.21
  • 2.22
  • 2.23
  • 2.24
  • 2.25
  • 2.26
  • 2.27
  • 2.28
  • 2.29
  • 2.3
  • 2.31
  • 2.32
  • 2.33
  • 2.34
  • 2.35
  • 2.36
  • 2.37
  • 2.38
  • 2.39
  • 2.4
  • 2.40
  • 2.41
  • 2.42
  • 2.43
  • 2.44
  • 2.45
  • 2.46
  • 2.47
  • 2.48
  • 2.5
  • 2.6
  • 2.7
  • 2.8
  • 2.9
  • 3.0
  • 3.1
  • 3.2
  • 3.3
  • 3.4
  • 3.5
  • 3.6
  • 3.7
  • 3.8
  • 3.9
  • Lime-Seal
89 results
Show changes
Commits on Source (50)
Showing
with 156 additions and 11 deletions
......@@ -3,6 +3,7 @@ set -o errexit
set -o nounset
export OSS_PARAMS_FILENAME=../gso/oss-params-example.json
export TESTING=true
pip install sphinx_rtd_theme sphinxcontrib-jquery
......
......@@ -9,6 +9,9 @@ Glossary of terms
API
Application Programming Interface
BFD
Bi-directional Forwarding Detection
BGP
Border Gateway Protocol: a path vector routing protocol described in
`RFC 4271 <https://datatracker.ietf.org/doc/html/rfc4271>`_.
......@@ -54,18 +57,27 @@ Glossary of terms
JSON
JavaScript Object Notation
LACP
Link Aggregation Control Protocol
LAG
Link Aggregation: a bundle of multiple network connections.
LAN
Local Area Network
LLDP
Link Layer Discovery Protocol
LSO
Lightweight Service Orchestrator
NET
Network Entity Title: used for :term:`ISIS` routing.
NREN
National Research and Education Network
OIDC
OpenID Connect
......@@ -78,6 +90,14 @@ Glossary of terms
OSS
Operational Support Systems
SBP
Service Binding Point, a logical construct used in the orchestrator to attach a partner subscription to a physical
(set of) ports.
SDP
Service Demarcation Point: A logical construct used for modeling partner subscriptions. It models the link between
the physical and the service domains.
SNMP
Simple Network Management Protocol: a protocol that's used for gathering data, widely used for network management
and monitoring.
......@@ -91,5 +111,8 @@ Glossary of terms
VLAN
Virtual LAN
WAN
Wide Area Network
WFO
`Workflow Orchestrator <https://workfloworchestrator.org/>`_
``gso.products.product_blocks.bgp_session``
===========================================
.. automodule:: gso.products.product_blocks.bgp_session
:members:
:show-inheritance:
``gso.products.product_blocks.edge_port``
=========================================
.. automodule:: gso.products.product_blocks.edge_port
:members:
:show-inheritance:
``gso.products.product_blocks.geant_ip``
========================================
.. automodule:: gso.products.product_blocks.geant_ip
:members:
:show-inheritance:
......@@ -14,13 +14,16 @@ Submodules
.. toctree::
:maxdepth: 1
super_pop_switch
office_router
bgp_session
edge_port
geant_ip
iptrunk
lan_switch_interconnect
office_router
opengear
pop_vlan
router
service_binding_port
site
super_pop_switch
switch
lan_switch_interconnect
pop_vlan
opengear
``gso.products.product_blocks.service_binding_port``
====================================================
.. automodule:: gso.products.product_blocks.service_binding_port
:members:
:show-inheritance:
``gso.products.product_types.edge_port``
========================================
.. automodule:: gso.products.product_types.edge_port
:members:
:show-inheritance:
``gso.products.product_types.geant_ip``
=======================================
.. automodule:: gso.products.product_types.geant_ip
:members:
:show-inheritance:
......@@ -14,12 +14,14 @@ Submodules
.. toctree::
:maxdepth: 1
super_pop_switch
office_router
edge_port
geant_ip
iptrunk
lan_switch_interconnect
office_router
opengear
pop_vlan
router
site
super_pop_switch
switch
lan_switch_interconnect
pop_vlan
opengear
......@@ -5,6 +5,14 @@
:members:
:show-inheritance:
Subpackages
-----------
.. toctree::
:maxdepth: 1
types/index
Submodules
----------
......
``gso.utils.types.base_site``
=============================
.. automodule:: gso.utils.types.base_site
:members:
:show-inheritance:
``gso.utils.types.coordinates``
===============================
.. automodule:: gso.utils.types.coordinates
:members:
:show-inheritance:
``gso.utils.types.country_code``
===============================
.. automodule:: gso.utils.types.country_code
:members:
:show-inheritance:
......@@ -4,3 +4,21 @@
.. automodule:: gso.utils.types
:members:
:show-inheritance:
Submodules
----------
.. toctree::
:maxdepth: 2
:titlesonly:
base_site
coordinates
country_code
interfaces
ip_address
netbox_router
site_name
tt_number
unique_field
``gso.utils.types.interfaces``
==============================
.. automodule:: gso.utils.types.interfaces
:members:
:show-inheritance:
``gso.utils.types.ip_address``
==============================
.. automodule:: gso.utils.types.ip_address
:members:
:show-inheritance:
``gso.utils.types.netbox_router``
=================================
.. automodule:: gso.utils.types.netbox_router
:members:
:show-inheritance:
``gso.utils.types.site_name``
=============================
.. automodule:: gso.utils.types.site_name
:members:
:show-inheritance:
``gso.utils.types.tt_number``
=============================
.. automodule:: gso.utils.types.tt_number
:members:
:show-inheritance: