Ofir Sonsino | 49351d7 | 2017-10-24 10:18:23 +0300 | [diff] [blame] | 1 | .. This work is licensed under a Creative Commons Attribution 4.0 International License. |
| 2 | .. http://creativecommons.org/licenses/by/4.0 |
| 3 | |
| 4 | Delivery |
| 5 | ======== |
| 6 | |
Ofir Sonsino | 50552cd | 2017-11-08 12:17:53 +0200 | [diff] [blame] | 7 | - | **MariaDB Image** |
| 8 | | Create a container using the Docker MariaDB image. |
Ofir Sonsino | 0e1e6a9 | 2017-11-08 11:31:34 +0200 | [diff] [blame] | 9 | |
Ofir Sonsino | 50552cd | 2017-11-08 12:17:53 +0200 | [diff] [blame] | 10 | - | **VID Image** |
| 11 | | Create a Docker image which extends the Tomcat Docker image, and linked to the MariaDB container created earlier. |
| 12 | | Configuration of the Docker container will be customized by providing environment variables to the "docker run" command. |
Ofir Sonsino | 0e1e6a9 | 2017-11-08 11:31:34 +0200 | [diff] [blame] | 13 | |
Ofir Sonsino | 49351d7 | 2017-10-24 10:18:23 +0300 | [diff] [blame] | 14 | |
| 15 | .. blockdiag:: |
Ofir Sonsino | 49351d7 | 2017-10-24 10:18:23 +0300 | [diff] [blame] | 16 | |
| 17 | blockdiag layers { |
Ofir Sonsino | 0e1e6a9 | 2017-11-08 11:31:34 +0200 | [diff] [blame] | 18 | node_width = 200; |
| 19 | default_fontsize = 24; |
| 20 | node_height = 100; |
| 21 | orientation = portrait |
| 22 | VID -> MariaDb [dir = both]; |
| 23 | |
| 24 | group l1 { |
| 25 | VID; MariaDb [shape = flowchart.database]; |
| 26 | } |
Ofir Sonsino | 49351d7 | 2017-10-24 10:18:23 +0300 | [diff] [blame] | 27 | } |
| 28 | |
| 29 | |
Ofir Sonsino | 0e1e6a9 | 2017-11-08 11:31:34 +0200 | [diff] [blame] | 30 | Recommended Rackspace VM Flavor |
| 31 | -------------------------------- |
Ofir Sonsino | 50552cd | 2017-11-08 12:17:53 +0200 | [diff] [blame] | 32 | +------------+------------------------+--------+------+-----------+-------+-------------+ |
| 33 | | ID | Flavor name | Memory | Disk | Ephemeral | VCPUs | RTTX factor | |
| 34 | +============+========================+========+======+===========+=======+=============+ |
| 35 | | general1-2 | 2GB General Purpose v1 | 2048 | 40 | 0 | 2 | 400.0 | |
| 36 | +------------+------------------------+--------+------+-----------+-------+-------------+ |
Ofir Sonsino | 60ceaa4 | 2017-10-29 17:11:07 +0200 | [diff] [blame] | 37 | |