diff options
author | zhihui wu <wu.zhihui1@zte.com.cn> | 2018-01-03 00:56:43 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-01-03 00:56:43 +0000 |
commit | 753e8ad700f602c9b2804f212376d0ad8b14ca6d (patch) | |
tree | e9915ea208ea41c463c213eef354dd64e1dddb22 | |
parent | 6d7314e986c6359b59198d155a7baa31891e888f (diff) | |
parent | 40268a42685f8e6094a86385fddae20ce12777c9 (diff) |
Merge "Fix inventory.ini for build_yardstick_image"
-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 |