062f3af10e01d2e75006bfa4978dad4064c9975e
[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 # General variables
5 ansible_python_interpreter: '/usr/bin/python2.7'
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: "199.204.44.24, 199.204.47.54"
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 # Docker settings.
26 docker_edition: 'ce'
27 docker_channel: 'edge'
28 docker_version: '18.05.0'
29 docker_users: ['testuser']
30 docker_repository: 'deb https://download.docker.com/linux/{{ ansible_distribution | lower }} {{ ansible_distribution_release }} {{ docker_channel }}'
31 docker_apt_package_name: '{{ docker_version }}~{{ docker_edition }}~3-0~{{ ansible_distribution | lower }}'
32 docker_daemon_environment_http:
33   - 'HTTP_PROXY={{ proxy_env.http_proxy }}'
34   - 'NO_PROXY={{ proxy_env.no_proxy }}'
35 docker_daemon_environment_https:
36   - 'HTTPS_PROXY={{ proxy_env.https_proxy }}'
37   - 'NO_PROXY={{ proxy_env.no_proxy }}'
38
39 # Kubernetes settings.
40 kubernetes:
41   version: '1.11.0-00'
42   repository: 'deb http://apt.kubernetes.io/ kubernetes-xenial main'
43
44 # TRex settings.
45 trex:
46   target_dir: '/opt'
47   version: '2.61'
48   url: 'https://github.com/cisco-system-traffic-generator/trex-core/archive'
49
50 # DPDK settings.
51 dpdk:
52   target_dir: '/opt'
53   version: 'dpdk-19.02'
54   url: 'https://fast.dpdk.org/rel'
55   build_targets:
56     aarch64: "arm64-armv8a"
57     x86_64: "x86_64-native"
58
59 # WRK settings.
60 wrk:
61   target_dir: '/opt'
62   version: '4.0.2'
63   url: 'https://github.com/wg/wrk/archive'
64
65 # Calibration settings.
66 jitter:
67   directory: '/tmp/pma_tools'
68   core: 7
69   iterations: 30