NetDocuments-Archive / rd-winrm-plugin

Allows rundeck to execute commands with powershell
Apache License 2.0
31 stars 19 forks source link

Error installing plugin #20

Closed spuder closed 8 years ago

spuder commented 8 years ago

Installing this plugin according to the instructions, gives this error

Failed dispatching to node dvp-chefzero.ndlab.local: com.dtolabs.rundeck.core.CoreException: No matching plugin found provider: overthere-winrm for Service: NodeExecutor

Execution failed: 20: [Workflow result: , step failures: {1=Dispatch failed on 1 nodes: [dvp-chefzero.ndlab.local: Unknown: com.dtolabs.rundeck.core.CoreException: No matching plugin found provider: overthere-winrm for Service: NodeExecutor]}, Node failures: {dvp-chefzero.ndlab.local=[Unknown: com.dtolabs.rundeck.core.CoreException: No matching plugin found provider: overthere-winrm for Service: NodeExecutor]}, status: failed]

apt-get isntall ruby ruby-dev
gem install winrm
gem install winrm-fs
ls /var/lib/rundeck/libext/
-rw-r--r--  1 rundeck rundeck   11328 Mar 21 15:32 rd-winrm-plugin-1.3.2.zip

screenshot 2016-03-28 15 37 31

screenshot 2016-03-28 15 38 20

spuder commented 8 years ago

@vvchik I'm recreating the rundeck server since it was corrupted and I can't get past this error.

I know the winrm gem is getting rewritten, maybe this plugin needs a specific version of the winrm gem?

Any other ideas?

kumor commented 8 years ago

I would check your resources.xml file and make sure you have not specified the node-executor as overthere-winrm

The node-executor in the resources.xml file overrides the project default.

vvchik commented 8 years ago

hi @spuder have you tried to use rundeck-blocks cookbook for rundeck re-installation?

spuder commented 8 years ago

Recreated rundeck server and problem is now absent.