X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=README.md;h=bf8947ec0cc641f695f159a0b4927860be0ab487;hb=655815663bf8234c837793db7a5e2e3c50164d3f;hp=14ba2e8ed9a6aa902f0e6c1bb82eb9248cca7434;hpb=687b81cc9e9d592b75e100016308bf9a14984163;p=osm%2Fvim-emu.git diff --git a/README.md b/README.md index 14ba2e8..bf8947e 100755 --- a/README.md +++ b/README.md @@ -26,6 +26,7 @@ # partner consortium (www.sonata-nfv.eu). --> + # vim-emu: A NFV multi-PoP emulation platform This emulation platform was created to support network service developers to locally prototype and test their network services in realistic end-to-end multi-PoP scenarios. It allows the execution of real network functions, packaged as Docker containers, in emulated network topologies running locally on the developer's machine. The emulation platform also offers OpenStack-like APIs for each emulated PoP so that it can integrate with MANO solutions, like OSM. The core of the emulation platform is based on [Containernet](https://containernet.github.io). @@ -85,6 +86,8 @@ cd git clone https://github.com/containernet/containernet.git cd ~/containernet/ansible sudo ansible-playbook -i "localhost," -c local install.yml +cd .. +sudo python setup.py install ``` ##### Step 2. vim-emu installation @@ -94,6 +97,8 @@ cd git clone https://osm.etsi.org/gerrit/osm/vim-emu.git cd ~/vim-emu/ansible sudo ansible-playbook -i "localhost," -c local install.yml +cd .. +sudo python setup.py install ``` #### Option 2: Nested Docker Deployment @@ -130,9 +135,7 @@ A more advanced example that includes OSM can be found in the [official vim-emu ### Further documentation and useful links * [Official vim-emu documentation in the OSM wiki](https://osm.etsi.org/wikipub/index.php/VIM_emulator) -* [Full CLI command documentation](https://github.com/sonata-nfv/son-emu/wiki/CLI-Command-Overview) -* [Requirements for Docker containers executed by the emulator](https://github.com/sonata-nfv/son-emu/wiki/Container-Requirements) -* [REST API](https://github.com/sonata-nfv/son-emu/wiki/APIs) +* [Full vim-emu documentation on GitHub](https://github.com/containernet/vim-emu) * [Mininet](http://mininet.org) * [Containernet](https://containernet.github.io) * [Maxinet](https://maxinet.github.io)