aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHuabingZhao <zhao.huabing@zte.com.cn>2017-10-11 08:05:42 +0000
committerHuabingZhao <zhao.huabing@zte.com.cn>2017-10-11 08:05:42 +0000
commit48549f34f913023aec9bf2f0f62fa641cf88bf04 (patch)
treed3fe983d1d73a372668947cf1e6e79353ce04fa7
parent059a62b44e4edbec2f24c5edfe1000088816babd (diff)
Documentation for MSB
Architecture,installation. Change-Id: Ie4d8fcbe25d952ae5163359c2822082153ce3d4f Issue-Id: MSB-80, MSB-81, MSB-82 Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
-rw-r--r--docs/platform/architecture.rst5
-rw-r--r--docs/platform/installation.rst1
2 files changed, 6 insertions, 0 deletions
diff --git a/docs/platform/architecture.rst b/docs/platform/architecture.rst
index 9fd6b0a..a93e8a5 100644
--- a/docs/platform/architecture.rst
+++ b/docs/platform/architecture.rst
@@ -4,12 +4,17 @@
Architecture
------------
MSB(Microservices Bus) provide a comprehensive, end to end solution to support ONAP microservice architecture including service registration/discovery, external gateway, internal gateway, client SDK. It's a pluggable architecture so it can integrate with auth service provider to provide centralized Authentication & Authorization. MSB also provides a service portal to manage the REST APIs.
+
MSB itself doesn’t depend on a specific environment. It can work in any bare metal, virtual machine or containerized environment.
+
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.
+
MSB SDK is a client-side Java SDK which can be used for point to point communication of microservices. \ No newline at end of file
diff --git a/docs/platform/installation.rst b/docs/platform/installation.rst
index e433961..8991f66 100644
--- a/docs/platform/installation.rst
+++ b/docs/platform/installation.rst
@@ -84,4 +84,5 @@ Deploy MSB with kubernetes
^^^^^^^^^^^^^^^^^^^^^^^^^^
The chart for MSB running in kubernetes cluster is available here:
+
https://gerrit.onap.org/r/gitweb?p=oom.git;a=tree;f=kubernetes/msb;h=17f8fd89791b81f1e981716dcffdb3e2e90299ae;hb=refs/heads/master