Update test-kitchen to Sous Chefs

Signed-off-by: Lance Albertson <lance@osuosl.org>
This commit is contained in:
Lance Albertson 2020-10-11 09:52:43 -07:00
parent 3dc75789f3
commit 0fd6330f75
3 changed files with 6 additions and 11 deletions

View File

@ -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 to use Sous Chefs GH workflow
- Update README to sous-chefs - Update README to sous-chefs
- Update metadata.rb to Sous Chefs - Update metadata.rb to Sous Chefs
- Update test-kitchen to Sous Chefs
### Added ### Added

View File

@ -1,19 +1,15 @@
--- ---
driver: driver:
name: dokken name: dokken
privileged: true # because Docker and SystemD/Upstart privileged: true # because Docker and SystemD
chef_version: <%= ENV['CHEF_VERSION'] || 'current' %> chef_version: <%= ENV['CHEF_VERSION'] || 'current' %>
chef_license: accept-no-persist env: [CHEF_LICENSE=accept]
transport: transport:
name: dokken name: dokken
provisioner: provisioner:
name: dokken name: dokken
deprecations_as_errors: true
verifier:
name: inspec
platforms: platforms:
- name: amazonlinux - name: amazonlinux

View File

@ -4,8 +4,10 @@ driver:
provisioner: provisioner:
name: chef_zero name: chef_zero
product_name: chef
enforce_idempotency: true
multiple_converge: 2
deprecations_as_errors: true deprecations_as_errors: true
chef_license: accept-no-persist
verifier: verifier:
name: inspec name: inspec
@ -18,15 +20,11 @@ platforms:
- name: centos-7 - name: centos-7
- name: centos-8 - name: centos-8
- name: debian-9 - name: debian-9
run_list: apt::default
- name: debian-10 - name: debian-10
run_list: apt::default
- name: fedora-latest - name: fedora-latest
- name: opensuse-leap-15 - name: opensuse-leap-15
- name: ubuntu-16.04 - name: ubuntu-16.04
run_list: apt::default
- name: ubuntu-18.04 - name: ubuntu-18.04
run_list: apt::default
suites: suites:
- name: default - name: default