-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.kitchen.yml
61 lines (57 loc) · 1.01 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
54
55
56
57
58
59
60
61
---
driver:
name: ec2
region: us-east-2
boot_timeout: 1200
gui: false
provisioner:
name: salt_solo
is_file_root: true
state_top:
base:
"*":
- outlyeragent
platforms:
- name: ubuntu-1404
driver:
box: ubuntu-14.04
image_id: ami-b2132ed7
- name: ubuntu-1604
driver:
box: ubuntu-16.04
image_id: ami-916f59f4
- name: centos-6
driver:
box: centos-6
- name: centos-7
driver:
box: centos-7
- name: debian-8
driver:
box: debian-8
- name: debian-9
driver:
box: debian-9
suites:
- name: default
provisioner:
pillars-from-files:
outlyeragent.sls: pillar-example.sls
pillars:
top.sls:
base:
"*":
- outlyeragent
verifier:
inspec_tests:
- test
attributes:
outlyer:
agent:
agent_key: XXX-XXX-XXX-XXX-XXX
labels:
role: test
package:
version: 0.0.67-1
verifier:
name: inspec