The following lead developers are responsible for this repository and have admin rights. They can, for example, merge pull requests.
Automatic 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/examples/simple_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 vnf1cd ~/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)