1. 27b6d95 SDN chaining now via ryu rest api by stevenvanrossem · 10 years ago
  2. 461941c set chaining via VLANs by stevenvanrossem · 10 years ago
  3. 898a2af add birectional option for set Chain by stevenvanrossem · 10 years ago
  4. 23c4809 add birectional option for set Chain by stevenvanrossem · 10 years ago
  5. 700ed32 extra match field for SDN chaining commands by stevenvanrossem · 10 years ago
  6. a1e59c7 extra match field for SDN chaining commands by stevenvanrossem · 10 years ago
  7. 307aa1f fix bug in chaining command by stevenvanrossem · 10 years ago
  8. e66ea3b enable learning switch by stevenvanrossem · 10 years ago
  9. edcbeeb first implementation profile command by stevenvanrossem · 10 years ago
  10. 5b37641 name docker interfaces according to start_compute option by stevenvanrossem · 10 years ago
  11. 994245b fix network definition when starting container by stevenvanrossem · 10 years ago
  12. e66ef12 return docker configuration data on compute start by stevenvanrossem · 10 years ago
  13. 1f68afb add weight metric for adding network links by stevenvanrossem · 10 years ago
  14. 6b1d9b9 add weight metric for adding network links by stevenvanrossem · 10 years ago
  15. 61fd528 update monitoring with prometheus by stevenvanrossem · 10 years ago
  16. e8ca4ed Merge remote-tracking branch 'upstream/master' by stevenvanrossem · 10 years ago
  17. 3862357 added reminder to adapt SDN chaining by stevenvanrossem · 10 years ago
  18. 8687cb7 Added a dummy resource model that logs allocations but does no limitations. Used as reference for the emulator paper's evaluation by peusterm · 10 years ago
  19. a41f786 Added proper exception handling, if there are not enough free resources to allocate a container. by peusterm · 10 years ago
  20. 0dc3ae0 Fix: Test bug - we have to force the right Docker image to be used for the tests. Trusty works. by peusterm · 10 years ago
  21. c3f07c1 Retest by peusterm · 10 years ago
  22. bf59d27 added logging for over provisioning model by peusterm · 10 years ago
  23. c5fb241 Added first version of CPU overprovisioning model. Seems to work. Tests are WIP. by peusterm · 10 years ago
  24. 6a6d9a6 small refactoring as preparation for overprovisioning RM by peusterm · 10 years ago
  25. 81d2d51 Cleanup. Fix. by peusterm · 10 years ago
  26. 83b8218 Small cleanup by peusterm · 10 years ago
  27. 48727c8 Merge branch 'master' of github.com:mpeuster/son-emu by peusterm · 10 years ago
  28. bb14dab Fix: I somehow messed up some commits by clicking the "revert" button on the github page. Stupid me. by peusterm · 10 years ago
  29. 2bfc841 Fixed merge problems. by peusterm · 10 years ago
  30. 300e1e5 update network stop command by stevenvanrossem · 10 years ago
  31. adfd06f start prometheus pushgateway by stevenvanrossem · 10 years ago
  32. 59c92b7 Fix: I somehow messed up some commits by clicking the "revert" button on the github page. Stupid me. by peusterm · 10 years ago
  33. 5bf6189 Fixed merge problems. by peusterm · 10 years ago
  34. fed146d Merge remote-tracking branch 'upstream/master' by peusterm · 10 years ago
  35. 3b9527f Cleanup of RM model. by peusterm · 10 years ago
  36. 80f18b0 new example file for monitoring demo by stevenvanrossem · 10 years ago
  37. eb1f798 Revert "improved resource model logging" by peusterm · 10 years ago
  38. 8bbc228e improved resource model logging by peusterm · 10 years ago
  39. 36c070c Re-enabled logging of resource model state by peusterm · 10 years ago
  40. 1afc6ed cleaned up old code in node.py by peusterm · 10 years ago
  41. d18559d Re-wrote resource model API and UPB simple resource model. Due to an update of Dockernet, we can now change resource limits at runtime. by peusterm · 10 years ago
  42. 214fc0d deactivate mem limit for resource model re-write by peusterm · 10 years ago
  43. 0ec2510 Monitoring should be optional, not default to keep emulate footprint small. by peusterm · 10 years ago
  44. 60670da add monitor as an option to start emulator by stevenvanrossem · 10 years ago
  45. bbdb5ee start cadvisor and prometheus at startup by stevenvanrossem · 10 years ago
  46. b098cb5 start cadvisor and prometheus docker container at startup by stevenvanrossem · 10 years ago
  47. c6abf13 start prometheus and cadvisor with Dockernet by stevenvanrossem · 10 years ago
  48. a24b437 update monitor features by stevenvanrossem · 10 years ago
  49. df6cd75 updated SDN chaining commands by stevenvanrossem · 10 years ago
  50. ed711fd updated SDN chaining commands by stevenvanrossem · 10 years ago
  51. 9315da4 specify interface option for monitoring command by stevenvanrossem · 10 years ago
  52. c114902 allow multiple edges/interfaces per vnf in the DCNetwork graph by stevenvanrossem · 10 years ago
  53. 14c8905 extend --net options for compute start by stevenvanrossem · 10 years ago
  54. 13e8277 improved resource logging by peusterm · 10 years ago
  55. 60bf8b8 Added logging functionality to resource models. by peusterm · 10 years ago
  56. 972a9f0 Added memory model to UPB simple resource model by peusterm · 10 years ago
  57. a4d8479 Added emulation max memory property to network and RM registrar by peusterm · 10 years ago
  58. 71b3a2f Connected respurce model outputs for CPU limits to Dockernet API. Closes #47 by peusterm · 10 years ago
  59. 279565d Added UPB simple resource model and corresponding tests. Closes #12 by peusterm · 10 years ago
  60. 3444ae4 WORKS! First dummy GK version that is ablte to deploy the example service package on the emulator. Some checks are missing and no chain setup done until now. by peusterm · 10 years ago
  61. de14f33 Fix: Always use Mininet's default controller for unit tests. Only use the other one if you really want to test it. by peusterm · 10 years ago
  62. 391773a Ensure that ryu is killed by peusterm · 10 years ago
  63. ef6629e CI problem seems to be caused by not started Ryu controller. by peusterm · 10 years ago
  64. 43485a2 Further tests for resource model api by peusterm · 10 years ago
  65. a769d95 Further work on resource model API by peusterm · 10 years ago
  66. 42f08be Initial resource limitation model API and classes. by peusterm · 10 years ago
  67. e26487b Added prototpye of SONATA gatekeeper API. Can already accept uploaded packages and store them. by peusterm · 10 years ago
  68. ea8db83 Enabled TCLinks (e.g. delay property) between data centers. by peusterm · 10 years ago
  69. 9524ad3 Using absolute import path by cgeoffroy · 10 years ago
  70. 3eef9fd Moving emuvim into the src directory by cgeoffroy · 10 years ago