You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by sj...@apache.org on 2016/01/05 12:16:30 UTC

[08/10] incubator-brooklyn git commit: Update documentation notes on cluster size.

Update documentation notes on cluster size.


Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/3cc61155
Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/3cc61155
Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/3cc61155

Branch: refs/heads/master
Commit: 3cc61155d4544a29a577e5146cc9a47c38cbc71a
Parents: f5448cc
Author: Geoff Macartney <ge...@cloudsoftcorp.com>
Authored: Wed Dec 23 17:52:51 2015 +0000
Committer: Geoff Macartney <ge...@cloudsoftcorp.com>
Committed: Wed Dec 23 17:52:51 2015 +0000

----------------------------------------------------------------------
 brooklyn-docs/guide/start/policies.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/3cc61155/brooklyn-docs/guide/start/policies.md
----------------------------------------------------------------------
diff --git a/brooklyn-docs/guide/start/policies.md b/brooklyn-docs/guide/start/policies.md
index 9a9acde..2fef9b6 100644
--- a/brooklyn-docs/guide/start/policies.md
+++ b/brooklyn-docs/guide/start/policies.md
@@ -23,7 +23,7 @@ We'll start by deploying an application via YAML blueprint consisting of the fol
 
 Copy the blueprint below into a text file, "mycluster.yaml", in your workspace, but *before* you create an application 
 with it, again modify the YAML to specify the location where the application will be deployed.  
-You will need at least five machines for this example, one for the DB, and four for the tomcats 
+You will need at least five machines for this example, one for the DB, one for the Nginx controller, and three for the tomcats 
 (but you can reduce this by changing the "maxPoolSize" below.
 
 {% highlight yaml %}
@@ -52,7 +52,7 @@ services:
       metricLowerBound: 10
       metricUpperBound: 100
       minPoolSize: 1
-      maxPoolSize: 4
+      maxPoolSize: 3
       
 - serviceType: brooklyn.entity.database.mysql.MySqlNode
   id: db