Merge "Install dependencies: bare-metal, standalone"
[yardstick.git] / ansible / install-inventory.ini
1 # the group of systems on which to install yardstick
2 # by default just localhost
3 [jumphost]
4 #yardstickvm1 ansible_user=ubuntu ansible_ssh_pass=password ansible_connection=local
5 localhost ansible_connection=local
6
7 # section below is only due backward compatibility.
8 # it will be removed later
9 [yardstick:children]
10 jumphost
11
12 [yardstick-standalone]
13 #yardstickvm2 ansible_host=192.168.2.51 ansible_user=ubuntu ansible_ssh_pass=password ansible_connection=ssh
14 # uncomment hosts below if you would to test yardstick-standalone/sriov scenarios
15 #yardstick-standalone-node ansible_host=192.168.1.2
16 #yardstick-standalone-node-2 ansible_host=192.168.1.3
17
18 [yardstick-baremetal]
19 #yardstickvm3 ansible_host=192.168.2.52 ansible_user=ubuntu ansible_ssh_pass=password ansible_connection=ssh
20 # hostname ansible_host=192.168.1.2
21
22 [all:vars]
23 arch_amd64=amd64
24 arch_arm64=arm64
25 inst_mode_container=container
26 inst_mode_baremetal=baremetal
27 ubuntu_archive={"amd64": "http://archive.ubuntu.com/ubuntu/", "arm64": "http://ports.ubuntu.com/ubuntu-ports/"}
28 # uncomment credentials below for yardstick-standalone
29 #ansible_user=root
30 #ansible_pass=root