h2020-endeavour / endeavour

The ENDEAVOUR platform
Apache License 2.0
8 stars 3 forks source link

Mininet topologies to use the sdx_global.cfg #18

Closed TribuneX closed 8 years ago

TribuneX commented 8 years ago

Adapt the simple_sdx.py of each example to use the information defined in the sdx_global.cfg to keep the topology consistent with the configuration

TribuneX commented 8 years ago

Will check again if there still any static simple_sdx.py

rbirkner commented 8 years ago

You should take a look at sdx_mininet.py and mininet.cfg at iSDX-Repo. It is probably not exactly what you want but already a step closer than the simple_sdx.py.

TribuneX commented 8 years ago

Thanks. So sdx_mininet.py is actually a successor of simple_sdx.py correct?

rbirkner commented 8 years ago

Correct. We realized that it is too complicated to use the hardcoded topology in simple_sdx.py for testing.

TribuneX commented 8 years ago

@rbirkner Seems that sdx_mininet.py is not needed any more. At least it was deleted with this commit Any plans at the iSDX team to handle consistency now?

rbirkner commented 8 years ago

sorry for the delay. I don't know why it was deleted. The ongoing development focuses more on the hardware deployment and making the code more reliable. The two examples test-ms and test-mt were only used by me to test it. Now, they do more sophisticated regression testing and generate topologies.

TribuneX commented 8 years ago

Will be obsolete as soon as we use torch for setting up the example topology

TribuneX commented 8 years ago

Will be obsolete as soon as we use torch for setting up the example topology