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
!77
Netbox integration including intial CLI for populating base data and ...
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Netbox integration including intial CLI for populating base data and ...
netbox-integration
into
develop
Overview
0
Commits
21
Pipelines
4
Changes
3
Merged
Neda Moeini
requested to merge
netbox-integration
into
develop
1 year ago
Overview
0
Commits
21
Pipelines
4
Changes
3
Expand
Netbox integration.
0
0
Merge request reports
Viewing commit
9df4b4c9
Prev
Next
Show latest version
3 files
+
6
−
11
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
9df4b4c9
Improved naming and removed some unnecessary part.
· 9df4b4c9
Neda Moeini
authored
1 year ago
gso/cli/netbox.py
+
1
−
5
Options
@@ -17,11 +17,7 @@ def netbox_initial_setup() -> None:
typer
.
echo
(
"
Initial setup of NetBox ...
"
)
typer
.
echo
(
"
Connecting to NetBox ...
"
)
try
:
nbclient
=
NetBoxClient
()
except
RequestError
as
e
:
typer
.
echo
(
f
"
Error connecting to NetBox:
{
e
}
"
)
return
nbclient
=
NetBoxClient
()
typer
.
echo
(
"
Creating GEANT site ...
"
)
try
:
Loading