GitHub user bostko opened a pull request:
https://github.com/apache/brooklyn-server/pull/157
Windows helper script for using Invoke-Command -Auth CredSSP
Using Invoke-Command in windows scripts is not very obvious and requires
Windows blueprint.
Developer include all these lines in their ps scripts, windows username and
password and then passing parameters.
With this change using CredSSP should be just one line in the install
script and one line in the YAML to add the script on the Windows machine.
Here it is important the name of the script since for future users it will
be included in their new Blueprint YAMLs as well as in their `.ps1` or `.cmd`
scripts.
Can you please share thoughts about this change and the name of the script?
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/bostko/brooklyn-server
invoke-command-credssp-helper
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/brooklyn-server/pull/157.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 #157
----
commit 0743ff238ad6cd49827b30a9dd08f063ffb4764b
Author: Valentin Aitken <[email protected]>
Date: 2016-05-25T20:16:38Z
Windows helper script Invoke-Command -Auth CredSSP
----
---
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.
---