diff options
author | Alex Yang <yangyang1@zte.com.cn> | 2017-12-25 14:25:46 +0800 |
---|---|---|
committer | Alex Yang <yangyang1@zte.com.cn> | 2017-12-25 14:25:46 +0800 |
commit | 40268a42685f8e6094a86385fddae20ce12777c9 (patch) | |
tree | 5aa663c5edca9486e576d91edfd42032ed1b5c80 /ansible | |
parent | 363185dfe9153a67892be8544fb4b5bf8709fbbc (diff) |
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 <yangyang1@zte.com.cn>
Diffstat (limited to 'ansible')
-rw-r--r-- | ansible/inventory.ini | 3 |
1 files changed, 3 insertions, 0 deletions
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 |