It was an intent to add an Overthere driver long time ago [1] but that
never got completed. I agree that it would be a really nice addition,
so feel free to file a feature request in our JIRA [2] for this.


I.


[1] https://github.com/jclouds/legacy-jclouds/pull/734
[2] https://issues.apache.org/jira/browse/JCLOUDS

On 30 July 2014 15:30, Vineet Saini <[email protected]> wrote:
> Any plan to support WinRM to do same for Windows in addition to ssh?
>
> May be use https://github.com/xebialabs/overthere or similar approach. Can
> request this as enhancement to support WinRM to run command on windows?
>
>
> On Tue, Jul 29, 2014 at 12:34 PM, Ignasi Barrera <[email protected]> wrote:
>>
>> jclouds currently implements access to the nodes using SSH. We support the
>> sshj and jsch libraries, and right now this is the only protocol supported
>> to access the nodes.
>>
>> This means that to run scripts on a Windows host there should be an SSH
>> server running there and listening on port 22. Also, jclouds will upload the
>> script to the node before running it, so the configuration in the node
>> should allow that upload. Once that is done, jclouds will run the script
>> locally.
>>
>> Unfortunately I don't have an example  to share, but this should give you
>> an idea of what the requirements are and set an starting point.
>>
>> I.
>>
>> El 28/07/2014 21:28, "Vineet Saini" <[email protected]> escribió:
>>
>>> Is it possible to use runScript method to run command/command on windows
>>> node?
>>>
>>> Any example or link would be great help.
>>>
>

Reply via email to