BASE WinRM Module(s) added. Extra classes modified. #470
BASE WinRM Module(s) added. Extra classes modified. #470afiune wants to merge 11 commits intotest-kitchen:masterfrom
Conversation
|
Solving Travis failures.. Sorry about that! |
|
Here is one simple cookbook that validate the functionality of these updates. [https://github.com/afiune/tk-windows] Run:
|
Release 1.3.0, WindowsGuest Support with native WinRM protocol. Updated init_command for WindowsGuest [WinRM] into chef_base.
…es. Added comments.
HTTPS_PROXY & HTTP_PROXY environment variable enabled for WinRMBase.
Some modifications to let the driver kitchen-ec2 work. Now chef omnibus will download different versions.
[PoSH] Turn off the progress stream to prevent it from getting merged into STDERR.
|
@afiune I have a commit of fixes to bring the number of rubocop errors down to 6 (currently 49). I would continue to fix all of them, but I don't want to refactor things and mess up your methods and whatnot. Can you let me know where I should PR against? I assume it should be your repo and then it should be added to this PR. Thanks! |
|
@drag00n correct! There is a new awesome transport abstraction that we are implementing so if you want to help with that please do it here: https://github.com/afiune/test-kitchen/tree/Transport Just a heads up: The code has changed drastically... Sorry about that! Take a look and commit some good PR's!!! 👍 |
|
Closing this PR to don't confuse people about the |

This is the first commit to give TK the new feature of being able to communicate to Windows Instances thru WinRM.