aboutsummaryrefslogtreecommitdiffstats
path: root/ansible/ansible.cfg
diff options
context:
space:
mode:
authorJingLu5 <lvjing5@huawei.com>2017-03-08 03:28:27 +0000
committerJingLu5 <lvjing5@huawei.com>2017-03-13 07:16:54 +0000
commitf138b480ea4c9954d107555d7a46ec3d4375653f (patch)
treebf0c6c68e13491c7e4c40f31db4bb24b43d64060 /ansible/ansible.cfg
parent106eae2d19ca59e27262a7d8c3cd4501507697ff (diff)
Add CPU pinning support for node context
JIRA: YARDSTICK-573 Since the yardstick framework now has supported an improved node type context, this patch adds support for VM vcpu pinning ability in the node type context. It provides several scripts that can be used to configurate the controller and compute nodes. Change-Id: If2c6e7b1b85ff78b9d2a5997bf03bdc6877aaf74 Signed-off-by: JingLu5 <lvjing5@huawei.com>
Diffstat (limited to 'ansible/ansible.cfg')
-rw-r--r--ansible/ansible.cfg2
1 files changed, 2 insertions, 0 deletions
diff --git a/ansible/ansible.cfg b/ansible/ansible.cfg
new file mode 100644
index 000000000..14c806515
--- /dev/null
+++ b/ansible/ansible.cfg
@@ -0,0 +1,2 @@
+[defaults]
+host_key_checking = False