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:03 UTC

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

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 %}