turn off sticky sessions to allow easy balancing validation
Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/75245a6d Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/75245a6d Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/75245a6d Branch: refs/heads/master Commit: 75245a6daa52c1a0bd6570bf6e6d62a3ce8a7c95 Parents: ed289ec Author: John McCabe <[email protected]> Authored: Thu Jan 14 22:58:57 2016 +0000 Committer: John McCabe <[email protected]> Committed: Thu Jan 14 22:58:57 2016 +0000 ---------------------------------------------------------------------- .../server-cli/src/main/resources/brooklyn/default.catalog.bom | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/75245a6d/brooklyn-server/server-cli/src/main/resources/brooklyn/default.catalog.bom ---------------------------------------------------------------------- diff --git a/brooklyn-server/server-cli/src/main/resources/brooklyn/default.catalog.bom b/brooklyn-server/server-cli/src/main/resources/brooklyn/default.catalog.bom index 483f04d..2826141 100644 --- a/brooklyn-server/server-cli/src/main/resources/brooklyn/default.catalog.bom +++ b/brooklyn-server/server-cli/src/main/resources/brooklyn/default.catalog.bom @@ -332,6 +332,8 @@ brooklyn.catalog: # point this load balancer at the cluster, specifying port to forward to loadbalancer.serverpool: $brooklyn:entity("my-web-cluster") member.sensor.portNumber: app.port + # disable sticky sessions to allow easy validation of balancing via browser refresh + nginx.sticky: false brooklyn.enrichers: # publish a few useful info sensors and KPI's to the root of the app
