diff options
author | qi liang <liangqi1@huawei.com> | 2016-03-25 13:59:57 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-03-25 13:59:57 +0000 |
commit | 3f9a8ea7b2c35b1298e7d318b0d7c687dfa5aabe (patch) | |
tree | 2f4d83ca8e5e75f693d4208c1cea31f6174159ab | |
parent | f3d240626b7f6337d2dc6f490cfe144af289bcec (diff) | |
parent | cdc516b6bf76d07f45824b324f5c558864715752 (diff) |
Merge "Deployment View part of SWA" into stable/brahmaputra
-rwxr-xr-x[-rw-r--r--] | docs/userguide/architecture.rst | 22 | ||||
-rwxr-xr-x | docs/userguide/images/Deployment.png | bin | 0 -> 17958 bytes |
2 files changed, 10 insertions, 12 deletions
diff --git a/docs/userguide/architecture.rst b/docs/userguide/architecture.rst index de52bbb3a..800e82224 100644..100755 --- a/docs/userguide/architecture.rst +++ b/docs/userguide/architecture.rst @@ -187,18 +187,16 @@ undepoyed, the whole test ends. Deployment View =============== -TBD(Patrick) - - - - - - - - - - - +Yardstick deployment view shows how the yardstick tool can be deployed into the +underlying platform. Generally, yardstick tool is installed on JumpServer(see +`03-installation` for detail installation steps), and JumpServer is +connected with other control/compute servers by networking. Based on this +deployment, yardstick can run the test cases on these hosts, and get the test +result for better showing. + +.. image:: images/Deployment.png + :width: 800px + :alt: Yardstick Deployment View Yardstick Directory structure ============================= diff --git a/docs/userguide/images/Deployment.png b/docs/userguide/images/Deployment.png Binary files differnew file mode 100755 index 000000000..aca5670cd --- /dev/null +++ b/docs/userguide/images/Deployment.png |