From 40268a42685f8e6094a86385fddae20ce12777c9 Mon Sep 17 00:00:00 2001 From: Alex Yang Date: Mon, 25 Dec 2017 14:25:46 +0800 Subject: Fix inventory.ini for build_yardstick_image 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 --- ansible/inventory.ini | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ansible/inventory.ini b/ansible/inventory.ini index 31692a777..a5fbaad95 100644 --- a/ansible/inventory.ini +++ b/ansible/inventory.ini @@ -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 -- cgit 1.2.3-korg