blob: e276076cc3ab9d321c4f4bfe3ef7a62137abd68f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# the group of systems on which to install yardstick
# by default just localhost
[jumphost]
localhost ansible_connection=local
# section below is only due backward compatibility.
# it will be removed later
[yardstick:children]
jumphost
[yardstick-standalone]
# uncomment hosts below if you would to test yardstick-standalone/sriov scenarios
#yardstick-standalone-node ansible_host=192.168.1.2
#yardstick-standalone-node-2 ansible_host=192.168.1.2
[all:vars]
# incomment credentials below for yardstick-standalone
#ansible_user=root
#ansible_pass=root
|