Deployment View part of SWA 27/11627/1
authorPatrick <shamrock.pang@huawei.com>
Thu, 24 Mar 2016 04:14:02 +0000 (12:14 +0800)
committerqi liang <liangqi1@huawei.com>
Fri, 25 Mar 2016 10:10:51 +0000 (10:10 +0000)
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)

docs/userguide/architecture.rst [changed mode: 0644->0755]
docs/userguide/images/Deployment.png [new file with mode: 0755]

old mode 100644 (file)
new mode 100755 (executable)
index ccf8d48..b03ba6d
@@ -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
new file mode 100755 (executable)
index 0000000..aca5670
Binary files /dev/null and b/docs/userguide/images/Deployment.png differ