Skip to content
Snippets Groups Projects

IP-TRUNK-CREATE-WORKFLOW-NETBOX-INTEGRATION

9 files
+ 368
67
Compare changes
  • Side-by-side
  • Inline
Files
9
+ 2
2
import typer
from pynetbox import RequestError
from gso.services.netbox_client import NetBoxClient
from gso.services.netbox_client import NetboxClient
app: typer.Typer = typer.Typer()
@@ -17,7 +17,7 @@ def netbox_initial_setup() -> None:
typer.echo("Initial setup of NetBox ...")
typer.echo("Connecting to NetBox ...")
nbclient = NetBoxClient()
nbclient = NetboxClient()
typer.echo("Creating GÉANT site ...")
try:
Loading