Modify kernel VM download to custom build
[csit.git] / resources / tools / testbed-setup / ansible / roles / sut / tasks / ubuntu_bionic.yaml
index 8f0be43..b562ec1 100644 (file)
       - 'python-cffi-backend'
       - 'python3-cffi'
       - 'python3-cffi-backend'
+      - 'libnuma-dev'
+      - 'lzop'
+      - 'lrzip'
     state: 'present'
     install_recommends: False
   tags: install-csit-dependencies
+
+- name: Kernel VM install
+  include_tasks: '../../common/tasks/kernel_install.yaml'
+  tags: install-kernel-image