diff options
author | Michael S. Pedersen <michaelx.pedersen@intel.com> | 2021-01-21 14:18:53 +0000 |
---|---|---|
committer | Rihab Banday <rihab.banday@ericsson.com> | 2021-03-03 15:22:47 +0000 |
commit | e6d9e75675c91f5a69a0c968e3df33f63a22bb36 (patch) | |
tree | 006822ba720e67c70d334ae4567e827a33fbbaaf /playbooks/roles/pre-install/vars/Debian.yml | |
parent | c3e3fe23c80d386a23a4344933bdc0c942dc5ba8 (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 'playbooks/roles/pre-install/vars/Debian.yml')
-rw-r--r-- | playbooks/roles/pre-install/vars/Debian.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/playbooks/roles/pre-install/vars/Debian.yml b/playbooks/roles/pre-install/vars/Debian.yml new file mode 100644 index 0000000..1a7144b --- /dev/null +++ b/playbooks/roles/pre-install/vars/Debian.yml @@ -0,0 +1,6 @@ +--- +bmra_pkgs: + - lshw + - pciutils + - ethtool + - python3 |