summaryrefslogtreecommitdiffstats
path: root/docs/index.rst
diff options
context:
space:
mode:
authorHuabing Zhao <zhaohuabing@gmail.com>2018-06-01 14:58:08 +0800
committerHuabing Zhao <zhaohuabing@gmail.com>2018-06-01 15:05:14 +0800
commit5dc7d350790c8f423367f34aeb0932d1d84cc599 (patch)
tree6deaefe20429eda3a334fe3c8637d99411acdc56 /docs/index.rst
parent0af5054195573ebb737fcd827f9c953d55fc7607 (diff)
Add description for Beijing new features. Add description for Beijing fixed issues. Some minor wording. Issue-ID: MSB-199 Change-Id: I6e6778adaa99065915d4de63fdec9f09c7d6b5a1 Signed-off-by: Huabing Zhao <zhaohuabing@gmail.com>
Diffstat (limited to 'docs/index.rst')
-rw-r--r--docs/index.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/index.rst b/docs/index.rst
index a55f4dd..7c22467 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -3,7 +3,9 @@
MSB(Microservices Bus)
------------------------------------------------
-Microservices Bus provide key infrastructure functionalities to support ONAP microservice architecture including service registration/discovery, service gateway, service load balancer and service governance. It's a pluggable architecture so it can be extended with plugins to provide value added services such as centralized authentication for APIs. Microservices Platform also provides a GUI portal for service management.
+Microservices Bus(MSB) provides a reliable, resilient and scalable communication and governance infrastructure to support ONAP Microservice Architecture including service registration/discovery, external API gateway, internal API gateway, client SDK, Swagger SDK, etc. It's a pluggable architecture, plugins can be added to MSB to provide whatever functionalities you need, such as an auth plugin can be used to provide centralized authentication & authorization. MSB also provides a service portal to manage the REST APIs.
+
+MSB is platform independent, while it is integrated with Kubernetes(OOM) to provide transparent service registration for ONAP microservices, MSB also supports OpenStack(Heat) and bare metal deployment.
This document is aimed to give the users some brief introductions on MSB from different aspects. The users could find useful information, e.g. the architecuture, the APIs and the installation steps, etc. as well as the release notes of MSB in this document.