Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 1B6F5200B64 for ; Tue, 2 Aug 2016 15:13:46 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 19E57160A8C; Tue, 2 Aug 2016 13:13:46 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 89115160A76 for ; Tue, 2 Aug 2016 15:13:45 +0200 (CEST) Received: (qmail 3445 invoked by uid 500); 2 Aug 2016 13:13:44 -0000 Mailing-List: contact dev-help@brooklyn.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@brooklyn.apache.org Delivered-To: mailing list dev@brooklyn.apache.org Received: (qmail 3434 invoked by uid 99); 2 Aug 2016 13:13:44 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Aug 2016 13:13:44 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 41BBBE0007; Tue, 2 Aug 2016 13:13:44 +0000 (UTC) From: drigodwin To: dev@brooklyn.apache.org Reply-To: dev@brooklyn.apache.org References: In-Reply-To: Subject: [GitHub] brooklyn-docs pull request #98: Improve location docs Content-Type: text/plain Message-Id: <20160802131344.41BBBE0007@git1-us-west.apache.org> Date: Tue, 2 Aug 2016 13:13:44 +0000 (UTC) archived-at: Tue, 02 Aug 2016 13:13:46 -0000 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 infrastructure@apache.org or file a JIRA ticket with INFRA. ---