Lead developers (able to merge pull requests):
pip install zerorpcAutomatic installation is provide through Ansible playbooks.
sudo apt-get install ansible gitsudo vim /etc/ansible/hostslocalhost ansible_connection=localcdgit clone -b dockernet-sonata https://github.com/mpeuster/dockernet.gitcd ~/dockernet/ansiblesudo ansible-playbook install.ymlcdgit clone https://github.com/<user>/son-emu.gitcd ~/son-emu/ansiblesudo ansible-playbook install.ymlIn the ~/son-emu directory:
python setup.py developpython setup.py installsudo python src/emuvim/example_topology.pyson-emu-cli compute start -d datacenter1 -n vnf1son-emu-cli compute start -d datacenter1 -n vnf2son-emu-cli compute listdockernet> vnf1 ping -c 2 vnf2son-emu-cli monitor get_rate -vnf vnf1./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/VNFscd ~/son-emusudo py.test -v src/emuvim (equivalent to python setup.py test -v --addopts 'src/emuvim' but with direct access to the commandline arguments)