Skip to content

Instantly share code, notes, and snippets.

@stonith
Last active August 29, 2015 14:08
Show Gist options
  • Save stonith/ea188565da16581c179c to your computer and use it in GitHub Desktop.
Save stonith/ea188565da16581c179c to your computer and use it in GitHub Desktop.
Kitchen-CI Windows Guests
git clone -b one_session https://github.com/mwrock/test-kitchen
gem build test-kitchen.gemspec
gem install test-kitchen-1.3.0.gem
#git clone -b Transport https://github.com/mwrock/kitchen-vagrant
#gem build kitchen-vagrant.gemspec
#gem install kitchen-vagrant-0.16.0.gem
git clone -b WinRM https://github.com/afiune/kitchen-vagrant.git
gem build kitchen-vagrant.gemspec
gem install kitchen-vagrant-0.16.0.gem
git clone -b WinRM https://github.com/afiune/kitchen-ec2.git
gem build kitchen-ec2.gemspec
gem install kitchen-ec2-0.9.0.gem
#Use tk-windows cookbook to test with following pull request
https://github.com/afiune/tk-windows/pull/5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment