From 3736aafdb168d76483a42acb552098244ceee034 Mon Sep 17 00:00:00 2001 From: HuabingZhao Date: Fri, 11 Aug 2017 09:16:22 +0000 Subject: Initial commit for registrator source codes Change-Id: I0cdd285d6228f0a1b6a6b27787be09d2d7af3579 Issue-Id: OOM-61 Signed-off-by: HuabingZhao --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 README.md (limited to 'README.md') 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 -- cgit 1.2.3-korg