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
Jira
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
Merge requests
!88
Feature/nat 244 lag deletion
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
Feature/nat 244 lag deletion
feature/nat-244-lag-deletion
into
develop
Overview
20
Commits
24
Pipelines
7
Changes
2
Closed
JORGE SASIAIN
requested to merge
feature/nat-244-lag-deletion
into
develop
1 year ago
Overview
18
Commits
24
Pipelines
7
Changes
2
Expand
0
0
Merge request reports
Viewing commit
5354703a
Prev
Next
Show latest version
2 files
+
18
−
23
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
5354703a
Fixed test issue.
· 5354703a
Neda Moeini
authored
1 year ago
gso/workflows/iptrunk/terminate_iptrunk.py
+
1
−
1
Options
@@ -70,7 +70,7 @@ def free_interfaces_in_netbox(subscription: Iptrunk) -> State:
nbclient
=
NetboxClient
()
# Remove physical interfaces from LAGs
for
member
in
subscription
.
iptrunk
.
iptrunk_sides
[
side
].
iptrunk_side_ae_members
:
nbclient
.
free_interface
(
router_fqdn
,
member
)
nbclient
.
free_interface
(
router_fqdn
,
member
.
interface_name
)
# Delete LAGs
nbclient
.
delete_interface
(
router_fqdn
,
subscription
.
iptrunk
.
iptrunk_sides
[
side
].
iptrunk_side_ae_iface
)
Loading