Add CPU isolation support for Yardstick NSB setup 15/63215/8
authorStepan Andrushko <stepanx.andrushko@intel.com>
Fri, 5 Oct 2018 18:42:33 +0000 (21:42 +0300)
committerStepan Andrushko <stepanx.andrushko@intel.com>
Wed, 6 Feb 2019 16:40:55 +0000 (18:40 +0200)
commit4c72b415a9689986fede6775d31af67980ef7aaa
tree7793f0e81dcd278ea933f5c85e58fa12a135a22f
parent88c5dda9712afc71742b164905f21cfff45926fa
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 <stepanx.andrushko@intel.com>
ansible/install-inventory.ini
ansible/install.yaml
ansible/roles/enable_cpu_isolation_on_boot/defaults/main.yml [new file with mode: 0644]
ansible/roles/enable_cpu_isolation_on_boot/tasks/main.yml [new file with mode: 0644]
ansible/ubuntu_server_baremetal_deploy_samplevnfs.yml