aboutsummaryrefslogtreecommitdiffstats
path: root/resources/tools/testbed-setup/ansible/inventories/lf_inventory
diff options
context:
space:
mode:
authorPeter Mikus <pmikus@cisco.com>2019-10-14 13:13:46 +0000
committerPeter Mikus <pmikus@cisco.com>2019-10-14 13:17:06 +0000
commitf4604e91598ef6f914b7ce1ab57f7d44dc043460 (patch)
treea84a7fed9be17916408c4c4f34c6b284d28b6d1c /resources/tools/testbed-setup/ansible/inventories/lf_inventory
parent1f2f456231931c0704c932499c285242005b32bf (diff)
Ansible: Mellanox install
+ OFED + ibdev2netdev - aligning few naming conventions Signed-off-by: Peter Mikus <pmikus@cisco.com> Change-Id: I0dff28b2cd4bbc4753597366d9b03b497fa336c4
Diffstat (limited to 'resources/tools/testbed-setup/ansible/inventories/lf_inventory')
-rw-r--r--resources/tools/testbed-setup/ansible/inventories/lf_inventory/group_vars/all.yaml8
1 files changed, 5 insertions, 3 deletions
diff --git a/resources/tools/testbed-setup/ansible/inventories/lf_inventory/group_vars/all.yaml b/resources/tools/testbed-setup/ansible/inventories/lf_inventory/group_vars/all.yaml
index 062f3af10e..68994ec36b 100644
--- a/resources/tools/testbed-setup/ansible/inventories/lf_inventory/group_vars/all.yaml
+++ b/resources/tools/testbed-setup/ansible/inventories/lf_inventory/group_vars/all.yaml
@@ -8,7 +8,7 @@ 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.
@@ -45,7 +45,6 @@ kubernetes:
trex:
target_dir: '/opt'
version: '2.61'
- url: 'https://github.com/cisco-system-traffic-generator/trex-core/archive'
# DPDK settings.
dpdk:
@@ -60,10 +59,13 @@ dpdk:
wrk:
target_dir: '/opt'
version: '4.0.2'
- url: 'https://github.com/wg/wrk/archive'
# Calibration settings.
jitter:
directory: '/tmp/pma_tools'
core: 7
iterations: 30
+
+# Mellanox OFED settings.
+mellanox:
+ version: '4.6-1.0.1.1'