diff options
author | chenjiankun <chenjiankun1@huawei.com> | 2017-04-17 15:49:17 +0000 |
---|---|---|
committer | chenjiankun <chenjiankun1@huawei.com> | 2017-07-26 10:33:59 +0000 |
commit | fd0a88140f7114ef90fabdfb5436cff42ec0cd2c (patch) | |
tree | 23ed244b2cc9840b8d5b5c41dedd6551df563dab /etc | |
parent | 15d807c22f33fab8e1f9b61e1d0c041a8144ee89 (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 'etc')
-rw-r--r-- | etc/yardstick/nodes/compass_sclab_virtual/pod.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/yardstick/nodes/compass_sclab_virtual/pod.yaml b/etc/yardstick/nodes/compass_sclab_virtual/pod.yaml index 5c5574005..e306d0d94 100644 --- a/etc/yardstick/nodes/compass_sclab_virtual/pod.yaml +++ b/etc/yardstick/nodes/compass_sclab_virtual/pod.yaml @@ -20,30 +20,35 @@ nodes: - name: node1 + host_name: host1 role: Controller ip: 10.1.0.50 user: root password: root - name: node2 + host_name: host2 role: Controller ip: 10.1.0.51 user: root password: root - name: node3 + host_name: host3 role: Controller ip: 10.1.0.52 user: root password: root - name: node4 + host_name: host4 role: Compute ip: 10.1.0.53 user: root password: root - name: node5 + host_name: host5 role: Compute ip: 10.1.0.54 user: root |