| commit | 9219983129248e2b5f7dfd5d1556b9789a8214ee | [log] [tgz] |
|---|---|---|
| author | peusterm <manuel.peuster@uni-paderborn.de> | Wed Feb 03 09:52:19 2016 +0100 |
| committer | peusterm <manuel.peuster@uni-paderborn.de> | Wed Feb 03 09:52:19 2016 +0100 |
| tree | 2beeba5acca98e3e3f10a154fa127cf8c678472b | |
| parent | 726a45874fda781f19d1bc1c21b18ba8526e2c19 [diff] | |
| parent | bf2e33f41b0aa5d70c4f69796e0f6f26ec175054 [diff] |
Merge pull request #3 from stevenvanrossem/patch-1 Update README.md
Contributors:
Automatic installation is provide through an Ansible playbook.
sudo apt-get install ansible gitsudo vim /etc/ansible/hostslocalhost ansible_connection=localgit clone 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.ymlcd son-emu/emuvimsudo python example_topology.pycd 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 listdockernet> vnf1 ping -c 2 vnf2DCemulator
Advanced network model
improve network management, multiple interfaces per container
API to create multiple networks (per DC?)
Add resource constraints to datacenters
Check if we can use the Mininet GUI to visualize our DCs?
(Unit tests for zerorpc API endpoint)