diff options
author | Patrick <shamrock.pang@huawei.com> | 2016-03-24 12:14:02 +0800 |
---|---|---|
committer | panghao <shamrock.pang@huawei.com> | 2016-03-25 09:27:29 +0000 |
commit | 90994a67f2899e0fc046992d07671f1890e530ff (patch) | |
tree | 8bb530736b4611d5310c364dbf8d2f717ee1cadf | |
parent | a17470a28b597749bbcd8f360eca31bf9e0e822f (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>
-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 |