summaryrefslogtreecommitdiff
path: root/omnibus/kitchen.yml
diff options
context:
space:
mode:
authorStuart Preston <stuart@chef.io>2018-08-28 17:20:50 +0100
committerGitHub <noreply@github.com>2018-08-28 17:20:50 +0100
commit65db2f49949fe24fe1c468e512994f6c67055b8a (patch)
treee5053f55d80a18758acacbce0b5fe7eb4a15019f /omnibus/kitchen.yml
parent999df12d2e61830f8981faf644962c3a2b42cd30 (diff)
parent1e2088b57144a68de0b054f82d8a76f6e4888198 (diff)
downloadchef-65db2f49949fe24fe1c468e512994f6c67055b8a.tar.gz
Merge pull request #7593 from chef/sp/chef-omnibus-on-hyperv
Updating omnibus kitchen builder to work on Windows 10/Hyper-V
Diffstat (limited to 'omnibus/kitchen.yml')
-rw-r--r--omnibus/kitchen.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/omnibus/kitchen.yml b/omnibus/kitchen.yml
index 7a99858761..81aba1de47 100644
--- a/omnibus/kitchen.yml
+++ b/omnibus/kitchen.yml
@@ -95,6 +95,7 @@ platforms:
# mounts at `C:\vagrant\code` and the Chef source folder is available
# at `C:\vagrant\code\chef`
- ['../..', '/vagrant/code']
+ communicator: winrm
provisioner:
attributes:
omnibus:
@@ -102,6 +103,9 @@ platforms:
build_user_group: Administrators
build_user_password: vagrant
chef_omnibus_root: /opscode/angrychef
+ transport:
+ name: winrm
+ elevated: true
# Windows 32-bit
# By adding an `i386` to the name the Omnibus cookbook's `load-omnibus-toolchain.bat`
@@ -111,6 +115,7 @@ platforms:
box: chef/windows-<%= win_version %> # private
synced_folders:
- ['../..', '/vagrant/code']
+ communicator: winrm
provisioner:
attributes:
omnibus:
@@ -118,6 +123,9 @@ platforms:
build_user_group: Administrators
build_user_password: vagrant
chef_omnibus_root: /opscode/angrychef
+ transport:
+ name: winrm
+ elevated: true
<% end %>
suites: