aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhuabing <zhao.huabing@zte.com.cn>2016-09-13 16:10:52 +0800
committerHuabingZhao <zhao.huabing@zte.com.cn>2016-09-13 17:30:33 +0800
commit456287c22eb9a59047c071ee2549f385c54562e1 (patch)
tree55234c804a5f11bffb2324f5c3a8c333dfd2c321
parentb69d850757a7a8c4ff9a368df004a3cfaaf9f1e4 (diff)
No license found for README.md
Change-Id: I7eb7ed9ca011a04d2db57576c84ae4ef0b45707c Issue-id: OCS-51 Signed-off-by: huabing <zhao.huabing@zte.com.cn>
-rw-r--r--README.md10
1 files changed, 7 insertions, 3 deletions
diff --git a/README.md b/README.md
index f4bd63a..af86b60 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,8 @@
-openo-msb
-===============
+Microservice Bus for OPEN-O
-microservice bus for openo \ No newline at end of file
+Within the OPEN-O architecture, there are a lot of microservices, e.g., Catalog, Res Mgr., LCM Mgr., Drivers. These microservices are distributed on multiple hosts, that make the communicate between them complex because the consumers need to know the addresses of all the service providers. Besides, some services may have multiple instances, which make the consumer even harder to locate the service provider. Microservice bus provides a service registration/ discovery and routing mechanism to simply the communications between services. The consumers only need to talk with microservice bus without any address information of individual service providers.
+
+## License
+The Microservice Bus is released under version 2.0 of the [Apache License][].
+
+[Apache License]: http://www.apache.org/licenses/LICENSE-2.0 \ No newline at end of file