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 <[email protected]> Authored: Tue Mar 29 11:38:24 2016 +0300 Committer: Svetoslav Neykov <[email protected]> Committed: Tue Mar 29 11:38:24 2016 +0300 ---------------------------------------------------------------------- .../location/jclouds/JcloudsLocation.java | 39 +++++++++++++++++++- 1 file changed, 37 insertions(+), 2 deletions(-) ----------------------------------------------------------------------
