forked from chef-cookbooks/chef-server
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathkitchen.yml
More file actions
45 lines (41 loc) · 794 Bytes
/
kitchen.yml
File metadata and controls
45 lines (41 loc) · 794 Bytes
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
driver:
name: vagrant
customize:
memory: 1024
cpus: 2
provisioner:
name: chef_zero
deprecations_as_errors: true
chef_license: accept-no-persist
verifier:
name: inspec
platforms:
- name: centos-6
- name: centos-7
- name: ubuntu-16.04
- name: ubuntu-18.04
suites:
- name: default
run_list:
- recipe[test::default]
attributes:
chef-server:
accept_license: true
- name: no-fqdn
run_list:
- recipe[test::no-fqdn]
driver:
network:
- ['private_network', {ip: '192.168.243.2'}]
attributes:
chef-server:
accept_license: true
- name: add-ons-no-fqdn
run_list:
- recipe[test::add-ons-no-fqdn]
driver:
network:
- ['private_network', {ip: '192.168.243.3'}]
attributes:
chef-server:
accept_license: true