diff options
author | Ofir Sonsino <os0695@att.com> | 2017-11-08 16:55:45 +0200 |
---|---|---|
committer | Ofir Sonsino <os0695@att.com> | 2017-11-08 16:55:45 +0200 |
commit | b07d7922c9bba8d33918ecdb2fd3d3bc03175b9f (patch) | |
tree | c16da6ad68dee60b327bff15a9f612c96aa3014b /docs/delivery.rst | |
parent | 50552cd71c58a5708679702f7e61e9c63bc93729 (diff) |
Update ReadTheDocs docs folder
Change-Id: Ifec6f6fd659b1a6d6a3c23f2c02eb2c1fdc0973e
Issue-ID: VID-71
Signed-off-by: Ofir Sonsino <os0695@att.com>
Diffstat (limited to 'docs/delivery.rst')
-rw-r--r-- | docs/delivery.rst | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/docs/delivery.rst b/docs/delivery.rst new file mode 100644 index 000000000..13a9aa389 --- /dev/null +++ b/docs/delivery.rst @@ -0,0 +1,37 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International License. +.. http://creativecommons.org/licenses/by/4.0 + +Delivery +======== + +- | **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 { + 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 | ++------------+------------------------+--------+------+-----------+-------+-------------+ + |