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 <[email protected]> Authored: Thu Feb 12 12:39:14 2015 +0100 Committer: andreaturli <[email protected]> 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.
