Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
GÉANT Service Orchestrator
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GÉANT Orchestration and Automation Team
GAP
GÉANT Service Orchestrator
Commits
d2db7cb5
Verified
Commit
d2db7cb5
authored
5 months ago
by
Karel van Klink
Browse files
Options
Downloads
Patches
Plain Diff
Add missing terms to glossary
parent
572f99e2
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!286
Add Edge Port, GÉANT IP and IAS products
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
docs/source/glossary.rst
+7
-0
7 additions, 0 deletions
docs/source/glossary.rst
gso/products/product_blocks/bgp_session.py
+2
-2
2 additions, 2 deletions
gso/products/product_blocks/bgp_session.py
gso/products/product_blocks/edge_port.py
+1
-1
1 addition, 1 deletion
gso/products/product_blocks/edge_port.py
with
10 additions
and
3 deletions
docs/source/glossary.rst
+
7
−
0
View file @
d2db7cb5
...
...
@@ -90,6 +90,10 @@ 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.
...
...
@@ -107,5 +111,8 @@ Glossary of terms
VLAN
Virtual LAN
WAN
Wide Area Network
WFO
`Workflow Orchestrator <https://workfloworchestrator.org/>`_
This diff is collapsed.
Click to expand it.
gso/products/product_blocks/bgp_session.py
+
2
−
2
View file @
d2db7cb5
...
...
@@ -11,7 +11,7 @@ from gso.utils.types.ip_address import IPAddress
@strawberry.enum
class
IPFamily
(
strEnum
):
"""
Possible
:term:`
IP
`
families of a :term:`BGP` peering.
"""
"""
Possible IP families of a :term:`BGP` peering.
"""
V4UNICAST
=
"
v4unicast
"
V6UNICAST
=
"
v6unicast
"
...
...
@@ -64,7 +64,7 @@ class BGPSession(BGPSessionProvisioning, lifecycle=[SubscriptionLifecycle.ACTIVE
bfd_interval
:
int
|
None
=
None
#: The :term:`BFD` multiplier, if enabled.
bfd_multiplier
:
int
|
None
=
None
#: The list of
:term:`
IP
`
families enabled for this session.
#: The list of IP families enabled for this session.
families
:
list
[
IPFamily
]
#: Whether any custom policies exist for this session.
has_custom_policies
:
bool
...
...
This diff is collapsed.
Click to expand it.
gso/products/product_blocks/edge_port.py
+
1
−
1
View file @
d2db7cb5
...
...
@@ -106,7 +106,7 @@ class EdgePortBlock(EdgePortBlockProvisioning, lifecycle=[SubscriptionLifecycle.
edge_port_enable_lacp
:
bool
#: The type of encapsulation used on this edge port, by default DOT1Q.
edge_port_encapsulation
:
EncapsulationType
=
EncapsulationType
.
DOT1Q
#: The
:term:`
MAC
`
address assigned to this edge port, if applicable.
#: The MAC address assigned to this edge port, if applicable.
edge_port_mac_address
:
str
|
None
=
None
#: The speed capacity of each member in the physical port.
edge_port_member_speed
:
PhysicalPortCapacity
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment