diff options
author | 2017-09-27 21:59:06 +0800 | |
---|---|---|
committer | 2017-09-27 22:07:01 +0800 | |
commit | ccdc64e1b1df89513b423eff51c8614c3ccf4c4f (patch) | |
tree | ec770a3dc9caaf94ef5e6b1a07e6c45d18d97633 /docs/index.rst | |
parent | bb7730b1c15a163f6b3b82ee5ab284d373f2121e (diff) |
Add api docs for MSB
Issue-Id: MSB-79
Change-Id: I07de7b05d0b278eae23a5640368dec4cd619ee3d
Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
Diffstat (limited to 'docs/index.rst')
-rw-r--r-- | docs/index.rst | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/docs/index.rst b/docs/index.rst index 833e1aa..8219c32 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -1,8 +1,21 @@ .. This work is licensed under a Creative Commons Attribution 4.0 International License. -TODO Add files to toctree and delete this header +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. + +MSB comprises these modules: + +- MSB + - Discovery + - API Gateway + - MSB SDK + - Swagger SDK + .. toctree:: :maxdepth: 1 + + offeredapis.rst |