opennetworkinglab / ngsdn-tutorial

Hands-on tutorial to learn the building blocks of the Next-Gen SDN architecture
https://www.opennetworking.org/ng-sdn/
Apache License 2.0
317 stars 186 forks source link

How do we automatically generate mininet topology and netcfg files? #73

Closed asydney closed 3 years ago

asydney commented 3 years ago

Hi NGSDN folks, Is there some standard way of automating the generation of the topology (e.g. topo.py) and netcfg files (e.g. netcfg.json)? Or is the expectation that we do this manually?

Cheers! -Syd

charlesmcchan commented 3 years ago

We don't have such config generation tool yet. It is possible to generate netcfg from topology python file. We are also thinking integrating with 3rd party hardware inventory tool such as NetBox and use the topology to generate netcfg automatically. But none of those has been done yet.

asydney commented 3 years ago

Thanks for the reply :)