Repository: stratos Updated Branches: refs/heads/lvs_extension 67a9fbf0f -> ce3257541
Update the INSTALL.md file Project: http://git-wip-us.apache.org/repos/asf/stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/ce325754 Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/ce325754 Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/ce325754 Branch: refs/heads/lvs_extension Commit: ce32575411f007d25ec64c63330bb1cea757bfed Parents: 67a9fbf Author: Gayan Gunarathne <[email protected]> Authored: Fri May 22 17:35:53 2015 +0530 Committer: Gayan Gunarathne <[email protected]> Committed: Fri May 22 17:35:53 2015 +0530 ---------------------------------------------------------------------- extensions/load-balancer/lvs-extension/INSTALL.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/stratos/blob/ce325754/extensions/load-balancer/lvs-extension/INSTALL.md ---------------------------------------------------------------------- diff --git a/extensions/load-balancer/lvs-extension/INSTALL.md b/extensions/load-balancer/lvs-extension/INSTALL.md index 0cc189c..096bf10 100644 --- a/extensions/load-balancer/lvs-extension/INSTALL.md +++ b/extensions/load-balancer/lvs-extension/INSTALL.md @@ -4,8 +4,10 @@ Apache Stratos LVS Extension could be used for integrating LVS load balancer wit below steps to proceed with the installation: 1. Install keepalived and ipvsadm: + ``` apt-get install keepalived ipvsadm - + ``` + 2. Open <lvs-extension-home>/bin/lvs-extension.sh file in a text editor and update following system properties: ``` #Keepalived configuration file location:
