X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=ansible%2Finventory.ini;h=a5fbaad9503bf47e8dc495cbfeac90a949fea258;hb=37b6e13c72a5079fd0b99478a23774d05c21a04f;hp=440e625bd23c1668d8e0ab481d0c14de84808353;hpb=4adec770bc8002250ebbcb057d2a23dd9f3f89d9;p=yardstick.git diff --git a/ansible/inventory.ini b/ansible/inventory.ini index 440e625bd..a5fbaad95 100644 --- a/ansible/inventory.ini +++ b/ansible/inventory.ini @@ -1,8 +1,17 @@ +[yardstick] +localhost ansible_connection=local + [controller] host1 ansible_host=10.1.0.50 ansible_user=root ansible_ssh_pass=root host2 ansible_host=10.1.0.51 ansible_user=root ansible_ssh_pass=root -host3 ansible_host=10.1.0.52 ansible_user=root ansible_ssh_pass=root [compute] host4 ansible_host=10.1.0.53 ansible_user=root ansible_ssh_pass=root host5 ansible_host=10.1.0.54 ansible_user=root ansible_ssh_pass=root + +[nodes:children] +controller +compute + +[jumphost] +localhost ansible_connection=local