Added user = ubuntu for all AWS locations (using U 12.04 LTS AMIs). Tried aws-ec2.user = root, but this global parameter did not propigate.
Project: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/commit/eda108a6 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/tree/eda108a6 Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/diff/eda108a6 Branch: refs/heads/0.5.0 Commit: eda108a6535e744c87c4660f2d90f8448c8f626f Parents: a36e0b9 Author: David Toy <[email protected]> Authored: Wed May 1 13:22:29 2013 +0100 Committer: David Toy <[email protected]> Committed: Wed May 1 13:22:29 2013 +0100 ---------------------------------------------------------------------- docs/use/guide/quickstart/brooklyn.properties | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/brooklyn-docs/blob/eda108a6/docs/use/guide/quickstart/brooklyn.properties ---------------------------------------------------------------------- diff --git a/docs/use/guide/quickstart/brooklyn.properties b/docs/use/guide/quickstart/brooklyn.properties index 07268df..9781fcd 100644 --- a/docs/use/guide/quickstart/brooklyn.properties +++ b/docs/use/guide/quickstart/brooklyn.properties @@ -90,27 +90,36 @@ brooklyn.geoscaling.primaryDomain = DOMAIN ## # Note: For the convenience of new users, we have specified Ubuntu 12.04 LTS AMIs within -# AWS, deploying to m1.smalls, minimum. Change these to better suit your requirements. -# (If no parameters are set jclouds will pick AMIs at random.) +# AWS, deploying to m1.smalls, minimum. Ubuntu requires user = ubuntu. +# Please change these to better suit your requirements. +# (Note: If no parameters are set jclouds will pick AMIs at random, user=root, t1.micros.) #brooklyn.jclouds.aws-ec2.identity = YOURAPIKEY #brooklyn.jclouds.aws-ec2.credential = YOURSECRETKEY brooklyn.jclouds.aws-ec2.minRam = 1600 brooklyn.location.named.AWS\ Virginia\ (us-east-1) = jclouds:aws-ec2:us-east-1 brooklyn.location.named.AWS\ Virginia\ (us-east-1).imageId = us-east-1/ami-d0f89fb9 +brooklyn.location.named.AWS\ Virginia\ (us-east-1).user = ubuntu brooklyn.location.named.AWS\ Oregon\ (us-west-2) = jclouds:aws-ec2:us-west-2 brooklyn.location.named.AWS\ Oregon\ (us-west-2).imageId = us-west-2/ami-70f96e40 +brooklyn.location.named.AWS\ Oregon\ (us-west-2).user = ubuntu brooklyn.location.named.AWS\ California\ (us-west-1) = jclouds:aws-ec2:us-west-1 brooklyn.location.named.AWS\ California\ (us-west-1).imageId = us-west-1/ami-fe002cbb +brooklyn.location.named.AWS\ California\ (us-west-1).user = ubuntu brooklyn.location.named.AWS\ Ireland\ (eu-west-1) = jclouds:aws-ec2:eu-west-1 brooklyn.location.named.AWS\ Ireland\ (eu-west-1).imageId = eu-west-1/ami-ce7b6fba +brooklyn.location.named.AWS\ Ireland\ (eu-west-1).user = ubuntu brooklyn.location.named.AWS\ Singapore\ (ap-southeast-1) = jclouds:aws-ec2:ap-southeast-1 brooklyn.location.named.AWS\ Singapore\ (ap-southeast-1).imageId = ap-southeast-1/ami-64084736 +brooklyn.location.named.AWS\ Singapore\ (ap-southeast-1).user = ubuntu brooklyn.location.named.AWS\ Tokyo\ (ap-northeast-1) = jclouds:aws-ec2:ap-northeast-1 brooklyn.location.named.AWS\ Tokyo\ (ap-northeast-1).imageId = ap-northeast-1/ami-fe6ceeff +brooklyn.location.named.AWS\ Tokyo\ (ap-northeast-1).user = ubuntu brooklyn.location.named.AWS\ Sydney\ (ap-southeast-2) = jclouds:aws-ec2:ap-southeast-2 brooklyn.location.named.AWS\ Sydney\ (ap-southeast-2).imageId = ap-southeast-2/ami-04ea7a3e +brooklyn.location.named.AWS\ Sydney\ (ap-southeast-2).user = ubuntu brooklyn.location.named.AWS\ Sao\ Paulo\ (sa-east-1) = jclouds:aws-ec2:sa-east-1 brooklyn.location.named.AWS\ Sao\ Paulo\ (sa-east-1).imageId = sa-east-1/ami-a3da00be +brooklyn.location.named.AWS\ Sao\ Paulo\ (sa-east-1).user = ubuntu # brooklyn.location.named.Bluelock = jclouds:bluelock-vcloud-zone01
