Mentions légales du service

Skip to content
Snippets Groups Projects
Forked from discovery / enoslib
Source project has a limited visibility.
  • SIMONIN Matthieu's avatar
    d238de27
    Speed up Netem · d238de27
    SIMONIN Matthieu authored
    All the rules are now generated in python and the exact sequence of commands to
    run is passed to Ansible. We should now only pay the parallelism overhead of
    Ansible regardless the number of devices/ips involved.
    
    Extra stuffs:
    - doc
    - extract netem schema
    - add when in the top level kwargs of the API
    
    Fix #71
    Verified
    d238de27
    History
    Speed up Netem
    SIMONIN Matthieu authored
    All the rules are now generated in python and the exact sequence of commands to
    run is passed to Ansible. We should now only pay the parallelism overhead of
    Ansible regardless the number of devices/ips involved.
    
    Extra stuffs:
    - doc
    - extract netem schema
    - add when in the top level kwargs of the API
    
    Fix #71