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:
e44c971
)
README
author
peusterm
<manuel.peuster@uni-paderborn.de>
Thu, 14 Jan 2016 16:05:12 +0000
(17:05 +0100)
committer
peusterm
<manuel.peuster@uni-paderborn.de>
Thu, 14 Jan 2016 16:05:12 +0000
(17:05 +0100)
README.md
patch
|
blob
|
history
diff --git
a/README.md
b/README.md
index
0dcf5a6
..
c4dc27b
100644
(file)
--- a/
README.md
+++ b/
README.md
@@
-42,9
+42,15
@@
Automatic installation is provide through an Ansible playbook.
### Run
* First terminal:
+ * `cd emulator-strawman/emuvim`
* `sudo python example_topology.py`
* Second terminal:
- * TODO add CLI commands here (e.g. request the start of a new compute resource)
+ * `cd emulator-strawman/emuvim/cli`
+ * `./son-emu-cli compute start -d dc1 -n vnf1`
+ * `./son-emu-cli compute start -d dc1 -n vnf2`
+ * `./son-emu-cli compute list`
+* First terminal:
+ * `dockernet> vnf1 ping -c 2 vnf2`
### TODO