msimonin / ombt-orchestrator

Framework to evaluate different message buses using oslo.messaging (via ombt)
GNU General Public License v3.0
3 stars 4 forks source link

Add support for network constraints #56

Closed msimonin closed 6 years ago

msimonin commented 6 years ago

Enoslib allows to specify network_constraints (see [1]): In the conf we could have a tc section corresponding to the object taken in input from the Enoslib:

Example:

tc: 
  enable: true
  default_delay:  20ms
  default_rate: 1gbit
  groups: [ombt-client, bus]

And a dedicated task: tc that can be called from the command line :

msimonin commented 6 years ago

@jrbalderrama I've added you in the assignees :)