From: stevenvanrossem Date: Tue, 16 Feb 2016 13:37:44 +0000 (+0100) Subject: install ryu,networkx X-Git-Tag: v3.1~179^2~10 X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2Fvim-emu.git;a=commitdiff_plain;h=a29c50cffd72de2f5533bb4f294adfe9a0f655d5 install ryu,networkx --- diff --git a/README.md b/README.md old mode 100644 new mode 100755 diff --git a/ansible/install.yml b/ansible/install.yml old mode 100644 new mode 100755 index 6e73908..a374e0b --- a/ansible/install.yml +++ b/ansible/install.yml @@ -23,3 +23,9 @@ - name: install argparse pip: name=argparse + + - name: install networkx + pip: name=networkx + + - name: install ryu + pip: name=ryu \ No newline at end of file diff --git a/emuvim/api/__init__.py b/emuvim/api/__init__.py old mode 100644 new mode 100755 diff --git a/emuvim/api/zerorpcapi.py b/emuvim/api/zerorpcapi.py old mode 100644 new mode 100755 diff --git a/emuvim/cli/__init__.py b/emuvim/cli/__init__.py old mode 100644 new mode 100755 diff --git a/emuvim/cli/compute.py b/emuvim/cli/compute.py old mode 100644 new mode 100755 diff --git a/emuvim/cli/datacenter.py b/emuvim/cli/datacenter.py old mode 100644 new mode 100755 diff --git a/emuvim/cli/network.py b/emuvim/cli/network.py old mode 100644 new mode 100755 diff --git a/emuvim/dcemulator/__init__.py b/emuvim/dcemulator/__init__.py old mode 100644 new mode 100755 diff --git a/emuvim/dcemulator/link.py b/emuvim/dcemulator/link.py old mode 100644 new mode 100755 diff --git a/emuvim/dcemulator/net.py b/emuvim/dcemulator/net.py old mode 100644 new mode 100755 diff --git a/emuvim/dcemulator/node.py b/emuvim/dcemulator/node.py old mode 100644 new mode 100755 diff --git a/emuvim/example_topology.py b/emuvim/example_topology.py old mode 100644 new mode 100755 diff --git a/emuvim/test/__main__.py b/emuvim/test/__main__.py old mode 100644 new mode 100755 diff --git a/emuvim/test/runner.py b/emuvim/test/runner.py old mode 100644 new mode 100755 diff --git a/emuvim/test/test_api_zerorpc.py b/emuvim/test/test_api_zerorpc.py old mode 100644 new mode 100755 diff --git a/emuvim/test/test_emulator.py b/emuvim/test/test_emulator.py old mode 100644 new mode 100755