-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathkitchen.yml
53 lines (49 loc) · 1.1 KB
/
kitchen.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
---
driver:
name: vagrant
box_auto_update: true
# customize:
# memory: 1024
# cpus: 4
# network:
# - ["forwarded_port", {guest: 80, host: 8977}]
# synced_folders:
# - ["test/data/%{instance_name}", "/tmp/data", "type: :rsync"]
provisioner:
require_chef_omnibus: false
install_strategy: skip
log_level: warn
#name: chef-solo
#chef_solo_path: /usr/bin/chef-solo
name: chef_zero
chef_client_path: /usr/bin/chef-client
data_bags_path: test/integration/data_bags
chef_omnibus_url: https://omnitruck.cinc.sh/install.sh
chef_omnibus_root: /opt/cinc
verifier:
name: busser
ruby_bindir: /usr/bin
platforms:
- name: bullseye
driver:
box: debian/bullseye64
provider: libvirt
provision: true
install_strategy: once
require_chef_omnibus: true
vagrantfiles:
- vagrant.rb
- name: buster
driver:
box: debian/buster64
provider: libvirt
provision: true
vagrantfiles:
- vagrant.rb
suites:
- name: luks
run_list:
- recipe[luks]
attributes:
chef-vault:
databag_fallback: true