summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPawel Pawlak <pawel.pawlak3@orange.com>2017-11-17 11:54:05 +0100
committerPawel Pawlak <pawel.pawlak3@orange.com>2017-11-17 12:00:06 +0100
commit764442832cdc1dc4a5d5af5736c8999663bc2ae0 (patch)
treecaf31763a254cac23249e1f61a7fa0a69691bc64
parent0902420a4bf3c5f7723bc60ced0aab2066b829c4 (diff)
Fix cosmetic wording
Cosmetic changes to be inline mainly with Present Simple tense rules ISSUE-ID: DOC-151 Change-Id: I126fc704d395d5b06c09ff753fdb5ab4c9a727b9 Signed-off-by: Pawel Pawlak <pawel.pawlak3@orange.com>
-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.