Update test-kitchen to Sous Chefs
Signed-off-by: Lance Albertson <lance@osuosl.org>
This commit is contained in:
parent
3dc75789f3
commit
0fd6330f75
@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
- Update to use Sous Chefs GH workflow
|
||||
- Update README to sous-chefs
|
||||
- Update metadata.rb to Sous Chefs
|
||||
- Update test-kitchen to Sous Chefs
|
||||
|
||||
### Added
|
||||
|
||||
|
@ -1,19 +1,15 @@
|
||||
---
|
||||
driver:
|
||||
name: dokken
|
||||
privileged: true # because Docker and SystemD/Upstart
|
||||
privileged: true # because Docker and SystemD
|
||||
chef_version: <%= ENV['CHEF_VERSION'] || 'current' %>
|
||||
chef_license: accept-no-persist
|
||||
env: [CHEF_LICENSE=accept]
|
||||
|
||||
transport:
|
||||
name: dokken
|
||||
|
||||
provisioner:
|
||||
name: dokken
|
||||
deprecations_as_errors: true
|
||||
|
||||
verifier:
|
||||
name: inspec
|
||||
|
||||
platforms:
|
||||
- name: amazonlinux
|
||||
|
@ -4,8 +4,10 @@ driver:
|
||||
|
||||
provisioner:
|
||||
name: chef_zero
|
||||
product_name: chef
|
||||
enforce_idempotency: true
|
||||
multiple_converge: 2
|
||||
deprecations_as_errors: true
|
||||
chef_license: accept-no-persist
|
||||
|
||||
verifier:
|
||||
name: inspec
|
||||
@ -18,15 +20,11 @@ platforms:
|
||||
- name: centos-7
|
||||
- name: centos-8
|
||||
- name: debian-9
|
||||
run_list: apt::default
|
||||
- name: debian-10
|
||||
run_list: apt::default
|
||||
- name: fedora-latest
|
||||
- name: opensuse-leap-15
|
||||
- name: ubuntu-16.04
|
||||
run_list: apt::default
|
||||
- name: ubuntu-18.04
|
||||
run_list: apt::default
|
||||
|
||||
suites:
|
||||
- name: default
|
||||
|
Loading…
x
Reference in New Issue
Block a user