diff options
author | efiacor <fiachra.corcoran@est.tech> | 2019-04-08 14:52:08 +0000 |
---|---|---|
committer | efiacor <fiachra.corcoran@est.tech> | 2019-04-08 14:52:08 +0000 |
commit | 0fa019897cb79de1def349b8fd0b660d1951681a (patch) | |
tree | 09eed0ee4e1226c63e06bf8c782a4e1627850a64 /docs/delivery.rst | |
parent | 7704d3079906a4fb51cd58f12d56bd3100fca6b2 (diff) |
Adding docs for CADI
Change-Id: If3324973a2e41ca0d98804cb8e6520fc1beccfe9
Issue-ID: DMAAP-1016
Signed-off-by: efiacor <fiachra.corcoran@est.tech>
Diffstat (limited to 'docs/delivery.rst')
-rw-r--r-- | docs/delivery.rst | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/docs/delivery.rst b/docs/delivery.rst new file mode 100644 index 00000000..ccfab3f0 --- /dev/null +++ b/docs/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 +============== + +Below is a diagram of the DMaaP Data Router project docker containers and the connections between them. + +.. 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; + } + + } |