Merge "Add vIPSEC testcases"
[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-standalone]
12 # standalone-node ansible_host=192.168.2.51 ansible_user=ubuntu ansible_ssh_pass=password ansible_connection=ssh
13
14 [yardstick-baremetal]
15 # baremetal-node ansible_host=192.168.2.52 ansible_user=ubuntu ansible_ssh_pass=password ansible_connection=ssh
16
17 [all:vars]
18 arch_amd64=amd64
19 arch_arm64=arm64
20 inst_mode_baremetal=baremetal
21 inst_mode_container=container
22 inst_mode_container_pull=container_pull
23 ubuntu_archive={"amd64": "http://archive.ubuntu.com/ubuntu/", "arm64": "http://ports.ubuntu.com/ubuntu-ports/"}
24 # When IMG_PROPERTY is passed neither normal nor nsb set "path_to_vm=/path/to/image" to add it to OpenStack
25 # path_to_img=/tmp/workspace/yardstick-image.img
26 # Uncomment credentials below if needed
27 # ansible_user=root
28 # ansible_ssh_pass=root
29
30 # List of CPUs to be isolated (not used by default)
31 # Grub line will be extended with: "isolcpus=<ISOL_CPUS> nohz=on nohz_full=<ISOL_CPUS> rcu_nocbs=1<ISOL_CPUS>"
32 # ISOL_CPUS=2-27,30-55 # physical cpu's for all NUMA nodes, four cpu's reserved for kernel
33 # ISOL_CPUS=2-27,58-83 # physical cpu's for first NUMA node, four cpu's reserved for kernel