Repository: stratos Updated Branches: refs/heads/lvs_extension f639a4dbd -> 2e3e2d2df
Add the BACKUP as a dynamic configuration Project: http://git-wip-us.apache.org/repos/asf/stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/2e3e2d2d Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/2e3e2d2d Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/2e3e2d2d Branch: refs/heads/lvs_extension Commit: 2e3e2d2dfd1e183486751dc1002b1d211decddf0 Parents: f639a4d Author: Gayan Gunarathne <[email protected]> Authored: Mon May 25 19:21:41 2015 +0530 Committer: Gayan Gunarathne <[email protected]> Committed: Mon May 25 19:21:41 2015 +0530 ---------------------------------------------------------------------- .../lvs-extension/src/main/templates/keepalived.conf.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/stratos/blob/2e3e2d2d/extensions/load-balancer/lvs-extension/src/main/templates/keepalived.conf.template ---------------------------------------------------------------------- diff --git a/extensions/load-balancer/lvs-extension/src/main/templates/keepalived.conf.template b/extensions/load-balancer/lvs-extension/src/main/templates/keepalived.conf.template index 9cba1fb..840ca3d 100644 --- a/extensions/load-balancer/lvs-extension/src/main/templates/keepalived.conf.template +++ b/extensions/load-balancer/lvs-extension/src/main/templates/keepalived.conf.template @@ -15,7 +15,7 @@ global_defs { ! ************************* WEB SERVICES VIP ************************* ! *********************************************************************** vrrp_instance VirtIP_10 { - state MASTER + state $state interface eth0 virtual_router_id 10 ! UNIQUE:
