summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHuabingZhao <zhao.huabing@zte.com.cn>2017-12-20 11:06:35 +0000
committerGerrit Code Review <gerrit@onap.org>2017-12-20 11:06:35 +0000
commitc7cfc2c1a8b89815772191459ca6179827aba147 (patch)
tree9a2ea35d9cc6e35bcf6f295b1e3f2eada5d90a1c
parent90ba6fa6bc7b0ac45b3925f1e891e669996b5309 (diff)
parent764442832cdc1dc4a5d5af5736c8999663bc2ae0 (diff)
Merge "Fix cosmetic wording"
-rw-r--r--docs/platform/architecture.rst10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/platform/architecture.rst b/docs/platform/architecture.rst
index a93e8a5..de36415 100644
--- a/docs/platform/architecture.rst
+++ b/docs/platform/architecture.rst
@@ -3,18 +3,18 @@
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 (Microservices Bus) provides 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 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.
+MSB mainly comprises of three parts: Discovery, API Gateway and MSB Client SDK. MSB also provides 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.
+Registry is the storage of service information, MSB leverages on the 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
+MSB SDK is a client-side Java SDK which can be used for point to point communication of microservices.