You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by he...@apache.org on 2015/02/16 22:35:02 UTC

[1/8] incubator-brooklyn git commit: Update creating-blueprints.md

Repository: incubator-brooklyn
Updated Branches:
  refs/heads/master 13f688761 -> e0cc1a646


Update creating-blueprints.md

using permalink for a referenced link


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

Branch: refs/heads/master
Commit: d274e03595ba0b07d7ea5fb6c91d1969d1141c15
Parents: 692eb0c
Author: Andrea Turli <an...@gmail.com>
Authored: Thu Feb 12 12:39:14 2015 +0100
Committer: andreaturli <an...@gmail.com>
Committed: Fri Feb 13 14:09:37 2015 +0100

----------------------------------------------------------------------
 docs/guide/yaml/chef/creating-blueprints.md | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/d274e035/docs/guide/yaml/chef/creating-blueprints.md
----------------------------------------------------------------------
diff --git a/docs/guide/yaml/chef/creating-blueprints.md b/docs/guide/yaml/chef/creating-blueprints.md
index d584a4e..337c7f3 100644
--- a/docs/guide/yaml/chef/creating-blueprints.md
+++ b/docs/guide/yaml/chef/creating-blueprints.md
@@ -15,6 +15,8 @@ An illustrative example is below:
 *This works without any installation: try it now, copying-and-pasting to the Brooklyn console.
 (Don't forget to add your preferred `location: some-cloud` to the spec.)*  
 
+Notice, if you target `google-compute-engine` location, you may need to specify `bind_address: 0.0.0.0` for the `mysql` cookbook, as described [here](https://github.com/chef-cookbooks/mysql/blob/46dccac22d282a05ee6a401e10ae8f5f8114fd66/README.md#parameters).
+
 We'll now walk through the important constituent parts,
 and then proceed to describing things which can be done to simplify the deployment.
 


[2/8] incubator-brooklyn git commit: Notes on setting up BYON nodes

Posted by he...@apache.org.
Notes on setting up BYON nodes


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

Branch: refs/heads/master
Commit: 9ed54e3c13753ebd3dd7182df25f038bd73d88f8
Parents: 692eb0c
Author: Duncan Grant <du...@cloudsoftcorp.com>
Authored: Mon Feb 16 15:17:45 2015 +0000
Committer: Duncan Grant <du...@cloudsoftcorp.com>
Committed: Mon Feb 16 15:31:57 2015 +0000

----------------------------------------------------------------------
 docs/guide/ops/locations/index.md | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/9ed54e3c/docs/guide/ops/locations/index.md
----------------------------------------------------------------------
diff --git a/docs/guide/ops/locations/index.md b/docs/guide/ops/locations/index.md
index 810f7b8..235a552 100644
--- a/docs/guide/ops/locations/index.md
+++ b/docs/guide/ops/locations/index.md
@@ -225,9 +225,15 @@ If you encounter issues or for more information, see [SSH Keys Localhost Setup](
 
 ### BYON
 
-"Bring-your-own-nodes" mode is useful in production, were machines have been provisioned by someone else, 
+"Bring-your-own-nodes" mode is useful in production, where machines have been provisioned by someone else,
 and during testing, to cut down provisioning time.
 
+Your nodes must meet the following prerequisites:
+
+- A suitable OS must have been installed on all nodes
+- The node must be running sshd (or similar)
+- the brooklyn user must be able to ssh to each node as root or as a user with passwordless sudo permission. (For more information on SSH keys, see [here](ssh-keys.html).) 
+
 To deploy to machines with known IP's in a blueprint, use the following syntax:
 
 {% highlight yaml %}


[6/8] incubator-brooklyn git commit: This closes #514

Posted by he...@apache.org.
This closes #514


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

Branch: refs/heads/master
Commit: 701cedaf97c60d311f79532f18619b42f0e9afe8
Parents: 6bcad2f 9ed54e3
Author: Alex Heneveld <al...@cloudsoftcorp.com>
Authored: Mon Feb 16 21:34:43 2015 +0000
Committer: Alex Heneveld <al...@cloudsoftcorp.com>
Committed: Mon Feb 16 21:34:43 2015 +0000

----------------------------------------------------------------------
 docs/guide/ops/locations/index.md | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)
----------------------------------------------------------------------



[4/8] incubator-brooklyn git commit: Typo fix.

Posted by he...@apache.org.
Typo fix.

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

Branch: refs/heads/master
Commit: 716a8923b2355a9085610dd12b8ba7089b331ae5
Parents: 13f6887
Author: Tina <co...@gmail.com>
Authored: Mon Feb 16 16:05:43 2015 -0500
Committer: Tina <co...@gmail.com>
Committed: Mon Feb 16 16:05:43 2015 -0500

----------------------------------------------------------------------
 docs/guide/start/running.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/716a8923/docs/guide/start/running.md
----------------------------------------------------------------------
diff --git a/docs/guide/start/running.md b/docs/guide/start/running.md
index 6de22c6..a5c8e06 100644
--- a/docs/guide/start/running.md
+++ b/docs/guide/start/running.md
@@ -57,7 +57,7 @@ INFO  Started Brooklyn console at http://127.0.0.1:8081/, running classpath://br
 ### Next
 
 Next, open the web console on [127.0.0.1:8081](http://127.0.0.1:8081). 
-No application shave been deployed yet, so the "Create Application" dialog opens automatically:
+No applications have been deployed yet, so the "Create Application" dialog opens automatically:
 let's remedy this by **[deploying a blueprint](blueprints.html)**. 
 
 It is not necessary at this time, but depending on what you are going to do, 


[8/8] incubator-brooklyn git commit: This closes #516

Posted by he...@apache.org.
This closes #516


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

Branch: refs/heads/master
Commit: e0cc1a646c38c837d9815a7cc7810bcba7d58fc5
Parents: 5ee7bb9 716a892
Author: Alex Heneveld <al...@cloudsoftcorp.com>
Authored: Mon Feb 16 21:34:47 2015 +0000
Committer: Alex Heneveld <al...@cloudsoftcorp.com>
Committed: Mon Feb 16 21:34:47 2015 +0000

----------------------------------------------------------------------
 docs/guide/start/running.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------



[7/8] incubator-brooklyn git commit: This closes #515

Posted by he...@apache.org.
This closes #515


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

Branch: refs/heads/master
Commit: 5ee7bb97124c73b5a67816ec53349255fbd3880e
Parents: 701ceda 0fa3292
Author: Alex Heneveld <al...@cloudsoftcorp.com>
Authored: Mon Feb 16 21:34:46 2015 +0000
Committer: Alex Heneveld <al...@cloudsoftcorp.com>
Committed: Mon Feb 16 21:34:46 2015 +0000

----------------------------------------------------------------------
 docs/guide/start/blueprints.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------



[5/8] incubator-brooklyn git commit: This closes #512

Posted by he...@apache.org.
This closes #512


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

Branch: refs/heads/master
Commit: 6bcad2f0d6d859b442226b07737493bddc442816
Parents: 13f6887 d274e03
Author: Alex Heneveld <al...@cloudsoftcorp.com>
Authored: Mon Feb 16 21:34:42 2015 +0000
Committer: Alex Heneveld <al...@cloudsoftcorp.com>
Committed: Mon Feb 16 21:34:42 2015 +0000

----------------------------------------------------------------------
 docs/guide/yaml/chef/creating-blueprints.md | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------



[3/8] incubator-brooklyn git commit: Blueprint doc remove brackets from alternative configuration.

Posted by he...@apache.org.
Blueprint doc remove brackets from alternative configuration.


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

Branch: refs/heads/master
Commit: 0fa3292cc30b5e0e94575a085739547c4f6da3c7
Parents: 13f6887
Author: Valentin Aitken <bo...@gmail.com>
Authored: Mon Feb 16 18:44:35 2015 +0200
Committer: Valentin Aitken <bo...@gmail.com>
Committed: Mon Feb 16 18:44:35 2015 +0200

----------------------------------------------------------------------
 docs/guide/start/blueprints.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/0fa3292c/docs/guide/start/blueprints.md
----------------------------------------------------------------------
diff --git a/docs/guide/start/blueprints.md b/docs/guide/start/blueprints.md
index d50cd94..9986178 100644
--- a/docs/guide/start/blueprints.md
+++ b/docs/guide/start/blueprints.md
@@ -33,9 +33,9 @@ location:
     credential: s3cr3tsq1rr3ls3cr3tsq1rr3ls3cr3tsq1rr3l
 {% endhighlight %}
 
-(Alternatively, if you have `ssh localhost` [configured](../ops/locations/#localhost) you can leave it as is.
-See [Locations](../ops/locations) in the Operations section of the User Guide for detail on setting up 
-cloud providers, including putting credentials in a file on disk rather than in the blueprint.)
+Alternatively, if you have `ssh localhost` [configured](../ops/locations/#localhost) you can leave it as is.
+See __[Locations](../ops/locations)__ in the Operations section of the User Guide for detail on setting up
+cloud providers, including putting credentials in a file on disk rather than in the blueprint.
 
 With the modified YAML in the dialog, click "Finish". The dialog will close and Brooklyn will begin deploying your
 application. Your application will be shown as "Starting" on the web console's front page.