aboutsummaryrefslogtreecommitdiffstats
path: root/kud/deployment_infra/playbooks/kud-vars.yml
diff options
context:
space:
mode:
authorTodd Malsbary <todd.malsbary@intel.com>2020-10-01 14:17:59 -0700
committerTodd Malsbary <todd.malsbary@intel.com>2020-10-05 13:13:06 -0700
commit61dbe22ebb42279e388f53c557c267d43a774ed2 (patch)
treee32aae2483599a1d7dda614217656c96c19db9cc /kud/deployment_infra/playbooks/kud-vars.yml
parente70a776fd2d16d7d386af0354afd3e086068ef00 (diff)
Build and deploy sriov module only on supported hosts.
Building on the target host fixes a couple issues: - In the containerized installer, the container image does not include the necessary kernel headers to build the module. - The build and target host must have the same kernel version. There is no guarantee of this. The deploy uses NFD, similar to the QAT playbook. Issue-ID: MULTICLOUD-1228 Signed-off-by: Todd Malsbary <todd.malsbary@intel.com> Change-Id: I58705b73b8ce6d381b4649d5a20b8644e51e1b13
Diffstat (limited to 'kud/deployment_infra/playbooks/kud-vars.yml')
-rw-r--r--kud/deployment_infra/playbooks/kud-vars.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/kud/deployment_infra/playbooks/kud-vars.yml b/kud/deployment_infra/playbooks/kud-vars.yml
index 30e54f03..8f8ff5c3 100644
--- a/kud/deployment_infra/playbooks/kud-vars.yml
+++ b/kud/deployment_infra/playbooks/kud-vars.yml
@@ -62,7 +62,8 @@ helm_client_version: 2.13.1
# kud playbooks not compatible with 2.8.0 - see MULTICLOUD-634
ansible_version: 2.9.7
-sriov_dest: "{{ base_dest }}/sriov"
+sriov_pkgs: make,gcc
+sriov_dest: "{{ base_dest }}/sriov_driver"
sriov_driver_source_type: "tarball"
sriov_driver_version: 3.7.34
sriov_driver_url: "https://downloadmirror.intel.com/28943/eng/iavf-{{ sriov_driver_version }}.tar.gz"