X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=README.md;h=f15b59cfada6b956d63011327ed7e36e253eefcd;hb=c2f3af900369b6af8c4e5ab1a6225cda9239a16b;hp=a0fa3979575aee5a1f68d83b0563132bc6c651e4;hpb=97a2da99196a99ca171da4a16669266dbb189a61;p=osm%2Fvim-emu.git diff --git a/README.md b/README.md old mode 100644 new mode 100755 index a0fa397..f15b59c --- a/README.md +++ b/README.md @@ -48,16 +48,25 @@ Automatic installation is provide through Ansible playbooks. * `sudo python example_topology.py` * Second terminal: * `cd ~/son-emu/emuvim/cli` - * `./son-emu-cli compute start -d dc1 -n vnf1` - * `./son-emu-cli compute start -d dc1 -n vnf2` + * `./son-emu-cli compute start -d datacenter1 -n vnf1` + * `./son-emu-cli compute start -d datacenter1 -n vnf2` * `./son-emu-cli compute list` * First terminal: * `dockernet> vnf1 ping -c 2 vnf2` +* Second terminal: + * `./son-emu-cli monitor get_rate -vnf vnf1` + +#### Example scripts: + * `./start_dcnetwork` starts an example datacenter network with monitoring api endpoint + * `./start_example_chain` sets up an example service chain, using the example docker container from `package_samples` https://github.com/sonata-nfv/packaging_samples/tree/master/VNFs ### Run Unit Tests * `cd ~/son-emu/emuvim` * `sudo python test` or `sudo python test -v` for more outputs +### CLI +* [Full CLI command documentation](https://github.com/sonata-nfv/son-emu/wiki/CLI-Command-Overview) + ### TODO * DCemulator