Jérôme Jutteau

Results 91 issues of Jérôme Jutteau

This will remove some Butterfly code and avoid managing packetgraph threads by hand

PacketGraph

We currently have a correct performance within a single Butterfly but we probably can improve our performance between two Butterfly. Vtep performance is ok to achieve a 10GB rate so...

perf

Option already exists in API (sniff_target_nic_id) and should be implemented. We may use a combination of hub + diode + vhost bricks:

enhancement

The goal is to run Butterfly benchmarks on Outscale's test servers for each commit on master. - All tests results must be kept to see evolutions - Last (or all)...

tests

At the moment, we put 50 edge for vtep brick in graph. We may have to put a higher value but does this have any impact ? [this ticket](https://github.com/outscale/packetgraph/issues/296) try...

iperf3 by default fragments IP packets (8k) in UDP. Firewall probably don't let those packets pass. We can test it by removing `-l 1400` from iperf3 tests Note: if we...

bug

Firewalling may be optimized as the Butterfly specific graph is to only have one host behind a stateful firewall instance. This ticket is a reminder to work on this issue...

perf

Hi, Seems that "endpoints" in `osc/config.json` makes osc-cli crash. ``` $ osc-cli api ReadNets Traceback (most recent call last): File "/tmp/.mount_osc-clA4himb/opt/python3.9/bin/osc-cli", line 34, in sys.exit(load_entry_point('osc-sdk==1.8.0', 'console_scripts', 'osc-cli')()) File "/tmp/.mount_osc-clA4himb/opt/python3.9/lib/python3.9/site-packages/osc_sdk-1.8.0-py3.9.egg/osc_sdk/sdk.py", line...

bug

Once #198 done, we should be able to add tests for https://github.com/outscale/osc-cli/pull/196 so we check that feature still work with the correct condition.

enhancement

Hi, One osc-cli user reached me about a bug we may have in signature process: ``` osc-cli --profile profile fcu DescribeVolumes --Filter '[{"Name":"volume-id", "Value":"vol-082158a8 test"}]' ``` The space (" ")...