Skip to content
Snippets Groups Projects

Netbox integration including intial CLI for populating base data and ...

Merged Neda Moeini requested to merge netbox-integration into develop
3 files
+ 6
11
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 1
5
@@ -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