Add host environment setup scripts
[kvmfornfv.git] / ci / envs / host-config
1 ##############################################################################
2 ## Copyright (c) 2015 Intel Corp.
3 ##
4 ## All rights reserved. This program and the accompanying materials
5 ## are made available under the terms of the Apache License, Version 2.0
6 ## which accompanies this distribution, and is available at
7 ## http://www.apache.org/licenses/LICENSE-2.0
8 ###############################################################################
9
10 # Isolated cpus for nfv, must be delimited with ','
11 host_isolcpus=3,4
12
13 # Number of huge pages to create and on which NUMA node
14 numa_node=0
15 huge_pages=2
16
17 # QEMU executable path and number of cpus for guest
18 qemu=/usr/libexec/qemu-kvm
19 guest_cpus=2