Pin test kitchen to chef 13.6.4

- chef 13.7 breaks in fun and exciting ways. until the next release emerges,
  to fix this, the temporary solution is to pin to 13.6

Change-Id: I5d4ccb946a9090b2de1811aa9207ca4b85b4aafb
This commit is contained in:
Samuel Cassiba 2018-02-08 06:34:56 -08:00
parent 5c59b15c00
commit 3689fd2503
3 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
driver:
name: dokken
privileged: true
chef_version: current
chef_version: '13.6.4' # workaround for chef/chef#6784
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:ro
- /sys/fs/selinux:/sys/fs/selinux:rw

View File

@ -13,7 +13,7 @@ provisioner:
# For example:
# always_update_cookbooks: <%= !ENV['CI'] %>
always_update_cookbooks: true
require_chef_omnibus: 13
require_chef_omnibus: '13.6.4' # workaround for chef/chef#6784
# Copy secret to /tmp/kitchen on test VM. Kitchen tries to gather secrets
# before any recipes had a chance to run -> we cannot use a recipe to put the
# secrets file in place.

View File

@ -15,7 +15,7 @@ provisioner:
# For example:
# always_update_cookbooks: <%= !ENV['CI'] %>
always_update_cookbooks: true
require_chef_omnibus: 13
require_chef_omnibus: '13.6.4' # workaround for chef/chef#6784
# Copy secret to /tmp/kitchen on test VM. Kitchen tries to gather secrets
# before any recipes had a chance to run -> we cannot use a recipe to put the
# secrets file in place.