diff options
author | HuabingZhao <zhao.huabing@zte.com.cn> | 2017-08-11 09:16:22 +0000 |
---|---|---|
committer | HuabingZhao <zhao.huabing@zte.com.cn> | 2017-08-11 09:19:23 +0000 |
commit | 3736aafdb168d76483a42acb552098244ceee034 (patch) | |
tree | ddd22127094ba06bd1dd74c6f3b23b437eae4066 /README.md | |
parent | 012e88c913f39706fa6ae1b79c1fe0924ac1d2df (diff) |
Initial commit for registrator source codes
Change-Id: I0cdd285d6228f0a1b6a6b27787be09d2d7af3579
Issue-Id: OOM-61
Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..2aa3d23 --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +registrator +=============== +Register the service endpoints to MSB so it can be used for service request routing and load balancing. Registrator puts service endpoints info to MSB discovery module(Consul as the backend) when an ONAP component is deployed by OOM, and update its state along with the life cycle, such as start, stop, scaling, etc. + +## License +The registrator is released under version 2.0 of the [Apache License]. + +[Apache License]: http://www.apache.org/licenses/LICENSE-2.0 |