summaryrefslogtreecommitdiffstats
path: root/functions.sh
diff options
context:
space:
mode:
authorMichael S. Pedersen <michaelx.pedersen@intel.com>2021-01-21 14:18:53 +0000
committerRihab Banday <rihab.banday@ericsson.com>2021-03-03 15:22:47 +0000
commite6d9e75675c91f5a69a0c968e3df33f63a22bb36 (patch)
tree006822ba720e67c70d334ae4567e827a33fbbaaf /functions.sh
parentc3e3fe23c80d386a23a4344933bdc0c942dc5ba8 (diff)
Support Ubuntu 18.04 and 20.04 LTS as target OS
Fixes: [KUB-42] Add support for Ubuntu 18.04 and 20.04 LTS as host OS on target nodes Also includes patch for using vfio-pci module on Ubuntu 18.04 LTS Signed-off-by: Michael S. Pedersen <michaelx.pedersen@intel.com> Change-Id: Id6150ff30040addfdd7d860bec48583e33a25c59 Reviewed-on: https://gerrit.opnfv.org/gerrit/c/kuberef/+/71788 Tested-by: jenkins-ci <jenkins-opnfv-ci@opnfv.org> Reviewed-by: Rihab Banday <rihab.banday@ericsson.com>
Diffstat (limited to 'functions.sh')
-rwxr-xr-xfunctions.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/functions.sh b/functions.sh
index a446acb..fce71f6 100755
--- a/functions.sh
+++ b/functions.sh
@@ -243,6 +243,8 @@ cp ${PROJECT_ROOT}/${INSTALLER}/{all.yml,kube-node.yml} \
${PROJECT_ROOT}/container-experience-kits/group_vars/
cp ${PROJECT_ROOT}/${INSTALLER}/patched_cmk_build.yml \
${PROJECT_ROOT}/container-experience-kits/roles/cmk_install/tasks/main.yml
+cp ${PROJECT_ROOT}/${INSTALLER}/patched_vfio.yml \
+ ${PROJECT_ROOT}/container-experience-kits/roles/sriov_nic_init/tasks/bind_vf_driver.yml
sudo docker run --rm \
-e ANSIBLE_CONFIG=/bmra/ansible.cfg \
-e PROFILE=${BMRA_PROFILE} \