summaryrefslogtreecommitdiffstats
path: root/docs/platform/architecture.rst
diff options
context:
space:
mode:
authorHuabingZhao <zhao.huabing@zte.com.cn>2017-10-11 07:20:11 +0000
committerGerrit Code Review <gerrit@onap.org>2017-10-11 07:20:11 +0000
commitb65ac51da5ea4934f49dab6e70818f731eb33a3a (patch)
tree0123c80a6242c78b8117ec6386e547a25babf6d9 /docs/platform/architecture.rst
parent583e331f20171fe3d6d3f3699e003238c77844ec (diff)
parent059a62b44e4edbec2f24c5edfe1000088816babd (diff)
Merge "Documentation for MSB"
Diffstat (limited to 'docs/platform/architecture.rst')
-rw-r--r--docs/platform/architecture.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/platform/architecture.rst b/docs/platform/architecture.rst
index f90d8bc..9fd6b0a 100644
--- a/docs/platform/architecture.rst
+++ b/docs/platform/architecture.rst
@@ -8,6 +8,7 @@ MSB itself doesn’t depend on a specific environment. It can work in any bare m
MSB mainly comprises three parts: Discovery, API Gateway and MSB Client SDK. MSB also provide a swagger SDK which could generate swagger REST service description files.
.. image:: images/msb-architecture.png
+
Registry is the storage of service information, MSB leverage Consul as the service registry.
MSB Discovery provides REST APIs for service discovery and registration.
Service Gateway provides service request routing, load balancing and centralized Auth. It can be deployed as external Gateway or Internal Gateway.