aboutsummaryrefslogtreecommitdiffstats
path: root/docs/docs-delivery.rst
diff options
context:
space:
mode:
authorOfir Sonsino <os0695@att.com>2017-11-08 11:31:34 +0200
committerOfir Sonsino <os0695@att.com>2017-11-08 11:31:34 +0200
commit0e1e6a925e99446cdd653b606b04c2fc43fb28c0 (patch)
treed788259eaa8d040753b5eb7df81054c9a4763718 /docs/docs-delivery.rst
parentce389b5342e7614c5d79533b718710dc4b76e6b8 (diff)
Update ReadTheDocs docs folder
Change-Id: Ia95169494404548706371f608b4e53ac8ffa6ad2 Issue-ID: VID-71 Signed-off-by: Ofir Sonsino <os0695@att.com>
Diffstat (limited to 'docs/docs-delivery.rst')
-rw-r--r--docs/docs-delivery.rst35
1 files changed, 26 insertions, 9 deletions
diff --git a/docs/docs-delivery.rst b/docs/docs-delivery.rst
index a66497049..ee0333439 100644
--- a/docs/docs-delivery.rst
+++ b/docs/docs-delivery.rst
@@ -4,20 +4,37 @@
Delivery
========
-VID is delivered as a docker image, and uses MariaDb which also delivered as a docker image. The two images are linked.
+VID is delivered as a Docker image, and uses MariaDb which is also delivered as a Docker image. The two images are linked.
+
+
+- MariaDB Image
+ Create a container using the Docker MariaDB image.
+
+- VID Image
+ Create a Docker image which extends the Tomcat Docker image, and linked to the MariaDB container created earlier.
+ Configuration of the Docker container will be customized by providing environment variables to the "docker run" command.
+
.. blockdiag::
-
blockdiag layers {
- orientation = portrait
- VID -> MariaDb;
- MariaDb -> VID;
- group l1 {
- color = blue;
- VID; MariaDb;
- }
+ node_width = 200;
+ default_fontsize = 24;
+ node_height = 100;
+ orientation = portrait
+ VID -> MariaDb [dir = both];
+
+ group l1 {
+ VID; MariaDb [shape = flowchart.database];
+ }
}
+Recommended Rackspace VM Flavor
+--------------------------------
++------------+------------------------+--------+------+-----------+-------+-------------+--+--+--+
+| ID | Flavor name | Memory | Disk | Ephemeral | VCPUs | RTTX factor | | | |
++------------+------------------------+--------+------+-----------+-------+-------------+--+--+--+
+| general1-2 | 2GB General Purpose v1 | 2048 | 40 | 0 | 2 | 400.0 | | | |
++------------+------------------------+--------+------+-----------+-------+-------------+--+--+--+