1 # the group of systems on which to install yardstick
2 # by default just localhost
4 localhost ansible_connection=local
6 # section below is only due backward compatibility.
7 # it will be removed later
11 [yardstick-standalone]
12 # standalone-node ansible_host=192.168.2.51 ansible_user=ubuntu ansible_ssh_pass=password ansible_connection=ssh
15 # baremetal-node ansible_host=192.168.2.52 ansible_user=ubuntu ansible_ssh_pass=password ansible_connection=ssh
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