forked from sous-chefs/dnsmasq
-
Notifications
You must be signed in to change notification settings - Fork 0
/
kitchen.yml
42 lines (38 loc) · 863 Bytes
/
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
---
driver:
name: vagrant
provisioner:
name: chef_solo
product_name: chef
enforce_idempotency: true
multiple_converge: 2
solo_rb:
treat_deprecation_warnings_as_errors: true
verifier:
name: inspec
platforms:
- name: centos-6
- name: centos-7
- name: debian-8
- name: debian-9
- name: ubuntu-16.04
- name: ubuntu-18.04
- name: amazonlinux-2
suites:
- name: default
run_list:
- recipe[test::default]
attributes:
dnsmasq:
managed_hosts_bag: false
enable_dns: true
enable_dhcp: true
dhcp_options: ['dhcp-host=01:23:ab:cd:01:02,larry,10.0.0.10']
dns:
server: '8.8.8.8'
dhcp:
dhcp-range: 'eth1,10.0.0.5,10.0.0.15,12h'
domain: 'test.lab'
tftp-root: '/var/lib/tftpboot'
enable-tftp: null
interface: 'eth1'