Fix inventory.ini for build_yardstick_image 13/49613/1
authorAlex Yang <yangyang1@zte.com.cn>
Mon, 25 Dec 2017 06:25:46 +0000 (14:25 +0800)
committerAlex Yang <yangyang1@zte.com.cn>
Mon, 25 Dec 2017 06:25:46 +0000 (14:25 +0800)
In [1], 'no hosts matched' occured because 'jumphost' was not defined
in inventory.ini.

[1]: https://build.opnfv.org/ci/job/yardstick-daisy-baremetal-daily-master/72/console

Change-Id: I8cb36bf083ce589e94f5f8b115e99556f0bcb053
Signed-off-by: Alex Yang <yangyang1@zte.com.cn>
ansible/inventory.ini

index 31692a7..a5fbaad 100644 (file)
@@ -12,3 +12,6 @@ host5 ansible_host=10.1.0.54 ansible_user=root ansible_ssh_pass=root
 [nodes:children]
 controller
 compute
+
+[jumphost]
+localhost  ansible_connection=local