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
2e764fb2
Verified
Commit
2e764fb2
authored
7 months ago
by
Neda Moeini
Committed by
Karel van Klink
5 months ago
Browse files
Options
Downloads
Patches
Plain Diff
Remove ae_iface from EdgePort product block since it is always the same as the Edge port name.
parent
bcd63bc4
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
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
gso/products/product_blocks/edge_port.py
+1
-5
1 addition, 5 deletions
gso/products/product_blocks/edge_port.py
with
1 addition
and
5 deletions
gso/products/product_blocks/edge_port.py
+
1
−
5
View file @
2e764fb2
...
...
@@ -86,7 +86,6 @@ class EdgePortBlockInactive(
edge_port_type
:
EdgePortType
edge_port_ignore_if_down
:
bool
=
False
edge_port_geant_ga_id
:
str
|
None
=
None
edge_port_ae_iface
:
str
|
None
=
None
edge_port_ae_members
:
LAGMemberList
[
EdgePortInterfaceBlockInactive
]
...
...
@@ -103,7 +102,6 @@ class EdgePortBlockProvisioning(EdgePortBlockInactive, lifecycle=[SubscriptionLi
edge_port_type
:
EdgePortType
edge_port_ignore_if_down
:
bool
=
False
edge_port_geant_ga_id
:
str
|
None
=
None
edge_port_ae_iface
:
str
|
None
=
None
edge_port_ae_members
:
LAGMemberList
[
EdgePortInterfaceBlockProvisioning
]
# type: ignore[assignment]
...
...
@@ -112,7 +110,7 @@ class EdgePortBlock(EdgePortBlockProvisioning, lifecycle=[SubscriptionLifecycle.
#: The router that this edge port is connected to.
node
:
RouterBlockInactive
#: The name of the edge port.
#: The name of the edge port.
In our case, this is the name of the LAG interface.
edge_port_name
:
str
#: Indicates whether LACP (Link Aggregation Control Protocol) is enabled for this edge port.
edge_port_enable_lacp
:
bool
...
...
@@ -130,7 +128,5 @@ class EdgePortBlock(EdgePortBlockProvisioning, lifecycle=[SubscriptionLifecycle.
edge_port_ignore_if_down
:
bool
=
False
#: The GEANT GA ID associated with this edge port, if any.
edge_port_geant_ga_id
:
str
|
None
=
None
#: The interface name for the aggregated Ethernet (AE) interface, if applicable.
edge_port_ae_iface
:
str
|
None
=
None
#: A list of LAG members associated with this edge port.
edge_port_ae_members
:
LAGMemberList
[
EdgePortInterfaceBlock
]
# type: ignore[assignment]
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