Return-Path: X-Original-To: apmail-brooklyn-commits-archive@minotaur.apache.org Delivered-To: apmail-brooklyn-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B0F7A199B0 for ; Tue, 29 Mar 2016 08:38:49 +0000 (UTC) Received: (qmail 5526 invoked by uid 500); 29 Mar 2016 08:38:49 -0000 Delivered-To: apmail-brooklyn-commits-archive@brooklyn.apache.org Received: (qmail 5491 invoked by uid 500); 29 Mar 2016 08:38:49 -0000 Mailing-List: contact commits-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 commits@brooklyn.apache.org Received: (qmail 5455 invoked by uid 99); 29 Mar 2016 08:38:49 -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, 29 Mar 2016 08:38:49 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 5693DDFDEC; Tue, 29 Mar 2016 08:38:49 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: svet@apache.org To: commits@brooklyn.apache.org Date: Tue, 29 Mar 2016 08:38:50 -0000 Message-Id: In-Reply-To: <54b4c52862044ff5af1154a6df435bf5@git.apache.org> References: <54b4c52862044ff5af1154a6df435bf5@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [2/2] brooklyn-server git commit: Closes #89 Closes #89 Windows @ GCE: exec startup script to enable WinRM Longer term, we should look at how better to configure a startup script. Different clouds within jclouds seem to use userMetadata in different ways, making our code fiddly. Note this change isn't enough to get Windows@GCE working. We also need to write some code for generating + retrieving a Windows password. See https://cloud.google.com/compute/docs/instances/automate-pw-generation If testing, the following location config is also important for users, to avoid jclouds waiting for port 22 to be reachable (and thus failing): `templateOptions: { autoCreateKeyPair: false }` Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/e171d1b4 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/e171d1b4 Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-server/diff/e171d1b4 Branch: refs/heads/master Commit: e171d1b416ba235351d8354ecfa154c1db60be37 Parents: 85770a0 c56f713 Author: Svetoslav Neykov Authored: Tue Mar 29 11:38:24 2016 +0300 Committer: Svetoslav Neykov Committed: Tue Mar 29 11:38:24 2016 +0300 ---------------------------------------------------------------------- .../location/jclouds/JcloudsLocation.java | 39 +++++++++++++++++++- 1 file changed, 37 insertions(+), 2 deletions(-) ----------------------------------------------------------------------