Merge "Fix Prox L2fwd generator packet"
[yardstick.git] / ansible / inventory.ini
index f278060..a5fbaad 100644 (file)
@@ -1,7 +1,9 @@
+[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
@@ -10,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