Ansible: iavf driver install 40/33240/2
authorJuraj Linkeš <juraj.linkes@pantheon.tech>
Fri, 23 Jul 2021 11:20:52 +0000 (13:20 +0200)
committerJuraj Linkeš <juraj.linkes@pantheon.tech>
Fri, 23 Jul 2021 13:31:53 +0000 (15:31 +0200)
commit5a1f1b7fa58c082dd359a7b4df700f5df3839bfd
treedc76c43f1b431821e53b6b0efc7c5d15dfb250ff
parent1da19da813655f643bc3c6e4d03bed987f076f07
Ansible: iavf driver install

* 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š <juraj.linkes@pantheon.tech>
fdio.infra.ansible/roles/intel/defaults/main.yaml
fdio.infra.ansible/roles/intel/tasks/i40e.yaml
fdio.infra.ansible/roles/intel/tasks/iavf.yaml [new file with mode: 0644]
fdio.infra.ansible/roles/intel/tasks/ice.yaml
fdio.infra.ansible/roles/intel/tasks/main.yaml
fdio.infra.ansible/roles/vpp_device/files/csit-initialize-vfs.sh
fdio.infra.ansible/roles/vpp_device/tasks/main.yaml
fdio.infra.ansible/vpp_device.yaml