Skip to content

Commit 26c6bca

Browse files
committed
Add mention of location wizard into the documentation
1 parent c95a55c commit 26c6bca

File tree

4 files changed

+12
-1
lines changed

4 files changed

+12
-1
lines changed

guide/ops/locations/byon.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@ brooklyn.location.named.On-Prem\ Iron\ Example.privateKeyFile=~/.ssh/produser_id
4747
brooklyn.location.named.On-Prem\ Iron\ Example.privateKeyPassphrase=s3cr3tpassphrase
4848
{% endhighlight %}
4949

50+
Alternatively, you can create a specific BYON location through the location wizard tool available within the web console.
51+
This location will be saved as a [catalog entry]({{ site.path.guide }}/ops/catalog/index.html#locations-in-catalog) for easy reusability.
52+
5053
For more complex host configuration, one can define custom config values per machine. In the example
5154
below, there will be two machines. The first will be a machine reachable on
5255
`ssh -i ~/.ssh/brooklyn.pem -p 8022 myuser@50.51.52.53`. The second is a windows machine, reachable

guide/ops/locations/clouds.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@ brooklyn.location.jclouds.aws-ec2.credential=s3cr3tsq1rr3ls3cr3tsq1rr3ls3cr3tsq1
3737

3838
And in this case you can reference the location in YAML with `location: jclouds:aws-ec2`.
3939

40+
Alternatively, you can use the location wizard tool available within the web console
41+
to create any cloud location supported by <a href="http://jclouds.org">Apache jclouds</a>.
42+
This location will be saved as a [catalog entry]({{ site.path.guide }}/ops/catalog/index.html#locations-in-catalog) for easy reusability.
43+
4044
Brooklyn irons out many of the differences between clouds so that blueprints run similarly
4145
in a wide range of locations, including setting up access and configuring images and machine specs.
4246
The configuration options are described in more detail below.

guide/ops/locations/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ Brooklyn supports a wide range of locations:
1717
specifying already-existing hosts to use
1818
* And many others, including object stores and online services
1919

20-
Configuration can be set in `~/.brooklyn/brooklyn.properties`
20+
Configuration can be set in `~/.brooklyn/brooklyn.properties`, through the
21+
location wizard tool available within the web console
2122
or directly in YAML when specifying a location.
2223
On some entities, config keys determining maching selection and provisioning behavior
2324
can also be set `in `provisioning.properties`.

guide/ops/locations/localhost.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ brooklyn.location.localhost.privateKeyFile=~/.ssh/brooklyn_key
1717
brooklyn.location.localhost.privateKeyPassphrase=s3cr3tPASSPHRASE
1818
{% endhighlight %}
1919

20+
Alternatively, you can create a specific localhost location through the location wizard tool available within the web console.
21+
This location will be saved as a [catalog entry]({{ site.path.guide }}/ops/catalog/index.html#locations-in-catalog) for easy reusability.
22+
2023
If you encounter issues or for more information, see [SSH Keys Localhost Setup](ssh-keys.html#localhost-setup).
2124

2225
If you are normally prompted for a password when executing `sudo` commands, passwordless `sudo` must also be enabled. To enable passwordless `sudo` for your account, a line must be added to the system `/etc/sudoers` file. To edit the file, use the `visudo` command:

0 commit comments

Comments
 (0)