Repository: stratos Updated Branches: refs/heads/master 605548a06 -> 647cd411a
Updating load balancer extension README files Project: http://git-wip-us.apache.org/repos/asf/stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/647cd411 Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/647cd411 Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/647cd411 Branch: refs/heads/master Commit: 647cd411acc356cc2eb24f3903109b9f77e2d310 Parents: 605548a Author: Imesh Gunaratne <[email protected]> Authored: Fri May 8 19:24:00 2015 +0530 Committer: Imesh Gunaratne <[email protected]> Committed: Fri May 8 19:24:00 2015 +0530 ---------------------------------------------------------------------- extensions/load-balancer/haproxy-extension/README.md | 4 ++-- extensions/load-balancer/nginx-extension/README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/stratos/blob/647cd411/extensions/load-balancer/haproxy-extension/README.md ---------------------------------------------------------------------- diff --git a/extensions/load-balancer/haproxy-extension/README.md b/extensions/load-balancer/haproxy-extension/README.md index e6f459c..c6d9705 100644 --- a/extensions/load-balancer/haproxy-extension/README.md +++ b/extensions/load-balancer/haproxy-extension/README.md @@ -2,12 +2,12 @@ Apache Stratos HAProxy extension is a load balancer extension for HAProxy. It is an executable program which can manage the life-cycle of a HAProxy instance according to the topology, composite application model, -tenant signups and domain mapping information received from Stratos via the message broker. +tenant application signups and domain mapping information received from Stratos via the message broker. ## How it works 1. Wait for the complete topology event message to initialize the topology. 2. Configure and start an instance of HAProxy. -3. Listen to topology update messages. +3. Listen to topology, application, application signup, domain mapping events. 4. Reload HAProxy instance with the new topology configuration. 5. Periodically publish statistics to Complex Event Processor (CEP). http://git-wip-us.apache.org/repos/asf/stratos/blob/647cd411/extensions/load-balancer/nginx-extension/README.md ---------------------------------------------------------------------- diff --git a/extensions/load-balancer/nginx-extension/README.md b/extensions/load-balancer/nginx-extension/README.md index e6dd9ef..4f005db 100644 --- a/extensions/load-balancer/nginx-extension/README.md +++ b/extensions/load-balancer/nginx-extension/README.md @@ -2,10 +2,10 @@ Apache Stratos Nginx extension is a load balancer extension for Nginx. It is an executable program which can manage the life-cycle of a Nginx instance according to the topology, composite application model, -tenant signups and domain mapping information received from Stratos via the message broker. +tenant application signups and domain mapping information received from Stratos via the message broker. ## How it works 1. Wait for the complete topology event message to initialize the topology. 2. Configure and start an instance of Nginx. -3. Listen to topology update messages. +3. Listen to topology, application, application signup, domain mapping events. 4. Reload Nginx instance with the new topology configuration.
