aboutsummaryrefslogtreecommitdiffstats
path: root/docs/index.rst
diff options
context:
space:
mode:
authorjinquanni <ni.jinquan@zte.com.cn>2021-10-18 10:59:00 +0800
committerjinquanni <ni.jinquan@zte.com.cn>2021-10-18 10:59:00 +0800
commit5045b80b338907d922c358d93723e8d63d6e53f3 (patch)
treef025ba2d3458b200f7736274e2be2f58997e3432 /docs/index.rst
parenta402200b51c64a491dbe54594e2e8ef279603336 (diff)
update release notes final
Issue-ID: MSB-624 Signed-off-by: jinquanni <ni.jinquan@zte.com.cn> Change-Id: Iab5a78e4a8aa2b660a868a6416c1e9d4d2b686d0
Diffstat (limited to 'docs/index.rst')
-rw-r--r--docs/index.rst19
1 files changed, 19 insertions, 0 deletions
diff --git a/docs/index.rst b/docs/index.rst
new file mode 100644
index 0000000..e17778e
--- /dev/null
+++ b/docs/index.rst
@@ -0,0 +1,19 @@
+.. This work is licensed under a Creative Commons Attribution 4.0 International License.
+.. _master_index:
+
+MSB(Microservices Bus)
+------------------------------------------------
+
+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.
+
+
+.. toctree::
+ :maxdepth: 1
+
+ platform/index.rst
+ release-notes.rst
+