summaryrefslogtreecommitdiff
path: root/omnibus/kitchen.yml
diff options
context:
space:
mode:
authorStuart Preston <stuart@chef.io>2018-08-28 13:43:12 +0100
committerStuart Preston <stuart@chef.io>2018-08-28 13:43:12 +0100
commit1e2088b57144a68de0b054f82d8a76f6e4888198 (patch)
tree9a7d8246564d5a29b94731bdcac4011ef39d52c8 /omnibus/kitchen.yml
parent516ac6f892b0068fbfa450b0d18ae958303ac8ca (diff)
downloadchef-1e2088b57144a68de0b054f82d8a76f6e4888198.tar.gz
Updating omnibus kitchen builder to work on Windows10/Hyper-Vsp/chef-omnibus-on-hyperv
Signed-off-by: Stuart Preston <stuart@chef.io>
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: