T-Rex: Upgrade to 2.73 with DDP profile fix
[csit.git] / resources / tools / testbed-setup / ansible / inventories / lf_inventory / group_vars / all.yaml
index 4d96a39..ca0d2d9 100644 (file)
@@ -1,13 +1,14 @@
 ---
-# file: group_vars/all.yaml
+# file: lf_inventory/group_vars/all.yaml
 
-# General variables
-ansible_python_interpreter: '/usr/bin/python2.7'
-ansible_become_pass: '{{ inventory_sudo_pass }}'
+# Ansible interpreter (for PIP)
+ansible_python_interpreter: 'python3'
+# provision via cobbler
+provision_enabled: False
 # name_servers_search is used in /etc/hosts file on target machine.
 name_servers_search: 'linuxfoundation.org'
 # name_servers is used in /etc/netplan/01-netcfg.yaml
-name_servers: "[ 199.204.44.24, 199.204.47.54 ]"
+name_servers: "1.1.1.1, 8.8.8.8"
 
 # Proxy settings: Uncomment and fill the proper values. These variables will be
 # set globally by writing into /etc/environment file on target machine.
@@ -21,22 +22,31 @@ name_servers: "[ 199.204.44.24, 199.204.47.54 ]"
 #  no_proxy: localhost,127.0.0.1,{{ ansible_default_ipv4.address }}
 #  NO_PROXY: localhost,127.0.0.1,{{ ansible_default_ipv4.address }}
 
-# Docker settings.
-docker_edition: 'ce'
-docker_channel: 'edge'
-docker_version: '18.05.0'
-docker_users: ['testuser']
-docker_repository: 'deb https://download.docker.com/linux/{{ ansible_distribution | lower }} {{ ansible_distribution_release }} {{ docker_channel }}'
-docker_apt_package_name: '{{ docker_version }}~{{ docker_edition }}~3-0~{{ ansible_distribution | lower }}'
-docker_daemon_environment_http:
-  - 'HTTP_PROXY={{ proxy_env.http_proxy }}'
-  - 'NO_PROXY={{ proxy_env.no_proxy }}'
-docker_daemon_environment_https:
-  - 'HTTPS_PROXY={{ proxy_env.https_proxy }}'
-  - 'NO_PROXY={{ proxy_env.no_proxy }}'
+# TRex settings.
+trex:
+  target_dir: '/opt'
+  version: '2.73'
 
-# Kubernetes settings.
-kubernetes_channel: 'main'
-kubernetes_version: '1.11.0-00'
-kubernetes_repository: 'deb http://apt.kubernetes.io/ kubernetes-xenial {{ kubernetes_channel }}'
-kubernetes_apt_package_name: '{{ kubernetes_version }}'
+# DPDK settings.
+dpdk:
+  target_dir: '/opt'
+  version: 'dpdk-19.02'
+  url: 'https://fast.dpdk.org/rel'
+  build_targets:
+    aarch64: "arm64-armv8a"
+    x86_64: "x86_64-native"
+
+# WRK settings.
+wrk:
+  target_dir: '/opt'
+  version: '4.0.2'
+
+# Calibration settings.
+jitter:
+  directory: '/tmp/pma_tools'
+  core: 7
+  iterations: 30
+
+# Mellanox OFED settings.
+mellanox:
+  version: '4.6-1.0.1.1'