diff options
author | Vikas Varma <vv8305@att.com> | 2018-11-12 23:04:24 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-11-12 23:04:24 +0000 |
commit | 9f47226f4354213810ee3e982d5e4116c84dbeac (patch) | |
tree | c6c87e0a8cd486672ec7b245755ed130edd4c566 | |
parent | ad14ddd8de6d0a266c5251fdc926d6b2825df3b3 (diff) | |
parent | 0246c06c30f8ac5443473d27f6e75ed38ba013b2 (diff) |
Merge "Add architecture diagram and add delivery"
-rw-r--r-- | docs/sections/architecture.rst | 6 | ||||
-rw-r--r-- | docs/sections/delivery.rst | 18 | ||||
-rw-r--r-- | docs/sections/diagrams/DeliveryOOM.png | bin | 0 -> 29552 bytes | |||
-rw-r--r-- | docs/sections/diagrams/ONAP_CMSO_FLOW.png | bin | 0 -> 112095 bytes |
4 files changed, 22 insertions, 2 deletions
diff --git a/docs/sections/architecture.rst b/docs/sections/architecture.rst index 2c5a8c8..f982c39 100644 --- a/docs/sections/architecture.rst +++ b/docs/sections/architecture.rst @@ -49,5 +49,7 @@ The design of CMSO is to ensure that the scheduling of the work flows will not c #. Ensure that asset(s) required to execute the work flow are available so that the work flow will be able to complete successfully #. Ensure that the execution of teh work flow does not cause a network outage. -TBD -----
\ No newline at end of file +Architectural Flow Diagram +--------------------------- + +.. image:: ./diagrams/ONAP_CMSO_FLOW.png diff --git a/docs/sections/delivery.rst b/docs/sections/delivery.rst new file mode 100644 index 0000000..11759af --- /dev/null +++ b/docs/sections/delivery.rst @@ -0,0 +1,18 @@ +OOF CMSO Delivery +====================== + +OOF CMSO is made up of 3 docker containers + + #. CMSO Service - Java server (Jersey) + #. CMSO Database Initialization - Java wrapper invoking Liquibase schema management scripts + #. MariaDB - OOM Common mariadb-galera server + +The OOM Helm Charts are located here: + +https://gerrit.onap.org/r/gitweb?p=oom.git;a=tree;f=kubernetes/oof/charts/oof-cmso;h=2cbb8cd2178077575cd03a4dfb359b2c941ba2db;hb=HEAD + +OOF CMSO Delivery Diagram +------------------------------ + +.. image:: ./diagrams/DeliveryOOM.png + diff --git a/docs/sections/diagrams/DeliveryOOM.png b/docs/sections/diagrams/DeliveryOOM.png Binary files differnew file mode 100644 index 0000000..1bbc7b1 --- /dev/null +++ b/docs/sections/diagrams/DeliveryOOM.png diff --git a/docs/sections/diagrams/ONAP_CMSO_FLOW.png b/docs/sections/diagrams/ONAP_CMSO_FLOW.png Binary files differnew file mode 100644 index 0000000..1b0b890 --- /dev/null +++ b/docs/sections/diagrams/ONAP_CMSO_FLOW.png |