-
Notifications
You must be signed in to change notification settings - Fork 202
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Creating windows-guest-support branch for kitchen-ec2 #96
Conversation
Added section for AWS Session Token parameter.
This commit will let the driver work for any Transport within test-kitchen. Added port & password (values needed for WinRM) to distinguish the Transport and extra configuration.
…ords without creating static users. Improved logging for WinRM provisioning via EC2 instance user_data with the support of custom user_data config entries from .kitchen.yml config. Refreshed and extnded amis.json file and removed default password section.
…PRIVATE_KEY Environment variable
5509333
to
3799a43
Compare
@tyler-ball I think this might need some rebase.. but I like this!!! 👍 |
At the moment, this should work as a reference assuming it's too much work to re-integrate back in once #109 is merged. Hopefully a newer delta will be even shorter with improvements there and the Test Kitchen 1.4.0 codebase. |
@fnichol Correct, I am leaving this as reference, it will be re-implemented once I finish my work towards getting kitchen-ec2 1.4.0 ready |
👍 |
Closing this as all the changes were merged in #150 |
This tracks the changes in https://github.com/test-kitchen/test-kitchen/tree/windows-guest-support - when that is merged to master, this should be also.
These changes come from https://github.com/afiune/kitchen-ec2 . I had to clean up some merge conflicts, so it will be slightly different. Tests are also not going to pass yet - I need to clean up formatting, but it is in another branch for now since it makes the diff impossible to read.
\cc @afiune @fnichol @test-kitchen/windows
NTS - merge afiune-transport-2 into this branch before going to master