Github user drigodwin commented on a diff in the pull request:
https://github.com/apache/brooklyn-docs/pull/98#discussion_r73151662
--- Diff: guide/ops/locations/_localhost.md ---
@@ -7,30 +7,41 @@ section_type: inline
### Localhost
If passwordless ssh login to `localhost` and passwordless `sudo` is
enabled on your
-machine, you should be able to deploy blueprints with no special
configuration,
+machine, you should be able to deploy some blueprints with no special
configuration,
just by specifying `location: localhost` in YAML.
If you use a passpharse or prefer a different key, these can be configured
as follows:
-{% highlight bash %}
-brooklyn.location.localhost.privateKeyFile=~/.ssh/brooklyn_key
-brooklyn.location.localhost.privateKeyPassphrase=s3cr3tPASSPHRASE
-{% endhighlight %}
+ location:
+ localhost:
+ privateKeyFile=~/.ssh/brooklyn_key
+ privateKeyPassphrase=s3cr3tPASSPHRASE
+
Alternatively, you can create a specific localhost location through the
location wizard tool available within the web console.
This location will be saved as a [catalog entry]({{ site.path.guide
}}/ops/catalog/index.html#locations-in-catalog) for easy reusability.
--- End diff --
This is now #locations-in-the-catalog
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---