-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathkitchen.yml
85 lines (81 loc) · 1.84 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
---
driver:
name: vagrant
platforms:
- name: ubuntu-22.04-3006.9
driver:
box: genaumann/ubuntu2204-salt
box_version: "3006.9"
- name: ubuntu-24.04-3006.9
driver:
box: genaumann/ubuntu2404-salt
box_version: "3006.9"
- name: ubuntu-22.04-3007.1
driver:
box: genaumann/ubuntu2204-salt
box_version: "3007.1"
- name: ubuntu-24.04-3007.1
driver:
box: genaumann/ubuntu2404-salt
box_version: "3007.1"
- name: debian-12-3006.9
driver:
box: genaumann/debian12-salt
box_version: "3006.9"
- name: debian-12-3007.1
driver:
box: genaumann/debian12-salt
box_version: "3007.1"
- name: rocky9-3006.9
driver:
box: genaumann/rocky9-salt
box_version: "3006.9"
- name: rocky9-3007.1
driver:
box: genaumann/rocky9-salt
box_version: "3007.1"
- name: fedora40-3006.9
driver:
box: genaumann/fedora40-salt
box_version: "3006.9"
- name: fedora40-3007.1
driver:
box: genaumann/fedora40-salt
box_version: "3007.1"
- name: opensuse15-3006.0
driver:
box: genaumann/opensuse15-salt
box_version: "3006.0"
suites:
- name: default
provisioner:
state_top:
base:
"*":
- git
pillars_from_files:
system_config.sls: test/salt/pillar/system_config.sls
user_config.sls: test/salt/pillar/user_config.sls
repo.sls: test/salt/pillar/repo.sls
pillars:
top.sls:
base:
"*":
- system_config
- user_config
- repo
verifier:
inspec_tests:
- path: test/integration/default
provisioner:
name: salt_solo
log_level: debug
salt_install: none
require_chef: false
formula: git
salt_copy_filter:
- .git/
- .github/
- .kitchen/
verifier:
name: inspec