Infra: Ansible Ubuntu 20.04 follow-ups 51/31651/1
authorpmikus <pmikus@cisco.com>
Mon, 15 Mar 2021 19:36:40 +0000 (19:36 +0000)
committerpmikus <pmikus@cisco.com>
Mon, 15 Mar 2021 19:36:40 +0000 (19:36 +0000)
Signed-off-by: pmikus <pmikus@cisco.com>
Change-Id: I36a8b4a6cab976f51685df56c0dc2d95c00e248f

resources/tools/testbed-setup/ansible/inventories/lf_inventory/host_vars/10.30.51.49.yaml
resources/tools/testbed-setup/ansible/inventories/lf_inventory/host_vars/10.30.51.69.yaml
resources/tools/testbed-setup/ansible/roles/common/defaults/main.yaml
resources/tools/testbed-setup/ansible/roles/mellanox/defaults/main.yaml
resources/tools/testbed-setup/ansible/roles/trex/defaults/main.yaml
resources/tools/testbed-setup/ansible/sut.yaml

index 62ef6da..a227893 100644 (file)
@@ -1,7 +1,7 @@
 ---
 # file: host_vars/10.30.51.49.yaml
 
-hostname: "s19-t33t34-tg1"
+hostname: "s19-t33t211-tg1"
 grub:
   audit: "0"
   hpet: "disable"
@@ -26,4 +26,4 @@ sysctl:
     max_map_count: 20000
 
 inventory_ipmi_hostname: '10.30.50.46'
-cpu_microarchitecture: "skylake"
+cpu_microarchitecture: "skylake"
\ No newline at end of file
index 7c2931e..43e40eb 100644 (file)
@@ -34,6 +34,7 @@ packages_by_distro:
       - "python3-cffi-backend"
       - "python3-dev"
       - "python3-pip"
+      - "python3-pyelftools"
       - "python3-setuptools"
     focal:
       - "build-essential"
@@ -45,6 +46,7 @@ packages_by_distro:
       - "python3-cffi-backend"
       - "python3-dev"
       - "python3-pip"
+      - "python3-pyelftools"
       - "python3-setuptools"
 
 packages_by_arch:
@@ -67,5 +69,4 @@ packages_by_arch:
 #  ftp_proxy: http://proxy.com:80
 #  FTP_PROXY: http://proxy.com:80
 #  no_proxy: localhost,127.0.0.1,{{ ansible_default_ipv4.address }}
-#  NO_PROXY: localhost,127.0.0.1,{{ ansible_default_ipv4.address }}
-
+#  NO_PROXY: localhost,127.0.0.1,{{ ansible_default_ipv4.address }}
\ No newline at end of file
index a77bc67..0961ec7 100644 (file)
@@ -18,4 +18,4 @@ packages_by_arch:
   x86_64:
     - []
 
-mellanox_version: "4.6-1.0.1.1"
+mellanox_version: "5.2-1.0.4.0"
\ No newline at end of file
index 0fb7dd3..19bb15e 100644 (file)
@@ -40,7 +40,5 @@ packages_by_arch:
 trex_target_dir: "/opt"
 trex_url: "https://github.com/cisco-system-traffic-generator/trex-core/archive/"
 trex_version:
-  # rls2009
-  - "2.82"
-  # rls2101
-  - "2.86"
+  # master // ubuntu 20.04
+  - "2.88"
\ No newline at end of file
index abc25a2..b449394 100644 (file)
@@ -28,8 +28,6 @@
       tags: dpdk
     - role: kernel_vm
       tags: kernel_vm
-    - role: csit_sut_image
-      tags: csit_sut_image
     - role: performance_tuning
       tags: performance_tuning
     - role: cleanup