support `domainName` as a location config property (softlayer only)
Project: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/commit/e78ffca8 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/tree/e78ffca8 Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/diff/e78ffca8 Branch: refs/heads/0.7.0-incubating Commit: e78ffca8f9c851ab6dda21ea09efbd913b143101 Parents: e168bfc Author: Alex Heneveld <[email protected]> Authored: Fri May 8 17:19:19 2015 +0100 Committer: Alex Heneveld <[email protected]> Committed: Fri May 8 18:51:50 2015 +0100 ---------------------------------------------------------------------- docs/guide/ops/locations/index.md | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/brooklyn-docs/blob/e78ffca8/docs/guide/ops/locations/index.md ---------------------------------------------------------------------- diff --git a/docs/guide/ops/locations/index.md b/docs/guide/ops/locations/index.md index 3c1f6b8..02e82bb 100644 --- a/docs/guide/ops/locations/index.md +++ b/docs/guide/ops/locations/index.md @@ -139,6 +139,9 @@ For more keys and more detail on the keys below, see For all names, a random suffix will be appended to help guarantee uniqueness; this can be removed by setting `vmNameSaltLength: 0`. +- A DNS domain name where this host should be placed can be specified with `domainName` + (in selected clouds only) + - User metadata can be attached using the syntax `userMetadata: { key: value, key2: "value 2" }` (or `userMetadata=key=value,key2="value 2"` in a properties file)
