summaryrefslogtreecommitdiffstats
path: root/docs/data-router/delivery.rst
diff options
context:
space:
mode:
authorEmmett Cox <emmett.cox@ericsson.com>2018-09-17 10:25:09 +0100
committerEmmett Cox <emmett.cox@ericsson.com>2018-09-20 11:08:16 +0100
commit8dde0cc7824e32f1a829b1528fa0e61a5707098f (patch)
treee598401085707d6ed913f76b3e5a7171a5c8d4ca /docs/data-router/delivery.rst
parent4e61cfafc9b10ca604b8e2c7ec0272246502fa82 (diff)
User guide documentation for data router
Change-Id: If28014e4f937c9036e22f2db7599fd8568f0c13f Signed-off-by: Emmett Cox <emmett.cox@ericsson.com> Issue-ID: DMAAP-552
Diffstat (limited to 'docs/data-router/delivery.rst')
-rw-r--r--docs/data-router/delivery.rst32
1 files changed, 32 insertions, 0 deletions
diff --git a/docs/data-router/delivery.rst b/docs/data-router/delivery.rst
new file mode 100644
index 00000000..775841a4
--- /dev/null
+++ b/docs/data-router/delivery.rst
@@ -0,0 +1,32 @@
+.. This work is licensed under a Creative Commons Attribution 4.0 International License.
+.. http://creativecommons.org/licenses/by/4.0
+
+Delivery
+==============
+
+Data Router is comprised of a datarouter-provisioning container, a datarouter-node container and a mariadb container.
+
+.. blockdiag::
+
+
+ blockdiag layers {
+ orientation = portrait
+ MARIADB -> DR-PROV;
+ DR-PROV -> DR-NODE;
+ group l1 {
+ color = blue;
+ label = "dr-prov Container";
+ DR-PROV;
+ }
+ group l2 {
+ color = yellow;
+ label = "dr-node Container";
+ DR-NODE;
+ }
+ group l3 {
+ color = orange;
+ label = "MariaDb Container";
+ MARIADB;
+ }
+
+ }