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
8 files
+ 125
168
Compare changes
  • Side-by-side
  • Inline
Files
8
+ 1
1
@@ -8,7 +8,7 @@ app: typer.Typer = typer.Typer()
@app.command()
def netbox_initial_setup() -> None:
"""Initial setup of NetBox.
"""Set up NetBox for the first time.
It includes:
- Creating a default site (GEANT)
Loading