Merge "Adding nfvi flag to enable data collection"
[yardstick.git] / ansible / roles / install_image_dependencies / defaults / main.yml
1 ---
2 pkg_mgr_retries: 3
3 epel_rpm_el7: https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
4
5 install_dependencies:
6   Debian:
7     - bc
8     - fio
9     - git
10     - gcc
11     - iperf3
12     - ethtool
13     - iproute2
14     - linux-tools-common
15     - linux-tools-generic
16     - make
17     - patch
18     - perl
19     - rt-tests
20     - stress
21     - sysstat
22     - unzip
23     # for Trex
24     - libpython2.7-dev
25   RedHat:
26     - bc
27     - fio
28     - git
29     - gcc
30     - iperf3
31     - ethtool
32     - iproute
33     - perf
34     - kernel-tools
35     - lmbench
36     - make
37     - netperf
38     - patch
39     - perl
40     - rt-tests
41     - stress
42     - sysstat
43     - unzip
44     - python-devel