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
51a55bb1
Commit
51a55bb1
authored
8 months ago
by
Neda Moeini
Browse files
Options
Downloads
Patches
Plain Diff
Made the linter happy.
parent
1c3cb06b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!231
Added more steps in router termination including:
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
gso/utils/workflow_steps.py
+1
-0
1 addition, 0 deletions
gso/utils/workflow_steps.py
gso/workflows/router/update_ibgp_mesh.py
+1
-0
1 addition, 0 deletions
gso/workflows/router/update_ibgp_mesh.py
with
2 additions
and
0 deletions
gso/utils/workflow_steps.py
+
1
−
0
View file @
51a55bb1
...
...
@@ -163,6 +163,7 @@ def add_all_pe_to_p_real(
extra_vars
=
extra_vars
,
)
@step
(
"
Calculate list of all active PE routers
"
)
def
calculate_pe_router_list
()
->
State
:
"""
Calculate a list of all active PE routers in the network.
"""
...
...
This diff is collapsed.
Click to expand it.
gso/workflows/router/update_ibgp_mesh.py
+
1
−
0
View file @
51a55bb1
...
...
@@ -84,6 +84,7 @@ def add_p_to_mesh_real(subscription: dict[str, Any], callback_route: str, tt_num
extra_vars
=
extra_vars
,
)
@step
(
"
Verify iBGP session health
"
)
def
check_ibgp_session
(
subscription
:
Router
,
callback_route
:
str
)
->
None
:
"""
Run a playbook using the provisioning proxy, to check the health of the new iBGP session.
"""
...
...
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