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
e26c892c
Commit
e26c892c
authored
10 months ago
by
Karel van Klink
Committed by
Neda Moeini
8 months ago
Browse files
Options
Downloads
Patches
Plain Diff
lag interface name on iptrunk side is mandatory for provisioning and active states
parent
cf4ad0c6
No related branches found
No related tags found
1 merge request
!139
Feature/add validation workflows
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
gso/products/product_blocks/iptrunk.py
+2
-2
2 additions, 2 deletions
gso/products/product_blocks/iptrunk.py
with
2 additions
and
2 deletions
gso/products/product_blocks/iptrunk.py
+
2
−
2
View file @
e26c892c
...
...
@@ -89,7 +89,7 @@ class IptrunkSideBlockProvisioning(IptrunkSideBlockInactive, lifecycle=[Subscrip
"""
An IP trunk side that is being provisioned.
"""
iptrunk_side_node
:
RouterBlockProvisioning
iptrunk_side_ae_iface
:
str
|
None
=
None
iptrunk_side_ae_iface
:
str
iptrunk_side_ae_geant_a_sid
:
str
|
None
=
None
iptrunk_side_ae_members
:
LAGMemberList
[
IptrunkInterfaceBlockProvisioning
]
# type: ignore[assignment]
...
...
@@ -98,7 +98,7 @@ class IptrunkSideBlock(IptrunkSideBlockProvisioning, lifecycle=[SubscriptionLife
"""
An active IP trunk side.
"""
iptrunk_side_node
:
RouterBlock
iptrunk_side_ae_iface
:
str
|
None
=
None
iptrunk_side_ae_iface
:
str
iptrunk_side_ae_geant_a_sid
:
str
|
None
=
None
iptrunk_side_ae_members
:
LAGMemberList
[
IptrunkInterfaceBlock
]
# 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