Python3: PIP requirement
[csit.git] / resources / tools / testbed-setup / ansible / inventories / lf_inventory / group_vars / all.yaml
1 ---
2 # file: lf_inventory/group_vars/all.yaml
3
4 # Ansible interpreter (for PIP)
5 ansible_python_interpreter: 'python3'
6 # provision via cobbler
7 provision_enabled: False
8 # name_servers_search is used in /etc/hosts file on target machine.
9 name_servers_search: 'linuxfoundation.org'
10 # name_servers is used in /etc/netplan/01-netcfg.yaml
11 name_servers: "1.1.1.1, 8.8.8.8"
12
13 # Proxy settings: Uncomment and fill the proper values. These variables will be
14 # set globally by writing into /etc/environment file on target machine.
15 #proxy_env:
16 #  http_proxy: http://proxy.com:80
17 #  HTTP_PROXY: http://proxy.com:80
18 #  https_proxy: http://proxy.com:80
19 #  HTTPS_PROXY: http://proxy.com:80
20 #  ftp_proxy: http://proxy.com:80
21 #  FTP_PROXY: http://proxy.com:80
22 #  no_proxy: localhost,127.0.0.1,{{ ansible_default_ipv4.address }}
23 #  NO_PROXY: localhost,127.0.0.1,{{ ansible_default_ipv4.address }}
24
25 # TRex settings.
26 trex:
27   target_dir: '/opt'
28   version: '2.61'
29
30 # DPDK settings.
31 dpdk:
32   target_dir: '/opt'
33   version: 'dpdk-19.02'
34   url: 'https://fast.dpdk.org/rel'
35   build_targets:
36     aarch64: "arm64-armv8a"
37     x86_64: "x86_64-native"
38
39 # WRK settings.
40 wrk:
41   target_dir: '/opt'
42   version: '4.0.2'
43
44 # Calibration settings.
45 jitter:
46   directory: '/tmp/pma_tools'
47   core: 7
48   iterations: 30
49
50 # Mellanox OFED settings.
51 mellanox:
52   version: '4.6-1.0.1.1'