X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=resources%2Ftools%2Ftestbed-setup%2Fansible%2Finventories%2Flf_inventory%2Fgroup_vars%2Fall.yaml;h=68994ec36b01ab5b05fc9b87b749db17ff367689;hb=f4604e91598ef6f914b7ce1ab57f7d44dc043460;hp=062f3af10e01d2e75006bfa4978dad4064c9975e;hpb=1f2f456231931c0704c932499c285242005b32bf;p=csit.git 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'