Refactor SampleVNF wait method
[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 # Uncomment credentials below if needed
25 # ansible_user=root
26 # ansible_pass=root