diff options
author | Patrick <shamrock.pang@huawei.com> | 2016-03-24 12:14:02 +0800 |
---|---|---|
committer | qi liang <liangqi1@huawei.com> | 2016-03-25 10:10:51 +0000 |
commit | cdc516b6bf76d07f45824b324f5c558864715752 (patch) | |
tree | 7808639c922b594cc5c714d01e94be7f48da59ad | |
parent | d250e41b8f94e2b1cb7f75ba72d040a2e6cb8967 (diff) |
Deployment View part of SWA
this part will shows how yardstick can be deployed into the underlying platform.
Change-Id: Ia24f52fd85056e1ab5718cdf560a4ede7c7aaa69
Signed-off-by: Patrick <shamrock.pang@huawei.com>
(cherry picked from commit 90994a67f2899e0fc046992d07671f1890e530ff)
-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 ccf8d482c..b03ba6dd5 100644..100755 --- a/docs/userguide/architecture.rst +++ b/docs/userguide/architecture.rst @@ -139,18 +139,16 @@ TBD(Limingjiang) 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 |