Fix for Penetration test _ Session and cookie management
[vid.git] / docs / delivery.rst
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
7 - |  **MariaDB Image**
8   |  Create a container using the Docker MariaDB image.
9   
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.
13
14
15 .. blockdiag::
16
17    blockdiag layers {
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         }
27    }
28
29
30 Recommended Rackspace VM Flavor
31 --------------------------------
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 +------------+------------------------+--------+------+-----------+-------+-------------+
37