aboutsummaryrefslogtreecommitdiffstats
path: root/ansible/inventory.ini
diff options
context:
space:
mode:
authorchenjiankun <chenjiankun1@huawei.com>2017-04-17 15:49:17 +0000
committerchenjiankun <chenjiankun1@huawei.com>2017-07-26 10:33:59 +0000
commitfd0a88140f7114ef90fabdfb5436cff42ec0cd2c (patch)
tree23ed244b2cc9840b8d5b5c41dedd6551df563dab /ansible/inventory.ini
parent15d807c22f33fab8e1f9b61e1d0c041a8144ee89 (diff)
Test Case: OPNFV_YARDSTICK_TC023: VM availability during live migration
JIRA: YARDSTICK-174 This live migration test case is based on share storage, default share storage is enabled. This test case will do some config work. And do live migration and calculate the migration time and downtime. Change-Id: I6601601edebdd0ac6434ba632b1eba9e9bd4fda0 Signed-off-by: chenjiankun <chenjiankun1@huawei.com>
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