Merge "Fix UDPReplay VNF statistic parsing"
[yardstick.git] / ansible / install-inventory.ini
1 # the group of systems on which to install yardstick
2 # by default just localhost
3 [jumphost]
4 localhost ansible_connection=local
5
6 # section below is only due backward compatibility.
7 # it will be removed later
8 [yardstick:children]
9 jumphost
10
11 [yardstick-baremetal]
12 # baremetal-node ansible_host=192.168.2.51 ansible_user=ubuntu ansible_ssh_pass=password ansible_connection=ssh
13
14 [yardstick-standalone]
15 # standalone-node ansible_host=192.168.2.52 ansible_user=ubuntu ansible_ssh_pass=password ansible_connection=ssh
16
17 [all:vars]
18 # Uncomment credentials below if needed
19 # ansible_user=root
20 # ansible_ssh_pass=root
21 # ansible_ssh_private_key_file=/root/.ssh/id_rsa
22
23 # When IMG_PROPERTY is passed neither normal nor nsb set "path_to_vm=/path/to/image" to add it to OpenStack
24 # path_to_img=/tmp/workspace/yardstick-image.img
25
26 # List of CPUs to be isolated (not used by default)
27 # Grub line will be extended with: "isolcpus=<ISOL_CPUS> nohz=on nohz_full=<ISOL_CPUS> rcu_nocbs=1<ISOL_CPUS>"
28 # ISOL_CPUS=2-27,30-55 # physical cpu's for all NUMA nodes, four cpu's reserved for kernel
29 # ISOL_CPUS=2-27,58-83 # physical cpu's for first NUMA node, four cpu's reserved for kernel