DeployHubProject / DeployHub-Pro

DeployHub Pro Pipeline Status Project
https://www.openmakesoftware.com/application-release-automation-for-continuous-delivery/
Other
11 stars 4 forks source link

unable to deploy to windows endpoint #243

Closed piyush94 closed 5 years ago

piyush94 commented 5 years ago

ERROR: Failed to Deploy File wildfly-10.1.0.Final.tar.gz -> USTR-UVM-12191:c:\temp\wildfly-10.1.0.Final.tar.gz: No such file or directory 0\

sbtaylor15 commented 5 years ago

I changed the underlying code to push up details on my the deployment is failing.
Please pull the latest image.

docker pull quay.io/deployhub/deployhub-pro

piyush94 commented 5 years ago

getting this error now: image

sbtaylor15 commented 5 years ago

Looks like WimRM is not enabled on the window box. Let me hunt down the link to the doc on how to enable it.

sbtaylor15 commented 5 years ago

Run the following powershell command on the Windows machine. CredSSP is not enabled by default.

Enable-WSManCredSSP -Role Server -Force

DeployHub uses Ansible to connect to the Windows box over WinRM. Here is the link to the doc. https://docs.ansible.com/ansible/latest/user_guide/windows_winrm.html#credssp

piyush94 commented 5 years ago

Thanks. It's working now.