summaryrefslogtreecommitdiffstats
path: root/ansible/inventory.ini
diff options
context:
space:
mode:
authorRex Lee <limingjiang@huawei.com>2017-07-28 08:29:29 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-07-28 08:29:29 +0000
commit355601ab1b2335550905574148b097292f214325 (patch)
tree083b4c2544edf1fc35912a369f7d46a3fa3e4a5c /ansible/inventory.ini
parentcf68baf48f43ebb70b1fb137fd4f1a5bbbc1e0df (diff)
parentfd0a88140f7114ef90fabdfb5436cff42ec0cd2c (diff)
Merge "Test Case: OPNFV_YARDSTICK_TC023: VM availability during live migration"
Diffstat (limited to 'ansible/inventory.ini')
-rw-r--r--ansible/inventory.ini5
1 files changed, 4 insertions, 1 deletions
diff --git a/ansible/inventory.ini b/ansible/inventory.ini
index 440e625bd..79a6ee0aa 100644
--- a/ansible/inventory.ini
+++ b/ansible/inventory.ini
@@ -1,8 +1,11 @@
[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