From 4c72b415a9689986fede6775d31af67980ef7aaa Mon Sep 17 00:00:00 2001 From: Stepan Andrushko Date: Fri, 5 Oct 2018 21:42:33 +0300 Subject: Add CPU isolation support for Yardstick NSB setup Add support to define CPU isolation in grub by using NSB setup script. List of CPU's to be isolated is not used by default and is defined in install-inventory.ini. Warning: reboot is required to apply CPU isolation to grub. JIRA: YARDSTICK-1467 Change-Id: I54ffa925a8f3059180d17ff4f1c41ff6e0f12066 Signed-off-by: Stepan Andrushko --- ansible/install.yaml | 1 + 1 file changed, 1 insertion(+) (limited to 'ansible/install.yaml') diff --git a/ansible/install.yaml b/ansible/install.yaml index 6146c7f19..847f01c57 100644 --- a/ansible/install.yaml +++ b/ansible/install.yaml @@ -67,6 +67,7 @@ # can't update grub in chroot/docker - enable_hugepages_on_boot - enable_iommu_on_boot + - enable_cpu_isolation_on_boot # needed for collectd plugins - increase_open_file_limits - install_image_dependencies -- cgit 1.2.3-korg