From 5a1f1b7fa58c082dd359a7b4df700f5df3839bfd Mon Sep 17 00:00:00 2001 From: Juraj Linkeš Date: Fri, 23 Jul 2021 13:20:52 +0200 Subject: Ansible: iavf driver install MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * move iavf driver install from vpp_device to intel role * differentiate the names of tasks of various drivers to get better ansible logs * add .5 sleep when creating VFs with iavf to avoid improper init * fix install commands * add XL710QDA2 NIC to supported i40e NICs Change-Id: Id50e1552a322b9473e58222bfed3405d2d73c824 Signed-off-by: Juraj Linkeš --- fdio.infra.ansible/vpp_device.yaml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'fdio.infra.ansible/vpp_device.yaml') diff --git a/fdio.infra.ansible/vpp_device.yaml b/fdio.infra.ansible/vpp_device.yaml index 7e9c66eeb2..9e334e1749 100644 --- a/fdio.infra.ansible/vpp_device.yaml +++ b/fdio.infra.ansible/vpp_device.yaml @@ -18,6 +18,8 @@ tags: baremetal - role: common tags: common + - role: intel + tags: intel - role: docker tags: docker - role: nomad -- cgit 1.2.3-korg