blob: 13a9aa3892aa82eac397e98d24ba6252c45ec9f2 [file] [log] [blame]
Ofir Sonsino49351d72017-10-24 10:18:23 +03001.. This work is licensed under a Creative Commons Attribution 4.0 International License.
2.. http://creativecommons.org/licenses/by/4.0
3
4Delivery
5========
6
Ofir Sonsino50552cd2017-11-08 12:17:53 +02007- | **MariaDB Image**
8 | Create a container using the Docker MariaDB image.
Ofir Sonsino0e1e6a92017-11-08 11:31:34 +02009
Ofir Sonsino50552cd2017-11-08 12:17:53 +020010- | **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 Sonsino0e1e6a92017-11-08 11:31:34 +020013
Ofir Sonsino49351d72017-10-24 10:18:23 +030014
15.. blockdiag::
Ofir Sonsino49351d72017-10-24 10:18:23 +030016
17 blockdiag layers {
Ofir Sonsino0e1e6a92017-11-08 11:31:34 +020018 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 Sonsino49351d72017-10-24 10:18:23 +030027 }
28
29
Ofir Sonsino0e1e6a92017-11-08 11:31:34 +020030Recommended Rackspace VM Flavor
31--------------------------------
Ofir Sonsino50552cd2017-11-08 12:17:53 +020032+------------+------------------------+--------+------+-----------+-------+-------------+
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 Sonsino60ceaa42017-10-29 17:11:07 +020037