add yardstick iruya 9.0.0 release notes
[yardstick.git] / 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     - curl
34   RedHat:
35     - bc
36     - fio
37     - git
38     - gcc
39     - iperf3
40     - ethtool
41     - iproute
42     - perf
43     - kernel-tools
44     - lmbench
45     - make
46     - netperf
47     - patch
48     - perl
49     - rt-tests
50     - stress
51     - sysstat
52     - unzip
53     - python-devel
54     - curl