X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=src%2Femuvim%2Fexamples%2Fmonitoring_demo_topology.py;h=a5cf0b2f0e9cd308138eacc510cc53af23d705f5;hb=d31e5d2016a61817381d109301086cb94a783ec4;hp=20f3ba0cc42df3c840580654c9d79f2318118fb7;hpb=6b1d9b990bb02fc14ecaace75ef2492b21d7e819;p=osm%2Fvim-emu.git diff --git a/src/emuvim/examples/monitoring_demo_topology.py b/src/emuvim/examples/monitoring_demo_topology.py index 20f3ba0..a5cf0b2 100755 --- a/src/emuvim/examples/monitoring_demo_topology.py +++ b/src/emuvim/examples/monitoring_demo_topology.py @@ -61,10 +61,12 @@ def create_topology1(): These links can use Mininet's features to limit bw, add delay or jitter. """ net.addLink(dc1, dc2, delay="10ms") + net.addLink(dc1, dc2) net.addLink("datacenter1", s1, delay="20ms") net.addLink(s1, dc3) net.addLink(s1, "datacenter4") + """ 5. We want to access and control our data centers from the outside, e.g., we want to connect an orchestrator to start/stop compute