Matthieu Simonin
Matthieu Simonin
We should definitely put something on this direction, in the doc we could have a `philosophy` section ?
We are now able to build on demand vm for this kind of lab (see tests/functionnal/vagrant/packaging). the resulting box can be uploaded to vagrantcloud : https://app.vagrantup.com/discovery/boxes/enos In my opinion we...
I think this is still present. Could we fix it ?
Good idea ! As you mentionned in #170, there will be maybe a need to pass some parameters through some environment variables. This is still unclear to me how to...
Here is what I had in mind. The destroy should also remove any container set up during the `up` phase (registry, cadvisor) ``` enos deploy enos destroy ``` We could...
'resources' is confusing :)
Setup : ``` topology: grp1: parasilo: control: 1 network: 1 util: 1 grp2: parasilo: compute: 1 grp3: parasilo: compute: 1 network_constraints: default_delay: 10ms default_rate: 50mbit enable: true ``` Actually there...
@alebre I think the short answer is : The way Enos applies traffic shapping rules is * ok, Without DVR * ok in every(1) cases except one with DVR :...