GitHub user aledsage opened a pull request:
https://github.com/apache/brooklyn-server/pull/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 }`
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/aledsage/brooklyn-server
fix/Windows-start-script-on-gce
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/brooklyn-server/pull/89.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #89
----
commit c56f713a3566b7e5f64f0e0ee9c0d1b612d46774
Author: Aled Sage <[email protected]>
Date: 2016-03-28T22:37:01Z
Windows @ GCE: exec startup script to enable WinRM
----
---
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.
---