projects
/
osm
/
vim-emu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4a0cfee
)
install ryu,networkx
author
stevenvanrossem
<steven.vanrossem@intec.ugent.be>
Tue, 16 Feb 2016 13:37:44 +0000
(14:37 +0100)
committer
stevenvanrossem
<steven.vanrossem@intec.ugent.be>
Tue, 16 Feb 2016 13:37:44 +0000
(14:37 +0100)
17 files changed:
README.md
[changed mode: 0644->0755]
patch
|
blob
|
history
ansible/install.yml
[changed mode: 0644->0755]
patch
|
blob
|
history
emuvim/api/__init__.py
[changed mode: 0644->0755]
patch
|
blob
|
history
emuvim/api/zerorpcapi.py
[changed mode: 0644->0755]
patch
|
blob
|
history
emuvim/cli/__init__.py
[changed mode: 0644->0755]
patch
|
blob
|
history
emuvim/cli/compute.py
[changed mode: 0644->0755]
patch
|
blob
|
history
emuvim/cli/datacenter.py
[changed mode: 0644->0755]
patch
|
blob
|
history
emuvim/cli/network.py
[changed mode: 0644->0755]
patch
|
blob
|
history
emuvim/dcemulator/__init__.py
[changed mode: 0644->0755]
patch
|
blob
|
history
emuvim/dcemulator/link.py
[changed mode: 0644->0755]
patch
|
blob
|
history
emuvim/dcemulator/net.py
[changed mode: 0644->0755]
patch
|
blob
|
history
emuvim/dcemulator/node.py
[changed mode: 0644->0755]
patch
|
blob
|
history
emuvim/example_topology.py
[changed mode: 0644->0755]
patch
|
blob
|
history
emuvim/test/__main__.py
[changed mode: 0644->0755]
patch
|
blob
|
history
emuvim/test/runner.py
[changed mode: 0644->0755]
patch
|
blob
|
history
emuvim/test/test_api_zerorpc.py
[changed mode: 0644->0755]
patch
|
blob
|
history
emuvim/test/test_emulator.py
[changed mode: 0644->0755]
patch
|
blob
|
history
diff --git
a/README.md
b/README.md
old mode 100644
(file)
new mode 100755
(executable)
diff --git
a/ansible/install.yml
b/ansible/install.yml
old mode 100644
(file)
new mode 100755
(executable)
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
(file)
new mode 100755
(executable)
diff --git
a/emuvim/api/zerorpcapi.py
b/emuvim/api/zerorpcapi.py
old mode 100644
(file)
new mode 100755
(executable)
diff --git
a/emuvim/cli/__init__.py
b/emuvim/cli/__init__.py
old mode 100644
(file)
new mode 100755
(executable)
diff --git
a/emuvim/cli/compute.py
b/emuvim/cli/compute.py
old mode 100644
(file)
new mode 100755
(executable)
diff --git
a/emuvim/cli/datacenter.py
b/emuvim/cli/datacenter.py
old mode 100644
(file)
new mode 100755
(executable)
diff --git
a/emuvim/cli/network.py
b/emuvim/cli/network.py
old mode 100644
(file)
new mode 100755
(executable)
diff --git
a/emuvim/dcemulator/__init__.py
b/emuvim/dcemulator/__init__.py
old mode 100644
(file)
new mode 100755
(executable)
diff --git
a/emuvim/dcemulator/link.py
b/emuvim/dcemulator/link.py
old mode 100644
(file)
new mode 100755
(executable)
diff --git
a/emuvim/dcemulator/net.py
b/emuvim/dcemulator/net.py
old mode 100644
(file)
new mode 100755
(executable)
diff --git
a/emuvim/dcemulator/node.py
b/emuvim/dcemulator/node.py
old mode 100644
(file)
new mode 100755
(executable)
diff --git
a/emuvim/example_topology.py
b/emuvim/example_topology.py
old mode 100644
(file)
new mode 100755
(executable)
diff --git
a/emuvim/test/__main__.py
b/emuvim/test/__main__.py
old mode 100644
(file)
new mode 100755
(executable)
diff --git
a/emuvim/test/runner.py
b/emuvim/test/runner.py
old mode 100644
(file)
new mode 100755
(executable)
diff --git
a/emuvim/test/test_api_zerorpc.py
b/emuvim/test/test_api_zerorpc.py
old mode 100644
(file)
new mode 100755
(executable)
diff --git
a/emuvim/test/test_emulator.py
b/emuvim/test/test_emulator.py
old mode 100644
(file)
new mode 100755
(executable)