42951bf6d4ccc7a30da89c8c677389f5c58dc3d8
[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     - netperf
24     - bonnie++
25     - lmbench
26     # for Trex
27     - libpython2.7-dev
28     # for IxLoad
29     - libxft-dev
30     - libxss-dev
31     - expect
32     - libnuma-dev
33   RedHat:
34     - bc
35     - fio
36     - git
37     - gcc
38     - iperf3
39     - ethtool
40     - iproute
41     - perf
42     - kernel-tools
43     - lmbench
44     - make
45     - netperf
46     - patch
47     - perl
48     - rt-tests
49     - stress
50     - sysstat
51     - unzip
52     - python-devel